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.
Airstation: Change IP and DHCP
login Airstation.
LAN -> LAN
change IP and DHCP.
For exmaple, KURO-BOX Debian kit has 192.168.0.100.
so LAN-IP -> 192.168.0.1
DHCP -> 192.168.0.2. to 250s machines.
Meadow IME change character size
This tips is based on preset Meadow.
see bookshle.jp.
(let ((logfont ‘(w32-logfont “MS Gothic” 0 0 400 0 nil nil nil 128 1 3 0)))
(modify-frame-parameters (selected-frame) (list (cons ‘ime-font logfont)))
(add-to-list ‘default-frame-alist (cons ‘ime-font logfont))
)
citation(JP):
http://tanakalab.net/blog/archives/2007/04/meadow.html
Meadow update after installing setup-ja.exe
Check ” instell.exe ” after update
then meadow can read .emacs file.
Ubuntu: Kill and Recovering GDM
GDM: Gnome Display Manager.
kill GDM
$ sudo update-rc.d -f gdm remove
recover GDM
$ sudo update-rc.d -f gdm defaults
SandS for Ubuntu
According to this
http://forum.ubuntulinux.jp/viewtopic.php?pid=10976
Get the source, res 73 to 76.
http://www.bookshelf.jp/2ch/unix/1049225392.html#73
Copy from there, paste that on a Editor, and remove this two lines.
—-BEGIN BASE64—-(sands-0.1.tar.gz)
and
—-END BASE64—-
Then save the text.
Decode the BASE64 text to sands-0.1.tar.gz.
$tar zxvf sands-0.1.tar.gz
$sudo apt-get install g++ xorg-dev
$cd sands-0.1
$make
$sudo cp sands /usr/bin
If you want to execute sands whenever login,
$gedit .bashrc
sands
Windows; SandS
SandS
Space + a key changes the key Caps.
for example,
z -> z
Space + z -> Z
and pressing Space key without any key,
Space -> Space
This way decreases “Emacs Pinky” injury.
How to ;
Get “mayu” for XP, or “nodoka” for Vista.
http://mayu.sourceforge.net/
http://www.appletkan.com/nodoka.htm
C:\Program Files\mayu\dot.mayu
add this.
mod shift += !!Space
key R-*Space = &Ignore
then select 104 key without Emacs option.
citation(JP):
http://ryus.co.jp/modules/d3blog/details.php?bid=75
Windows; change keyboard layout with regedit
#regedit
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]
Change “LayerDriver …” and
“OverrideKeyboardIdentifier” values to your keyboard.
For example, “PCAT_106KEY” to “PCAT_101KEY”.
reference:
http://support.microsoft.com/kb/244139/en
March 31, 2009
March 31, 2009
March 31, 2009