http://www.nidify.com/index.php?option=com_content&view=article&id=210&Itemid=228
CENTOS6中的VNC SERVER已更換成tightvnc
因此要安裝tightvnc
[root@root ]# yum -y install tigervnc-server
[root@root ]# vncserver
[cent@root ]$ vncpasswd
# set VNC password
[cent@root ]$ Password:
# input password
[cent@root ]$ Verify:
# confirm password
啟動vncserver
[cent@root ]$ vncserver
Windows 端連線vncserver
IP:port
輸入密碼
tigervnc安裝完成便直接進入Xwindow 的畫面,比以前少一道修改xstartup步驟。
http://jobnote-ryan.blogspot.hk/2012/04/centos6-webmin.html
centos6 安裝 webmin
# vi /etc/yum.repos.d/webmin.repo
把下面的東西貼進去
1 2 3 4 5 |
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 |
然後:打下面這行...
rpm --import http://www.webmin.com/jcameron-key.asc
Installing Webmin
# yum install webmin
這樣就安裝好啦
最後網址
你的網址:10000
就可以使用linux的帳號密碼登入了...好像不太安全
出處:http://www.how2centos.com/centos-6-webmin-install/
Quickly enable NTFS support in CentOS 6.3 using EPEL, yum and ntfs-3g
rpm -Uvh http://mirror.overthewire.com.au/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum install ntfs-3g
If you are using 64bit CentOS use:
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install ntfs-3g
留言列表