终于搞定Ubuntu的在线升级

因为我所在局域网的限制,必须使用Windows的验证才能使用代理服务器,Ubuntu的apt没有办法上网。google了一把,也有家伙遇到同样的问题(http://mifly.cn/index.php/archives/133),解决方法是在Windows机器上安装一个亿特代理服务器,设置上级代理,再设置Ubuntu的apt-proxy就可以了。
完成后马上安装常用的服务器组件:
apt-get install openssh-server
apt-get install apache2 mysql-server php5 php5-gd php5-mysql
apt-get install subversion
apt-get install libapache2-svn
基本搞定!

看来Ubuntu还是有奔头,习惯了就好了

你可能感兴趣的:(mysql,windows,SVN,ubuntu,subversion)