установка Webmin и Virtualmin
/sbin/ifconfig eth0 192.168.0.15 netmask 255.255.255.0 up
/sbin/route add default gw 192.168.1.1 eth0
vi /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
Removing YUM groups
1 2 |
yum grouplist yum groupremove "Mono" "Mail Server" |
Disabling SELinux security features
Edit /etc/selinux/config from the command line and set the SELINUX parameter to disabled using a text editor, such as nano or vi.
Deactivating default firewall and checking for updates
1 2 3 |
chkconfig iptables off service iptables stop yum update |
Install Webmin и Virtualmin
1 2 3 |
wget software.virtualmin.com/gpl/scripts/install.sh chmod +x install.sh ./install.sh |