Emacs: Change input method with “Shift-Space”

Posted On June 26, 2009

Filed under Ubuntu, emacs

Comments Dropped leave a response

.emacs
(global-set-key [?\S- ] 'anthy-mode)

#gedit .bashrc

alias emacs="XMODIFIERS=@im=none emacs"

Google Chrome 2.0 with GDI++

Posted On June 14, 2009

Filed under Windows
Tags: , ,

Comments Dropped one response

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

Posted On June 13, 2009

Filed under Uncategorized
Tags:

Comments Dropped leave a response

MENU -> System
HDMI auto switching -> On

Then if a DVI input off and HDMI on, E2200HD recognize HDMI sygnals.
vice versa.

speedup movies with mplayer

Posted On June 9, 2009

Filed under Debian, Ubuntu

Comments Dropped leave a response

] speedup
[ speeddown
BS reset speed

Change Meadow keyboard rayout

Posted On May 20, 2009

Filed under emacs
Tags: , ,

Comments Dropped leave a response

Left + Alt + Shift

us <-> jp

Ubuntu: making NTFS partition with Gparted

Posted On May 2, 2009

Filed under Debian, Ubuntu
Tags: ,

Comments Dropped leave a response

#sudo apt-get install ntfsprogs

Unix: Count files

Posted On May 1, 2009

Filed under Uncategorized
Tags: ,

Comments Dropped leave a response

find directory -type f | wc -l

citation(JP) :
http://movion.net/2008/03/12/count-file-number-use-linux-find-command/

memo; cp options

Posted On April 30, 2009

Filed under Uncategorized
Tags: ,

Comments Dropped leave a response

cp has many options.

-v : view progress
-r : copy folders
-f : copy without pressing Yes nor No

HP ML115: CentOS with tg3 (network)

Posted On April 1, 2009

Filed under CentOS
Tags: ,

Comments Dropped leave a response

http://h50146.www5.hp.com/products/software/oe/linux/mainstream/support/doc/option/nic/tg3_v392n_1.html

Get the latest tg3.*.src.rpm

  1. rpm -ivh tg3-3.92n-1.src.rpm
  2. cd /usr/src/redhat
  3. rpmbuild -bb SPECS/tg3.spec
  4. 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

Posted On March 31, 2009

Filed under Debian
Tags:

Comments Dropped leave a response

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.

Next Page »