摘要: 1.vi /etc/apt/sources.list2.shift+G,跳到最后一行3.换行,加上科大源路径deb http://debian.ustc.edu.cn/ubuntu/ natty main multiverse restricted universedeb http://debian... 阅读全文
posted @ 2014-09-28 16:39 valentine is me 阅读(651) 评论(0) 推荐(0)
摘要: 问题,在sudo apt-get install phpmyadmin成功后,访问http://localhost/phpmyadmin显示无法找到原因:路径不一致,无法访问解决: 阅读全文
posted @ 2014-09-28 14:28 valentine is me 阅读(182) 评论(0) 推荐(0)
摘要: 1.首先在/etc/apt下新建apt.conf文件touch apt.conf2.编辑这个文件vi touch apt.conf3.输入Acquire::http::Proxy “http://yourproxyaddress:proxyport”;代理服务器地址:端口号;注意大小写 阅读全文
posted @ 2014-09-28 11:26 valentine is me 阅读(1483) 评论(0) 推荐(0)