http://qa.ubuntu.com/automation/
看起來不錯
richliu 發表在 痞客邦 留言(1) 人氣(146)
這個原因是因為沒有將 berkdb 編進去
# euse -E berkdb
# emerge postfix
再重開就可以了....
richliu 發表在 痞客邦 留言(0) 人氣(78)
# git cherry-pick [commit-name]
ex:
# git cherry-pick c421f358c40c97e1820faf0dd66536f87a7eae7d
richliu 發表在 痞客邦 留言(0) 人氣(129)
http://stackoverflow.com/questions/953481/restore-a-deleted-file-in-a-git-repo
richliu 發表在 痞客邦 留言(0) 人氣(35)
# sudo dpkg-reconfigure gdm
richliu 發表在 痞客邦 留言(0) 人氣(87)
# sudo update-alternatives --config editor
There are 4 choices for the alternative editor (providing /usr/bin/editor).
Selection Path Priority Status
------------------------------------------------------------
0 /bin/nano 40 auto mode
1 /bin/ed -100 manual mode
2 /bin/nano 40 manual mode
* 3 /usr/bin/vim.basic 30 manual mode
4 /usr/bin/vim.tiny 10 manual mode
richliu 發表在 痞客邦 留言(0) 人氣(94)
GitHub on Your Servers
A secure, intuitive system for enterprise software development and collaboration.
有趣的服務....
richliu 發表在 痞客邦 留言(0) 人氣(28)
edit /etc/network/interface.
and example
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.20.10.101
netmask 255.255.255.0
network 172.20.10.0
broadcast 172.20.10.255
gateway 172.20.10.100
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
richliu 發表在 痞客邦 留言(0) 人氣(200)
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get upgrade
richliu 發表在 痞客邦 留言(0) 人氣(68)
CCLD libpangoft2-1.0.la
CC pangoxft-font.lo
CC pangoxft-fontmap.lo
CC pangoxft-render.lo
CCLD libpangoxft-1.0.la
/bin/sed: can't read /usr/lib/libX11.la: No such file or directory
libtool: link: `/usr/lib/libX11.la' is not a valid libtool archive
make[4]: *** [libpangoxft-1.0.la] Error 1
richliu 發表在 痞客邦 留言(0) 人氣(520)