- Windows TIPS -- Tips:ノートPCのTCP/IP設定を簡単に切り替える方法
netsh を利用して切り替え
netsh -c interface dump
netsh -f home_conf.nsh
- Web 2.0 Colour Palette
- KeN's GNU/Linux Diary - fontconfig 更新に伴うあれこれ
ftnk.jp -> ~fumi -> ChangeLog -> 2006-09 -> 2006-09-19
2006-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
2006-09-19 Tue
■ 今日の del.icio.us
[
固定リンク|
Comments (View)
]
忘れていたのでメモ.
irb(main):001:0> p 0b1000 8 => nil irb(main):002:0> p 020 16 => nil irb(main):003:0> 0x10 => 16
上から 2 進数,8 進数, 16 進数.
[
固定リンク|
Comments (View)
]
- rsync + cron + ssh (rsyncd を立てない編)
http://www2s.biglobe.ne.jp/~nuts/labo/inti/cron-rsync-ssh-nodaemon.html
を参考に設定.
やりたいことは ssh 経由で
rsync -az --delete remote:/home/foo/data backup_dirというかんじでバックアップをとること.上のサイトでは,
ローカルからリモートへのバックアップなので,逆のかたちになる.
やることの流れは
1. 鍵の生成 (local)
2. 鍵の登録 (remote)
3. 鍵に指定する command の確認 (local)
4. 鍵に command を指定 (remote)
詳細はあとで書く
[
固定リンク|
Comments (View)
]





