2003-09-07(日) 曇 この日を編集
_ 洗(自転)車
乗鞍でだいぶ汚れてしまったので洗車しました。朝 6 時から開始して朝食をはさんで 10 時ころまで格闘しました。チェーンの汚れがひどすぎました。
教訓
洗車用品を揃えよ。まずチェーンを洗え。
_ stone
トンネル掘削機 - stoneで穴掘りを参考にしてトンネル作りに挑戦しました。まず、鍵を生成するために ssl key を参考にしました。
daemon# cp /usr/src/crypto/openssl/apps/CA.sh /etc/ssl/ daemon# cd /etc/ssl/ daemon# ls CA.sh openssl.cnf daemon# sh CA.sh -newca CA certificate filename (or enter to create)
Making CA certificate ... Generating a 1024 bit RSA private key .....................................................................................................++++++ .......++++++ writing new private key to './demoCA/private/./cakey.pem' Enter PEM pass phrase:Verifying - Enter PEM pass phrase: ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:JP State or Province Name (full name) [Some-State]:Tokyo Locality Name (eg, city) []:Setagaya Organization Name (eg, company) [Internet Widgits Pty Ltd]:RTFM Organizational Unit Name (eg, section) []:hoge Common Name (eg, YOUR name) []:tota Email Address []:tota@rtfm.jp
daemon# sh CA.sh -newreq Generating a 1024 bit RSA private key .........++++++ .........................................++++++ writing new private key to 'newreq.pem' Enter PEM pass phrase: Verifying - Enter PEM pass phrase: ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:JP State or Province Name (full name) [Some-State]:Tokyo Locality Name (eg, city) []:Setagaya Organization Name (eg, company) [Internet Widgits Pty Ltd]:RTFM Organizational Unit Name (eg, section) []:master Common Name (eg, YOUR name) []:tota Email Address []:tota@rtfm.jp
Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []: Request (and private key) is in newreq.pem
daemon# sh CA.sh -sign Using configuration from /etc/ssl/openssl.cnf Enter pass phrase for ./demoCA/private/cakey.pem: Check that the request matches the signature Signature ok Certificate Details: Serial Number: 1 (0x1) Validity Not Before: Sep 7 11:15:16 2003 GMT Not After : Sep 6 11:15:16 2004 GMT Subject: countryName = JP stateOrProvinceName = Tokyo localityName = Setagaya organizationName = RTFM organizationalUnitName = master commonName = tota emailAddress = tota@rtfm.jp X509v3 extensions: X509v3 Basic Constraints: CA:FALSE Netscape Comment: OpenSSL Generated Certificate X509v3 Subject Key Identifier: C8:68:CB:B6:99:9E:89:F1:3D:B4:48:F6:8E:26:D9:7D:BC:7E:61:E4 X509v3 Authority Key Identifier: keyid:ED:F9:BB:78:26:6F:FC:F8:EA:55:C7:93:2A:40:80:C3:35:73:B5:4D DirName:/C=JP/ST=Tokyo/L=Setagaya/O=RTFM/OU=master/CN=tota/emailAddress=tota@rtfm.jp serial:00
Certificate is to be certified until Sep 6 11:15:16 2004 GMT (365 days) Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y Write out database with 1 new entries Data Base Updated :
daemon# openssl rsa -in newreq.pem -out newpriv.pem Enter pass phrase for newreq.pem: writing RSA key
daemon# cat newcert.pem newpriv.pem > stone.pem daemon# mkdir certs daemon# mv stone.pem certs
daemon# stone localhost:23 443/ssl Sep 7 21:22:19 start (2.2) [57533] Sep 7 21:22:19 SSL_CTX_use_certificate_file(/etc/ssl/certs/stone.pem) error
むむ、失敗しました。
daemon# stone localhost:23 443 Sep 7 21:23:31 start (2.2) [57534] Sep 7 21:23:31 stone 5: localhost.xxx.jp:telnet <- https
暗号化しなければ大丈夫のようです。人の log の丸コピーではダメですね。RTFM!
2004-09-07(火) 曇一時雨 安静時心拍数 44 この日を編集
_ 利益確定
今までボリンジャーバンドの +2σライン上を推移していたのですがここのところ伸び悩みか +1σラインに掛かったので売りました。約 20% のリターンはなかなかの好成績と思いきやトレード期間が 約 1.5 か月とやや長めです。まぁ、この間の損を差し引いても余りあるので良しとします。
2006-09-07(木) 曇ときどき雨 安静時心拍数 63 この日を編集
_ NHK受信契約変更と受信料返還の連絡
先日、NHK受信契約の変更依頼をしたのですが、今日、19時頃、NHK宇都宮放送局の営業の方から連絡をいただきました。衛星カラー契約からカラー契約に変更できました。また、多く取られていた受信料も郵便貯金口座に振り込んでいただけるとのことです。
_ Modern C++ Design―ジェネリック・プログラミングおよびデザイン・パターンを利用するための究極のテンプレート活用術 (C++ In‐Depth Series)(アンドレイ アレキサンドレスク/Andrei Alexandrescu/村上 雅章)
シングルトンテンプレートを読んでみたいので注文しました。
2007-09-07(金) 雨のち晴 安静時心拍数 64 この日を編集
_ 定期健康診断
台風が来ているちょうどその時の9時から開始でした。早めに行ったら8番で、15分程で終了しました。いつもは1時間も掛かるのですが。
_ 実用 組込みOS構築技法―情報通信を支える基礎技術RTOS入門(永井 正武/権藤 正樹/沢田 勉)
たまたま持っている人が居たので見せてもらいました。この手の類の本と殆ど同じことが書かれており特に気になった内容はありませんでした。買わなくて良かった。
_ NHKみんなのうた おしりかじり虫(DVD付)(おしりかじり虫)
みんなのうたでやっているらしく、しかも流行っているらしい。「おしりかじり虫」は10月・11月も放送を延長することが決定しました!
_ ビリーブームの再燃を疑問視する声が上がっている
ビリーはブートキャンプの音楽をCD化して1枚3150円で合計4種類売るほか、テーマソングも作って2100円で発売します
[Yahoo!ニュース - 日刊ゲンダイ - ビリーブームの再燃を疑問視する声が上がっているより引用]
- BILLY’S BOOTCAMP SERIES1 入隊せよ!RECRUIT(ビリー・ブランクス/チーム・ブートキャンプ・フィーチャリング・コマンダー・ビリー)
- BILLY’S BOOTCAMP SERIES2 限界に挑戦せよ!FALL IN(ビリー・ブランクス/チーム・ブートキャンプ・フィーチャリング・コマンダー・ビリー)
- BILLY’S BOOTCAMP SERIES3 腹を割れ!LISTEN UP(ビリー・ブランクス/チーム・ブートキャンプ・フィーチャリング・コマンダー・ビリー)
- BILLY’S BOOTCAMP SERIES4 諦めるな!SOUND OFF(ビリー・ブランクス/チーム・ブートキャンプ・フィーチャリング・コマンダー・ビリー)
- BILLY’S BOOTCAMP オフィシャル・テーマソング BOOM BOOM WONDERLAND(チーム・ブートキャンプ・フィーチャリング・コマンダー・ビリー)
商魂たくましいですな。
_ ブートキャンプ エレガンス ~美しくなる英国式体幹ワークアウト~ [DVD]
これはパクリですか?それともビリーがパクリ?しかも エリートフォース・ブートキャンプ ELITEFORCES RAPID READINESS WORKOUT [DVD]もあります。
2008-09-07(日) 曇一時雨 安静時心拍数 62 この日を編集
_ 某模擬試験
会社から補助金が出ているので受けざるを得ません。
相変わらず午後1がダメです。午後2は最初の設計段階は良かったのですが、ボリュームが足りなさそうになったため項目を追加しようとしてやや文章構成が変になってしまいました。分量は十分に書けたのですが内容がイマイチ。
2009-09-07(月) 晴 安静時心拍数 59 この日を編集
_ 某生保の書類到着
契約内容確認書類や社員投票用紙が届きました。2010年4月1日から保険法が施行されるとのことです。社員というのは保険の契約者のことで、その総代候補者選考があるのですが、候補者の中に無職であるとか高齢者がいたのでバツを付けときました。3年前も同じことしてました。
_ 給水設備部品交換工事の予告
不動産屋が給水設備部品交換工事のお知らせを扉に貼り付けていったようです。工事日程は9/10(木)の8:30から15:00とのことでした。立ち会いは不要ですが、火災報知機設置工事もあるし面倒だな。
2012-09-07(金) この日を編集
_ R for Windows with HTTP proxy
HTTP proxy を使わざるを得ない状況で R を使いたかったのですが,解決したのでメモを残しておきます.
結論から書くと
(b) A proxy needs to be set up: see ?download.file. Here are two versions of an example (a real one, but from a machine that is only available locally) of a command-line in a short cut:
"path_to_RindRgui.exe" http_proxy=http://user:pass@gannet:80/
[R for Windows FAQより引用]
を参考にしたらいけました.internet2.dll を使うのは糞ってことで.
testwiki - rfinanceyj に載ってるお悩みも解消です.
_ Schu [それはなによりで<過徴収ぶんの返還]
_ TrackBack [http://rtfm.jp/~tota/diary/20060924.html#p04 tota diary NH..]