URxvt.buffered: true
URxvt.geometry: 80x24
URxvt.background: black
URxvt.foreground: lightgray
URxvt.font: xft:Terminus:pixelsize=10
URxvt.inputMethon: scim
URxvt.imLocale: zh_TW.UTF-8
URxvt.perl-ext: default, matcher
URxvt.urlLauncher: /usr/local/bin/firefox
URxvt.matcher.button: 1
URxvt.cursorUnderline: True
URxvt.cursorBlink: True
大雄寶殿
Welcome to Shawn's Blog
Wednesday, February 8, 2012
Wednesday, February 1, 2012
Homebrew uninstall
You can uninstall Homebrew, the package manager, with following steps:
And you may refer to the FAQ from Homebrew's wiki page.
- cd `brew --prefix`
- rm -rf Cellar
- brew prune
- rm -rf Library .git .gitignore bin/brew README.md share/man/man1/brew
- rm -rf ~/Library/Caches/Homebrew
And you may refer to the FAQ from Homebrew's wiki page.
Tuesday, January 31, 2012
Debian can not restart/reboot properly on Acer Aspire One D257
You have to make some changes with following steps
You may restart your aod257 and it works properly now.
- $ sudo vim /etc/default/grub
- Replace GRUB_CMD_LINUX="" with GRUB_CMD_LINUX="reboot=eif"
- sudo update-grub
You may restart your aod257 and it works properly now.
Subscribe to:
Posts (Atom)