随笔分类 -  OSS

摘要:apt-get install后就是启动不了,ftp localhost connection refued1. 关闭ubuntu防火墙 : ufw disable2. 还是不行,报 500 missing value in file错误:检查发现使用nano修改/etc/vsftpd.conf后整个配置文件格式乱了,很多注释的部分失去了#,只好一行一行给加上3. 重新启动 service vsftpd startftp localhost 一起正常 阅读全文
posted @ 2014-01-10 15:20 云的N次方 阅读(191) 评论(0) 推荐(0)
摘要:1. 在virtual pc 上安装 ubuntuhttp://www.hanselman.com/blog/InstallingUbuntu104LTSOnWindowsVirtualPCOnWindows7.aspxubuntu安装完成后不能上网,在VPC的设置里把网卡设置成NAT并重启2. 安装githttp://www.linuxidc.com/Linux/2009-06/20421.htm遇到了sudo python setup.py install 执行错误,使用sudo apt-get install python-setuptools 解决3.SSH gitosis问题http 阅读全文
posted @ 2014-01-10 15:18 云的N次方 阅读(122) 评论(0) 推荐(0)