How to install GNOME on Ubuntu Server
sudo apt-get install ubuntu-desktop
apt-get update
apt-get upgrade
reboot
You configured a static IP address.
address 192.168.0.60
gateway 192.168.0.1
netmask 255.255.255.0
edited host file:
sudo vim /etc/hosts
installed the OpenSSH Server.
sudo apt-get install openssh-server
Install WebMin. download using wget.
sudo wget http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin_1.390_all.deb
Install pre-requisite software.
sudo apt-get install openssl libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl
sudo dpkg -i webmin_1.390_all.deb
Cài đặt các thành phần liên quan.
# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Update Server:
#apt-get update
#apt-get upgrade
Khởi động Webmin:
#/etc/webmin/start
Install SAMBA
apt-get install samba smbldap-tools smbclient samba-doc
Configure SAMBA
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.original
sudo vim smb.conf (Xem cách cấu hình trên net)
sudo /etc/init.d/samba restart
view more here:
http://www.rrcomputerconsulting.com/view.php?article_id=2
Nhận xét
Đăng nhận xét