摘要:
以下从别地方copy的,记录一下,免得忘记了。安装ftp客户端 1. 连接ftp服务器 格式:ftp [hostname| ip-address] a)在linux命令行下输入:ftp 10.18.34.115 b)服务器询问你用户名和口令,分别输入yint和相应密码,待认证通过即可。 2. 下载文件 下载文件通常用get和mget这两条命令。 a) get 格式:get [remote-file] [local-file] 将文件从远端主机中传送至本地主机中. 如要获取服务器上E:\rose\1.bmp,则 ftp get /rose/1.bmp 1.bmp (回车) 阅读全文
2010年12月27日
摘要:
今天突然之间运行sudo apt-get update的时候,一堆链接连接不上去,一直以来我都是用的ubuntu的默认源,这次也不知道为什么,只有换了替换etc/apt/source.listdeb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiversedeb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiversedeb http://mirrors.163.com/ubuntu/ lucid-securit 阅读全文