很多項目使用的系統是centos或者redhat,最近有一個項目使用的系統竟然是阿裡雲unbantu,不知道他們負責人怎麼想的,明明有centos,非要用unbantu。抱怨到此,unbantu的學習是不可避免了,下麵開始記錄學習unbantu過程,持續更新。 1.首先學習如何安裝程式 可以看這個鏈 ...
很多項目使用的系統是centos或者redhat,最近有一個項目使用的系統竟然是阿裡雲unbantu,不知道他們負責人怎麼想的,明明有centos,非要用unbantu。抱怨到此,unbantu的學習是不可避免了,下麵開始記錄學習unbantu過程,持續更新。
1.首先學習如何安裝程式
可以看這個鏈接:http://www.cnblogs.com/forward/archive/2012/01/10/2318483.html ,後續再總。。
2.使用apt-get install openjdk-6-jdk ,報錯:Could not resolve 'mirrors.aliyun.com',功能變數名稱無法解析。
思路: vi /etc/resolv.conf 加一行:nameserver 114.114.114.114 ,ping mirrors.aliyun.com 還是無法解析,看到一個命令: resolvconf -u ,執行報錯:Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf 。根據報錯查資料:http://blog.csdn.net/kdpujie/article/details/17246777,解決問題。
cp /etc/resolv.conf /run/resolvconf/resolv.conf
mv /etc/resolv.conf /etc/resolv.conf.bak
resolvconf -u
ping mirrors.aliyun.com
PING mirrors.aliyun.com (112.124.140.210) 56(84) bytes of data.