Saturday 3 October 2015

How to Install or uninstall Webmin Linux Raspberry Pi

How to Install

Steps are:
1.First, download the file:
$ sudo wget http://prdownloads.sourceforge.net/webadmin/webadmin-1.580.tar.gz

2. Sec, unzip the file:
$ sudo tar -zxvf webmin-1.580.tar.gz

3. Third, make directory/folder at /var/www/
$ sudo mkdir /var/www/webmin

4. Fourth, change directory to webmin-1.580
$ cd webmin-1.580

5. Fifth, run the simple setup script
$ sudo sh setup.sh /var/www/webmin

6. Finish. Open your browser to: http://192.168.1.2:10000

How to Uninstall


Uninstall:
$ sudo /etc/webmin/uninstall.sh

No comments:

Post a Comment