Difference between revisions of "HowTo Webmin"
From Amahi Wiki
(→Use USB Disks or sticks: new section) |
m |
||
Line 1: | Line 1: | ||
+ | [[Category:HowTo]] | ||
Make life a little bit easier with Webmin | Make life a little bit easier with Webmin | ||
Line 7: | Line 8: | ||
Create fila webmin.repo with | Create fila webmin.repo with | ||
− | nano /etc/yum.repos.d/webmin.repo | + | {{Code|nano /etc/yum.repos.d/webmin.repo}} |
edit the file to: | edit the file to: | ||
− | + | {{Code|Code= | |
[Webmin] | [Webmin] | ||
name=Webmin Distribution Neutral | name=Webmin Distribution Neutral | ||
baseurl=http://download.webmin.com/download/yum | baseurl=http://download.webmin.com/download/yum | ||
enabled=1 | enabled=1 | ||
+ | }} | ||
You should also fetch and install GPG key with which the packages are signed: | You should also fetch and install GPG key with which the packages are signed: | ||
− | rpm --import http://www.webmin.com/jcameron-key.asc | + | {{Code|rpm --import http://www.webmin.com/jcameron-key.asc}} |
You can now install with: | You can now install with: | ||
− | yum install webmin | + | {{Code|yum install webmin}} |
All dependencies should be resolved automatically. | All dependencies should be resolved automatically. | ||
Line 30: | Line 32: | ||
Now you have the industry standard Admin interface on your Amahi. | Now you have the industry standard Admin interface on your Amahi. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:59, 19 June 2011
Make life a little bit easier with Webmin
Install Webmin for management and admin work, Amahi is without these.
Connect to your box by Putty root@hda then start installation by:
Create fila webmin.repo with
bash code |
---|
nano /etc/yum.repos.d/webmin.repo
|
edit the file to:
bash code |
---|
[Webmin] name=Webmin Distribution Neutral baseurl=http://download.webmin.com/download/yum enabled=1
|
You should also fetch and install GPG key with which the packages are signed:
bash code |
---|
rpm --import http://www.webmin.com/jcameron-key.asc
|
You can now install with:
bash code |
---|
yum install webmin
|
All dependencies should be resolved automatically.
Now you have the industry standard Admin interface on your Amahi.