memo.xight.org

日々のメモ

GoogleアカウントとYouTubeのアカウントを統合する

Summary

既に取得しているYouTubeアカウントと Googleアカウントの統合の方法.

1. Google アカウントでYouTubeにログイン
2. YouTubeのユーザ名とパスワードを入力し
3. [アカウントをリンク]をクリック

注意

既にGoogleアカウントと統合している場合は、一旦アカウントのリンクを解除する必要がある.
以下のURLから,YouTube と Google のアカウントのリンクを解除が行える.
http://www.youtube.com/my_account_unlink

Reference

YouTube - トラブルシューティング - YouTube アカウントと Google アカウントのリンク
http://www.google.com/support/youtube/bin/answer.py?answer=69964

StrokeIt を用いて Google Chrome でマウスジェスチャーを使う

Summary

StrokeItを用いて Google Chromeでマウスジェスチャーを利用する方法

StrokeItをインストールした後、
下記、sxpファイルを実行することにより、
Google Chromeでマウスジェスチャーを使用することが可能。

XP用 sxpファイル (GoogleChrome.sxpなどとして保存)

<VERSION>StrokeIt .9.4</VERSION>
<APP name="Google Chrome">
class=Chrome_XPFrame
タブを閉じる {
   gesture = Down-Right
   Ctrl+F4 = keys, hotkey [CTRL_DOWN][F4][CTRL_UP]
}
更新 {
   gesture = Up-Down
   F5 = keys, hotkey [F5]
}
進む {
   gesture = Right
   Shift+BackSpace = keys, hotkey [SHIFT_DOWN][BACK][SHIFT_UP]
}
戻る {
   gesture = Left
   BackSpace = keys, hotkey [BACK]
}
</APP>

Vista 用 sxpファイル (GoogleChrome.sxpなどとして保存)

<VERSION>StrokeIt .9.4</VERSION>
<APP name="Google Chrome">
class=Chrome_VistaFrame
タブを閉じる {
    gesture = Down-Right
    Ctrl+F4 = keys, hotkey [CTRL_DOWN][F4][CTRL_UP]
}
更新 {
    gesture = Up-Down
    F5 = keys, hotkey [F5]
}
進む {
    gesture = Right
    Shift+BackSpace = keys, hotkey [SHIFT_DOWN][BACK][SHIFT_UP]
}
戻る {
    gesture = Left
    BackSpace = keys, hotkey [BACK]
}
</APP>

Reference

StrokeIt
http://www.tcbmi.com/strokeit/

via

窓の杜 - 2008-09-12- 「Google Chrome」でマウスジェスチャーを使う
http://www.forest.impress.co.jp/article/2008/09/12/chromedegesture.html

Debian GNU/Linux で IPアドレスの変更

IPアドレスの恒久的な変更

1. /etc/network/interfaces を変更

iface eth0 inet static
address 192.168.0.XX
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1

2. NICを再起動

# ifdown eth0
# ifup eth0


IPアドレスの一時的な変更

# ifconfig eth0 192.168.0.XXX

Remember the milk と Rainlendar の同期方法

Summary

wget を用いた Remember the milk と Rainlendar の同期方法

スタートアップに wget起動用 バッチファイルを用意

"C:\path\to\wget\wget.exe" -b -a "C:\path\to\wget\log" -O "D:\path\to\ToDo.ics" --http-user=[Remember the milkのユーザ名] --http-password=[Remember the milkのパスワード] --no-check-certificate https://www.rememberthemilk.com/icalendar/[Remember the milkのユーザ名]/

Google Calendar と Rainlendar の同期方法 - wget 編

Summary

wget を用いた Google Calendar と Rainlendar の同期方法

スタートアップに wget起動用 バッチファイルを用意する

"C:\path\to\wget\wget -b -a "C:\path\to\wget\log" -O "D:\path\to\basic.ics" http://www.google.com/calendar/ical/USERID@gmail.com/private/basic.ics

"C:\path\to\wget\wget -b -a "C:\path\to\wget\log" -O "D:\path\to\basic.ics" http://www.google.com/calendar/ical/XXXXXXXXXXXXXXXXXXXXXXXXXX%40group.calendar.google.com/private/basic.ics

Reference

Heiko Herold's windows wget spot
http://xoomer.virgilio.it/hherold/

コップ水の日記 - 2006-12-09 - Googleカレンダーの予定をRainlendarに表示させるFinal
http://d.hatena.ne.jp/aglassofwater/20061209/p1

Google Calendar と Rainlendar の同期方法 - GCALDaemon編

Summary

GCALDaemon を用いた Google Calendar と Rainlendar の同期方法

config-editor を起動

C:\Program Files\GCALDaemon\bin\config-editor.bat を実行

config-editor で Googleアカウントを設定

左ペインの "File synchronizer" を選択
"New" ボタンから Google アカウントを設定

config-editor で 同期元Google Calendarと 出力先ファイルを指定する

"Google Calendar" から 同期元Google Calendarを設定する.
"iCal file" から 出力先ファイルを指定する.

スタートアップに同期バッチファイルへのショートカットを作成する

"C:\Program Files\GCALDaemon\bin\sync-now.bat"

Reference

GCALDaemon - Sync Google Calendar with Rainlendar
http://gcaldaemon.sourceforge.net/usage2.html#top

ふじゅんブログ - 2008-09-23 - Googleカレンダーをデスクトップのカレンダー(Rainlendar)と同期したい
http://zzz.jeeet.net/2008/09/google_calenda_rainlendar/

コップ水の日記 - 2006-12-09 - Googleカレンダーの予定をRainlendarに表示させるFinal
http://d.hatena.ne.jp/aglassofwater/20061209/p1