August 12th, 2009
中科大ubuntu 更新服务器(安徽省合肥市,推荐教育网,网通用户使用):
deb http://debian.ustc.edu.cn/ubuntu/ jaunty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ jaunty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ jaunty-backports main restricted universe multiverse
Read the rest of this entry »
August 12th, 2009
1. 安装vnc4server
root@frank-desktop:~# sudo apt-get install vnc4server
2. 设置vnc密码
root@frank-desktop:~# vncpasswd
Password:
Read the rest of this entry »
August 7th, 2009
As everyone knows, the NTP is sync clock protocol.
That knowledge less other protocol.
But there are some attention:
——————————————
1. When you config more than one server in customer network.
Please don’t use the same stratum.
Base on the stratum, refer to
http://www.cisco.com/en/US/docs/ios/netmgmt/command/reference/nm_10.html#wp1093957
If customer use same stratum, it would instability and lost sync.
Read the rest of this entry »
August 5th, 2009
问题:
Customer have two 2500W power, now customer want to replace the 6000W power.
Customer want to check whether impact the business when replace the 6000W.
解决:
If customer have power usage exceeds need the downtime, as some of the linecards will go down due to lack of power. In case you have less than 2500w usage on the router, then follow the below steps.
1. have your power supply in redundant mode.
2. pull the power supply which is not active
Read the rest of this entry »
August 4th, 2009
一直想在Ubuntu下设置FTP服务器,但一直就没成功。
今天有些时间,经过测试终于成功了。
由于在linux中的ftp软件很多,这里我只介绍vsftpd。
1. 安装vsftpd
frank@frank-desktop:/etc/apt$ sudo apt-get install vsftpd
2. 配置
以下是我的配置,我只介绍我配置的主要参数,带“#”号的配置没有介绍,以后如果应用到其他配置,我会更新此文章。
Read the rest of this entry »