vmware-modconfig --console --install-all
2011年10月31日 星期一
2011年10月26日 星期三
Ubuntu 10 apt-get proxy
/etc/apt/apt.conf
Add one extra line
Acquire::http::Proxy "http://username:password@192.168.1.1:3128";
Add one extra line
Acquire::http::Proxy "http://username:password@192.168.1.1:3128";
2011年10月13日 星期四
7-Zip on CentOS
借用一下同事的 Notes...
wget http:
//nchc
.dl.sourceforge.net
/sourceforge/p7zip/p7zip_4
.65_src_all.
tar
.bz2
tar
-xjvf p7zip_4.65_src_all.
tar
.bz2
cd
p7zip_4.65
make
make
install
# usage
7za x ${COMPRESSED_FILE} -o${OUTPUT_FOLDER}
訂閱:
文章 (Atom)