Emacs: Change input method with “Shift-Space”
.emacs
(global-set-key [?\S- ] 'anthy-mode)
#gedit .bashrc
alias emacs="XMODIFIERS=@im=none emacs"
Google Chrome 2.0 with GDI++
make a shortcut that
"C:\Documents and Settings\Username\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --no-sandbox
–no-sandbox option is important.
citation:
http://code.google.com/p/chromium/issues/detail?id=7758
E2200HD auto HDMI and DVI switching
MENU -> System
HDMI auto switching -> On
Then if a DVI input off and HDMI on, E2200HD recognize HDMI sygnals.
vice versa.
Unix: Count files
find directory -type f | wc -l
citation(JP) :
http://movion.net/2008/03/12/count-file-number-use-linux-find-command/
memo; cp options
cp has many options.
-v : view progress
-r : copy folders
-f : copy without pressing Yes nor No
HP ML115: CentOS with tg3 (network)
Get the latest tg3.*.src.rpm
- rpm -ivh tg3-3.92n-1.src.rpm
- cd /usr/src/redhat
- rpmbuild -bb SPECS/tg3.spec
- rpm -ivh RPMS/i386/tg3-3.92n-1.i386.rpm –force
If you adopt 64bit kernel, “rpm -ivh RPMS/x86_64/tg3-3.92n-1.x86_64.rpm –force”
KURO-BOX: Debian kit, Check hosts.allow
default
ALL : 192.168.0.0/255.255.0.0
ALL : 127.0.0.1
change 255.255.0.0 to 255.255.255.0
or you can’t login to KURO-BOX.
June 26, 2009
June 14, 2009
June 13, 2009