http://jingyan.baidu.com/article/9f63fb91d1f6bbc8400f0e1c.html

sudo add-apt-repository ppa:lainme/pidgin-lwqq
sudo apt-get update
sudo apt-get install libpurple0 pidgin-lwqq
sudo add-apt-repository ppa:pidgin-developers/ppa
sudo apt-get update
sudo apt-get install pidgin

分区建议:

(1)简单分区方案
/ 有人建议10就可以了,但最好不要低于10G
/home 相当于我的文档,放自己的一些材料,可以大一些,单独分区好处是重做系统了资料不丢。
swap 交换空间,一般是内存的2倍。最大2G就可以

(2)复杂分区方案
/ 10-20G
/boot 用于挂载boot,100M就够用了。
/usr 这里存放大量的系统软件,可以大一些。10G
/var 如果作为服务器应该单独分出来,这个目录在服务器上会不断的增大。
/tmp 这里存放临时文件,对于多用户和网络服务器来说有必要。2-4G
/opt 用于手工安装应用程序10G
swap 交互空间,一般是内存的2倍。最大2G就可以
/home 相当于我的文档,放自己的一些材料,可以大一些.

其他: 自己分出一个备份分区。

14.10下更新源

deb http://mirrors.aliyun.com/ubuntu/ utopic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ utopic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse


zhoutk
2.6k 声望1.2k 粉丝

自由程序员,技术路线c,delphi,c++,c#,java,php,node.js,python,golang,typescript;超喜欢react.js的设计思路,全栈开发成为我的终极目标。开发机器macbook pro,或装ubuntu、fedora的机器,编程用vim...


« 上一篇
Git学习笔记
下一篇 »
vim学习笔记