ubuntu ppa的使用方法
看过我其他博客文章的童鞋应该知道,我最喜欢的发行版是Debian,不过最近换了VPS,暂时没有最新版的 Debian,话说Debian 6上的默认Python版本还是2.6,不想自己折腾装2.7了,干脆用Ubuntu吧,他们提供了12.04…
14 Jul 2013·3,989 reads
Articles
116
Total reads
426K
Records of technology, travel and everyday observations.
看过我其他博客文章的童鞋应该知道,我最喜欢的发行版是Debian,不过最近换了VPS,暂时没有最新版的 Debian,话说Debian 6上的默认Python版本还是2.6,不想自己折腾装2.7了,干脆用Ubuntu吧,他们提供了12.04…
14 Jul 2013·3,989 reads
挂载iscsi存储后,需要在每次启动时将硬盘挂在到/mnt/data,设置很简单:打开/etc/fstab文件,在后面加上一句: /dev/sdb1 /mnt/data/ ext3 defaults 0 0
30 Oct 2011·1,926 reads
如何把Ubuntu Server10.10的php5.3降到5.2,原因在,只讲步骤: 1.dpkg l | grep php| awk '{print $2}'instd.pak 然后 cat instd.pak得到要更改的包 2.根据c…
03 Apr 2011·1,725 reads