Linux

Home / Archive by category "Linux" (Page 5)
How To: Install Webmin 1.610 on Ubuntu 12.04 LTS Server

How To: Install Webmin 1.610 on Ubuntu 12.04 LTS Server

Update: I’ve created a new post here for installing Webmin 1.620 on Ubuntu 12.04 LTS and 13.04 Server. This same process works with Ubuntu 13.04 Server. Assuming your Ubuntu 12.04 LTS Server installation is up-to-date, use wget to download the webmin debian package: (1.610 is the latest at the time of this post). nmino@ubuntu12:~$ wget http://downloads.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb…

Continue Reading
Setup Dell RD1000 For Backup Under Ubuntu Linux 10.04 LTS

Setup Dell RD1000 For Backup Under Ubuntu Linux 10.04 LTS

Today I have an internal Dell RD1000 drive for backup services with 1TB removable cartridges. Here is my process for getting the device up under Ubuntu 10.04 LTS Server and running the first backup. Get the partition table of your device, (this particular device was located @ /dev/sda): nmino@localhost:~$ sudo fdisk -l /dev/sda Disk /dev/sda:…

Continue Reading
How To: Install Webmin on Ubuntu 10.04 LTS Server, (10.10 Also)

How To: Install Webmin on Ubuntu 10.04 LTS Server, (10.10 Also)

These are the steps I take to install Webmin on the Ubuntu 10.04 LTS Servers that I deploy. (Also works on 10.10 Server and Desktop) Download the Webmin package: nmino@ubuntu:~$ wget http://downloads.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb –2013-01-07 09:04:11– http://downloads.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb Resolving downloads.sourceforge.net… 216.34.181.59 Connecting to downloads.sourceforge.net|216.34.181.59|:80… connected. HTTP request sent, awaiting response… 302 Found Location: http://superb-dca3.dl.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb [following] –2013-01-07 09:04:11– http://superb-dca3.dl.sourceforge.net/project/webadmin/webmin/1.610/webmin_1.610_all.deb…

Continue Reading