2008-05-30 10:33:17 Alan

Linux 好用軟體

Freeware:


 


***遠端遙控********************


SSHVnc  (https://3sp.com/index.php)


 


伺服器端------------------------------------------


啟動 #   vncserver


可啟動多個使用者桌面 #   vncserver :3  -name myvnc


ð     New ‘myvnc’ desktop is LinuxLAB:3


用戶端-------------------------------------------


Host需要 IP Port Username Password


VNC Advanced 需要 IP Port


 


 


OpenSSH   (  www.openssh.com/zh-tw/index.html  )


 


Webmin   (  www.webmin.com     )


簡易行遠端遙控


 


 


***校準時間********************


NTP Server  (www.ntp.org)


NTP Port:123


加入台灣地區伺服器~


server time.stdtime.gov.tw prefer


server …………………… prefer


停用ntp server #  server ntpd stop


啟動#  service ntpd start


server ntpd restart


NTP Client---------------------


ntpdate IP(NTP Server IP)


設定定期執行


編寫檔案[ run-ntpdate.sh ] 內容=>  ntpdate IP(NTP Server IP)


編寫檔案[ crontab ] 內容加入=>


# run ntpdate


0        1  * * * root /etc/ run-ntpdate.sh


 

上一篇:架設MySQL

下一篇:MySQL資料庫編碼問題