分離して別ページになっているもの
echo "down eth1" ifconfig eth1 down iwconfig eth1 essid a9875343oijoifj-invalid mode Managed sleep 3
echo "remove ipw2100" rmmod ipw2100 sleep 3
echo "install ipw2100" modprobe ipw2100 sleep 3
echo "enable wireless" iwconfig eth1 essid x31-fedora rate 11 key 12345678901234567890abcdef mode ad-hoc channel 6 retry min limit 16 rts 250 power off
#iwconfig eth1 essid x31-fedora key off mode ad-hoc ifconfig eth1 192.168.0.10 up sleep 3
echo "enable ip masquerading(by iptables)" iptables -F iptables -t nat -F iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE
echo "enable ipv4 forwading" echo 1 > /proc/sys/net/ipv4/ip_forward
HSRP は Cisco 独自の規格。 IETF にはデフォルトゲートウェイの冗長化のために、VRRP というプロコトルがある。
DQN な名前一覧サイト
http://dqname.selfip.net/
ピアノのクラシック曲の MIDI がある
http://www.interq.or.jp/classic/matui/midi/3_m_data/3_index.html
歌まっぷの歌詞
http://www.utamap.com/showkasi.php?surl= http://www.utamap.com/phpflash/flashfalsephp.php?unum=
tasklist でサービスの一覧表示をする
Tasklist /SVC
Windows XP Professional のみの機能みたい。
マイネットワークに最近使ったファイル共有が勝手に追加されるのを抑止
Mozilla/SeaMonkey のスプラッシュを消す(引数 -nosplash)
seamonkey.exe -nosplash
定義済みのマクロ一覧を見る
gcc src.c -E -dM
見ているページの内容を変更する(要 JavaScript)
JavaScript:with(document.body)innerHTML= innerHTML.replace(/元の文字列1/g,'変換する文字列1').replace(/元の文字列2/g,'変換する文字列2'); focus();
実際には一行に書かなければいけない。
defoma-font -v register truetype /usr/share/font/hogehoge --Fontname Helvetica --Charset JISX0212 ISO8859-1
でいいのか?
$ exec -a hoge bash (別の端末で) $ w 02:07:41 up 3:03, 2 users, load average: 0.07, 0.07, 0.08 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT user pts/2 :0.0 01:49 12.00s 0.41s 0.28s hoge user pts/4 :0.0 02:07 0.00s 0.11s 0.04s w
まあ、何の意味もないけど…。
キーボードの設定でレイアウトに Japanese を選ぶとカナ入力になるが、 他を全て削除すると急にカナ入力ではなくなる。
全て削除してもJIS配列になるときがあるが、毎回ログインするたびに エラーを表示するのでやかましい。 なんだか、よくわからないが今は使えている…。
Japanese を選択して、他のレイアウトを全て削除すると JIS 配列になるようです。