ubuntu

Home / Posts tagged "ubuntu"
VIDEO – How To Install Webmin 1.730 on Ubuntu 14.04 LTS Server

VIDEO – How To Install Webmin 1.730 on Ubuntu 14.04 LTS Server

  Webmin is a great web-based administration tool for Linux servers. To install the debian package of Webmin 1.730 on Ubuntu 14.04 LTS Server, we are going complete the following steps. First, we’ll need to get the Webmin debian package: wget http://prdownloads.sourceforge.net/webadmin/webmin_1.730_all.deb Now run the install command against the debian package: sudo dpkg -i webmin_1.730_all.deb If we run…

Continue Reading
Install Webmin 1.630 on Ubuntu 13.04/13.10 Server

Install Webmin 1.630 on Ubuntu 13.04/13.10 Server

Installing Webmin 1.630 on Ubuntu 13.04 or 13.10 is more-or-less the same process as installing Webmin on Ubuntu 12.04. Of course I’m assuming your Ubuntu server is up-to-date, just download the Webmin 1.630 RPM package: nmino@ubuntuserver:~$ wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb And run the installer: nmino@ubuntuserver:~$ sudo dpkg -i webmin_1.630_all.deb If the installer ends while notifying of unresolved dependencies, simply…

Continue Reading
How To: Install Usermin 1.540 on Ubuntu 12.04 LTS Server

How To: Install Usermin 1.540 on Ubuntu 12.04 LTS Server

I’ve installed Webmin 1.620 on my Ubuntu 12.04 LTS Server. Now I’m going to add the Usermin 1.540 package to add web-base features such as webmail, mail filtering, password changes and more for our Unix users.  Read more about all the extended administration features that Usermin provides at the Webmin website, (http://www.webmin.com/usermin.html). I’m going to start by…

Continue Reading
How To: Install Webmin 1.620 on Ubuntu 12.04 LTS Server (13.04 Also)

How To: Install Webmin 1.620 on Ubuntu 12.04 LTS Server (13.04 Also)

Read this updated post to install Webmin 1.630 on Ubuntu 12.04/13.04/13.10. Webmin is a web-based system administration interface for Unix systems.  Webmin on your Ubuntu 12.04 LTS server provides a stable and easy-to-use remote management system where you can easily manage user accounts, apache web-services, DNS, file shares/access, SaMBa services and much more.  Check out…

Continue Reading