Merge pull request 'tcardgenを利用してOGPイメージを生成するように修正' (#40) from tcardgen into master

Reviewed-on: #40
This commit is contained in:
Kazuhiro MUSASHI 2021-03-06 21:05:05 +09:00
commit ecd1fb4b6b
388 changed files with 3049 additions and 2723 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
public
*.swp
*.swp
static/ogp/*.webp
assets/font/*.ttf

BIN
assets/base.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 KiB

0
assets/font/.gitkeep Normal file
View File

39
assets/tcardgen.yaml Normal file
View File

@ -0,0 +1,39 @@
template: assets/base.png
title:
start:
px: 113
pY: 247
fgHexColor: "#FFFFFF"
fontSize: 65
fontStyle: Bold
maxWidth: 946
lineSpacing: 10
category:
start:
px: 113
py: 195
fgHexColor: "#E5B52A"
fontSize: 42
fontStyle: Regular
info:
start:
px: 223
py: 120
fgHexColor: "#A0A0A0"
fontSize: 38
fontStyle: Regular
tags:
start:
px: 120
py: 490
fgHexColor: "#FFFFFF"
bgHexColor: "#7F7776"
fontSize: 22
fontStyle: Regular
boxAlign: Left
boxSpacing: 6
boxPadding:
top: 6
right: 10
bottom: 6
left: 8

39
config/tcardgen.yaml Normal file
View File

@ -0,0 +1,39 @@
template: static/ogp/base.png
title:
start:
px: 113
pY: 252
fgHexColor: "#FFFFFF"
fontSize: 72
fontStyle: Bold
maxWidth: 946
lineSpacing: 10
category:
start:
px: 113
py: 211
fgHexColor: "#E5B52A"
fontSize: 42
fontStyle: Regular
info:
start:
px: 223
py: 120
fgHexColor: "#A0A0A0"
fontSize: 38
fontStyle: Regular
tags:
start:
px: 120
py: 475
fgHexColor: "#FFFFFF"
bgHexColor: "#7F7776"
fontSize: 22
fontStyle: Medium
boxAlign: Left
boxSpacing: 6
boxPadding:
top: 6
right: 10
bottom: 6
left: 8

View File

@ -1,7 +1,7 @@
---
title: Labs Page
date: 2019-04-08
publishdate: 2019-04-08
date: 2019-04-08T15:04:05Z
publishdate: 2019-04-08T15:04:05Z
---
まとまった分量の技術的な文章を置くために設置してみました。主に`Javascript`や`CSS`を使った実験ができればいいなと思っています

View File

@ -1,11 +1,11 @@
+++
title = "GolangでTwitterに投稿する方法"
date = 2017-08-19T23:02:35+08:00
Description = "Golangを利用してTwitterにツイートする方法を調べました。"
Tags = []
Categories = ["Golang"]
draft = false
images = ["https://farm5.staticflickr.com/4441/36623773886_ef58e32e8e.jpg"]
description = "Golangを利用してTwitterにツイートする方法を調べました。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
簡単なWeb APIサーバを`golang`で作ることをもくろんでいて、その一環で現在`golang`で`Twitter`に投稿する方法を調べています。調べた結果をシェアします:

View File

@ -1,10 +1,11 @@
+++
title = "GolangでExcelファイル(.xlsx)を読み込む"
date = 2017-09-03T22:47:31+08:00
Description = "GolangでどうすればExcelファイルを読み込めるのか調べました。"
Tags = []
Categories = ["Golang"]
images = ["images/6052788455_79a263eeea.jpg"]
description = "GolangでどうすればExcelファイルを読み込めるのか調べました。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
`github.com/tealeg/xlsx`を用いればいいみたいということがわかりました。

View File

@ -1,7 +1,8 @@
+++
images = ["images/5691141369_0eb8199f37_z.jpg"]
tags = []
categories = ["golang", "programming"]
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
date = "2018-09-02T18:40:47+09:00"
title = "APIサーバを作ってみた: Pocketの記事をアーカイブするよ"
description = "GolangでPocketの記事をアーカイブするAPIサーバを作ってみました。"

View File

@ -1,10 +1,11 @@
+++
title = "GolangのCUIライブラリを使ってExcelの中身を確認するツールを作ってみた"
date = 2019-01-06T23:07:40+07:00
Description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。"
Tags = []
Categories = ["golang", "programming"]
images = ["https://farm5.staticflickr.com/4849/45718165635_328355a940_z.jpg"]
description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
「[gocuiのコンポーネントライブラリを作った話](https://qiita.com/gorilla0513/items/ea26398e6dfcaf0674c2)」という記事を読んでいて、[rivo/tview](https://github.com/rivo/tview)というライブラリを使うと、CUIをお手軽に作成できるようなので、お試しで使ってみました。

View File

@ -1,10 +1,11 @@
+++
title = "GolangでLine APIをいじくるよ"
date = 2019-03-03T19:12:22+08:00
Description = "GolangでLine APIを利用してみましたよ。"
Tags = []
Categories = ["golang", "programming"]
images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"]
description = "GolangでLine APIを利用してみましたよ。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
# GolangでLine APIをいじくる

View File

@ -1,9 +1,10 @@
+++
title = "nexmo APIの使い方"
date = 2020-02-09T03:12:22+08:00
Description = "nexmo APIの使い方のメモ書きです"
Tags = []
Categories = ["golang", "programming"]
description = "nexmo APIの使い方のメモ書きです"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
SMS送信などができるWebサービス、nexmo APIの使い方をまとめます。基本は参考URLからのコピペです。。

View File

@ -1,9 +1,10 @@
+++
title = "Golangのnet/httpでREST APIをたたくときのメモ"
date = 2020-03-07T21:12:22+08:00
Description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。"
Tags = []
Categories = ["golang", "programming"]
description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
Golang標準ライブラリの`net/http`でREST APIをたたく時に必要となりそうなことをまとめます。

View File

@ -1,9 +1,10 @@
+++
title = "GolangでOLEを利用してOutlookを操作、メールをエクスポートする"
date = 2020-04-19T18:12:22+08:00
Description = "GolangからOLEを利用することでOutlookを操作してみました。"
Tags = []
Categories = ["golang", "programming"]
description = "GolangからOLEを利用することでOutlookを操作してみました。"
tags = ["Golang"]
categories = ["Labs", "Program"]
author = "kazu634"
+++
お仕事上の便利ツール開発を目的に、GolangからOLE経由でOutlookを操作してみました。

View File

@ -1,15 +1,20 @@
---
title: ドメインの残り有効期限を取得するシェルスクリプト
author: kazu634
date: 2013-01-14
date: 2013-01-14T15:04:05Z
has_been_twittered:
- yes
tmac_last_id:
- 303816623784083456
author:
- kazu634
categories:
- Programming
- シェルスクリプト
- Infra
- Labs
tags:
- DNS
- Domain
- ShellScript
---
とあるところで独自ドメインの更新忘れが起きていて、名前解決できていない状態になっていました。。。独自ドメインの更新忘れはかなり致命的な状況に陥ることに気づいたので、監視できる仕組みを構築せねばということで、調べて作成してみました。
@ -21,64 +26,64 @@ whoisコマンドが使用出来ることが前提です。debian系なら、「
作成したシェルスクリプトは<a href="https://gist.github.com/4527473" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://gist.github.com/4527473', 'Gist');" title="Gist" target="_blank">Gist</a>でも公開しています。以下の通りです:
<pre class="lang:default decode:true" title="check_domain_expiration">#!/bin/bash
########################################
# Name: Kazuhiro MUSASHI
#
# about:
#
# Usage:
#
# Author:
# Date:
########################################
set -e
# Constants
WHOIS='/usr/bin/whois'
# Check the number of the arguments
if [ $# -ne 1 ]; then
exit 1
fi
DOMAIN=$1
# Check the specified domain name
if [ ! ${DOMAIN##*.} == "com" ]; then
echo "Specify the .com domain name."
exit 1
fi
# Check whether the whois command exists or not
if [ ! -x ${WHOIS} ]; then
echo "${WHOIS} command does not exist."
exit 1
fi
# Execute the whois command
EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
# Convert the expiration date into seconds
EXPIRE_SECS=`date +%s --date=${EXPIRE}`
# Acquire the now seconds
CURRENTDATE_SEC=`date +%s`
# Calculate the remaining days
((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
REMAIN_DAYS=$((DIFF_SEC/86400))
echo ${REMAIN_DAYS}
exit 0</pre>
```
########################################
# Name: Kazuhiro MUSASHI
#
# about:
#
# Usage:
#
# Author:
# Date:
########################################
set -e
# Constants
WHOIS='/usr/bin/whois'
# Check the number of the arguments
if [ $# -ne 1 ]; then
exit 1
fi
DOMAIN=$1
# Check the specified domain name
if [ ! ${DOMAIN##*.} == "com" ]; then
echo "Specify the .com domain name."
exit 1
fi
# Check whether the whois command exists or not
if [ ! -x ${WHOIS} ]; then
echo "${WHOIS} command does not exist."
exit 1
fi
# Execute the whois command
EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
# Convert the expiration date into seconds
EXPIRE_SECS=`date +%s --date=${EXPIRE}`
# Acquire the now seconds
CURRENTDATE_SEC=`date +%s`
# Calculate the remaining days
((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
REMAIN_DAYS=$((DIFF_SEC/86400))
echo ${REMAIN_DAYS}
exit 0
```
## 参考にしたサイト

View File

@ -1,16 +1,19 @@
---
title: Nagiosでドメイン有効期限を監視する
author: kazu634
date: 2013-01-27
date: 2013-01-27T15:04:05Z
has_been_twittered:
- yes
tmac_last_id:
- 307653283424636929
author:
- kazu634
categories:
- Labs
- Infra
- Monitoring
tags:
- nagios
- Programming
- シェルスクリプト
---
<a href="http://blog.kazu634.com/2013/01/14/check_domain_expiration/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.kazu634.com/2013/01/14/check_domain_expiration/', 'ドメインの残り有効期限を取得するシェルスクリプト');" title="ドメインの残り有効期限を取得するシェルスクリプト" target="_blank">ドメインの残り有効期限を取得するシェルスクリプト</a>」で紹介したスクリプトを Nagios から使用できるようにしてみました。
@ -19,7 +22,7 @@ categories:
Nagios からドメインの有効期限を監視します。今のところ .com にしか対応していません。作業完了後のイメージはこんな感じです:
<a href="http://www.flickr.com/photos/42332031@N02/8397684471/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/8397684471/', '');" title="Nagios Core by kazu634, on Flickr"><img class="aligncenter" src="http://farm9.staticflickr.com/8506/8397684471_e5f82ba38f.jpg" alt="Nagios Core" width="500" height="76" /></a>
<!--more-->
## Nagiosプラグインの仕様
@ -36,88 +39,88 @@ Nagios からドメインの有効期限を監視します。今のところ .co
<a href="http://blog.kazu634.com/2013/01/14/check_domain_expiration/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.kazu634.com/2013/01/14/check_domain_expiration/', 'ドメインの残り有効期限を取得するシェルスクリプト');" title="ドメインの残り有効期限を取得するシェルスクリプト" target="_blank">ドメインの残り有効期限を取得するシェルスクリプト</a>」で作成したスクリプトを修正して、適切なリターンコードを返すように修正しました:
<pre class="height-set:true height:250 wrap:true lang:sh decode:true">#!/bin/bash
########################################
# Name: Kazuhiro MUSASHI
#
# about:
#
# Usage:
#
# Author:
# Date:
########################################
set -e
# Constants
WHOIS='/usr/bin/whois'
# Thresholds
WARNINGS=60
CRITICAL=30
# Return Codes
OK=0
WARN=1
CRIT=2
UNKNOWN=3
# Check the number of the arguments
if [ $# -ne 1 ]; then
exit ${UNKNOWN}
fi
DOMAIN=$1
# Check the specified domain name
if [ ! ${DOMAIN##*.} == "com" ]; then
echo "Specify the .com domain name."
exit ${UNKNOWN}
fi
# Check whether the whois command exists or not
if [ ! -x ${WHOIS} ]; then
echo "${WHOIS} command does not exist."
exit ${UNKNOWN}
fi
# Execute the whois command
EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
# Convert the expiration date into seconds
EXPIRE_SECS=`date +%s --date=${EXPIRE}`
# Acquire the now seconds
CURRENTDATE_SEC=`date +%s`
# Calculate the remaining days
((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
REMAIN_DAYS=$((DIFF_SEC/86400))
# OK case
if [ ${REMAIN_DAYS} -ge ${WARNINGS} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${OK}
# Warning case
elif [ ${REMAIN_DAYS} -ge ${CRITICAL} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${WARN}
# Critical case
elif [ ${REMAIN_DAYS} -lt ${CRITICAL} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${CRIT}
fi
echo "The script should not end at this point."
<pre class="height-set:true height:250 wrap:true lang:sh decode:true">#!/bin/bash
########################################
# Name: Kazuhiro MUSASHI
#
# about:
#
# Usage:
#
# Author:
# Date:
########################################
set -e
# Constants
WHOIS='/usr/bin/whois'
# Thresholds
WARNINGS=60
CRITICAL=30
# Return Codes
OK=0
WARN=1
CRIT=2
UNKNOWN=3
# Check the number of the arguments
if [ $# -ne 1 ]; then
exit ${UNKNOWN}
fi
DOMAIN=$1
# Check the specified domain name
if [ ! ${DOMAIN##*.} == "com" ]; then
echo "Specify the .com domain name."
exit ${UNKNOWN}
fi
# Check whether the whois command exists or not
if [ ! -x ${WHOIS} ]; then
echo "${WHOIS} command does not exist."
exit ${UNKNOWN}
fi
# Execute the whois command
EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
# Convert the expiration date into seconds
EXPIRE_SECS=`date +%s --date=${EXPIRE}`
# Acquire the now seconds
CURRENTDATE_SEC=`date +%s`
# Calculate the remaining days
((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
REMAIN_DAYS=$((DIFF_SEC/86400))
# OK case
if [ ${REMAIN_DAYS} -ge ${WARNINGS} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${OK}
# Warning case
elif [ ${REMAIN_DAYS} -ge ${CRITICAL} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${WARN}
# Critical case
elif [ ${REMAIN_DAYS} -lt ${CRITICAL} ]; then
echo "The domain will be expired in ${REMAIN_DAYS} days."
exit ${CRIT}
fi
echo "The script should not end at this point."
exit ${UNKNOWN}</pre>
私は作成したスクリプトを /usr/loca/bin/ 配下に配置しました。
@ -126,22 +129,22 @@ exit ${UNKNOWN}</pre>
Nagiosのcommands.cfgに以下の行を追加します:
<pre class="width-set:true height:250 wrap:true lang:diff decode:true">+# 'check_domain' command definition
+define command{
+ command_name check_domain
+ command_line /usr/local/bin/check_domain $ARG1$
<pre class="width-set:true height:250 wrap:true lang:diff decode:true">+# 'check_domain' command definition
+define command{
+ command_name check_domain
+ command_line /usr/local/bin/check_domain $ARG1$
+ }</pre>
## 監視サービスの追加
監視設定を記述している設定ファイルに例えば以下の行を追加します:
<pre class="width-set:true height:250 wrap:true lang:diff decode:true">+define service{
+ use generic-service
+ host_name sakura-vps
+ service_description domain
+ check_command check_domain!kazu634.com
+ check_interval 1440
<pre class="width-set:true height:250 wrap:true lang:diff decode:true">+define service{
+ use generic-service
+ host_name sakura-vps
+ service_description domain
+ check_command check_domain!kazu634.com
+ check_interval 1440
+ }</pre>
後は「sudo service nagios reload」などのコマンドを実行し、Nagios設定ファイルをリロードしてください。
@ -155,27 +158,27 @@ Nagiosのcommands.cfgに以下の行を追加します:
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51H7Wq1BVDL._SL160_.jpg" alt="Nagios統合監視[実践]リファレンス (Software Design lus)" /></a>
</div>
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', 'Nagios統合監視[実践]リファレンス (Software Design lus)');" name="amazletlink" target="_blank">Nagios統合監視[実践]リファレンス (Software Design lus)</a></p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', 'Nagios統合監視[実践]リファレンス (Software Design lus)');" name="amazletlink" target="_blank">Nagios統合監視[実践]リファレンス (Software Design lus)</a></p>
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.01.27
</div>
</div>
<div class="amazlet-detail">
株式会社エクストランス 佐藤 省吾 Team-Nagios<br /> 技術評論社<br /> 売り上げランキング: 53,459
</div>
<div class="amazlet-sub-info" style="float: left;">
<div class="amazlet-link" style="margin-top: 5px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"></a>Amazon.co.jp で詳細を見る
</div>
</div>
</div>
<div class="amazlet-footer" style="clear: left;">
</div>
</div>

View File

@ -1,20 +1,14 @@
---
title: お仕事で覚えたシェルスクリプトの使い方
author: kazu634
date: 2013-07-20
geo_latitude:
- 38.306231
geo_longitude:
- 141.022696
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1851;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1851;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-07-20T15:04:05Z
author:
- kazu634
categories:
- シェルスクリプト
- Labs
- Infra
tags:
- ShellScript
---
## sedコマンドでA行目からB行目を切り出す
@ -25,33 +19,33 @@ categories:
実行例はこんな感じです:
```
kazu634@macbook% cat -n /etc/hosts
1 ##
2 # Host Database
3 #
4 # localhost is used to configure the loopback interface
5 # when the system is booting. Do not change this entry.
6 ##
7 127.0.0.1 localhost
8 255.255.255.255 broadcasthost
9 ::1 localhost
10 fe80::1%lo0 localhost
11
12 59.106.177.26 sakura-vps
13 133.242.151.82 sakura-vps2
14
15 192.168.3.4 esxi
16 192.168.3.5 freenas
17 192.168.3.100 vyatta
kazu634@macbook% sed -n '1,8p' /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
kazu634@macbook% cat -n /etc/hosts
1 ##
2 # Host Database
3 #
4 # localhost is used to configure the loopback interface
5 # when the system is booting. Do not change this entry.
6 ##
7 127.0.0.1 localhost
8 255.255.255.255 broadcasthost
9 ::1 localhost
10 fe80::1%lo0 localhost
11
12 59.106.177.26 sakura-vps
13 133.242.151.82 sakura-vps2
14
15 192.168.3.4 esxi
16 192.168.3.5 freenas
17 192.168.3.100 vyatta
kazu634@macbook% sed -n '1,8p' /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
```
@ -64,17 +58,17 @@ kazu634@macbook% sed -n '1,8p' /etc/hosts
実行例はこんな感じです:
```
kazu634@macbook% sed -n '7,$p' /etc/hosts
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
59.106.177.26 sakura-vps
133.242.151.82 sakura-vps2
192.168.3.4 esxi
192.168.3.5 freenas
kazu634@macbook% sed -n '7,$p' /etc/hosts
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
59.106.177.26 sakura-vps
133.242.151.82 sakura-vps2
192.168.3.4 esxi
192.168.3.5 freenas
192.168.3.100 vyatta
```
@ -107,20 +101,20 @@ fe80::1%lo0 localhost
実行例はこんな感じです:
```
kazu634@macbook% sed '/^$/d' /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
59.106.177.26 sakura-vps
133.242.151.82 sakura-vps2
192.168.3.4 esxi
192.168.3.5 freenas
kazu634@macbook% sed '/^$/d' /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
59.106.177.26 sakura-vps
133.242.151.82 sakura-vps2
192.168.3.4 esxi
192.168.3.5 freenas
192.168.3.100 vyatta
```

View File

@ -1,19 +1,16 @@
---
title: Fluentd X GrowthForecastの組み合わせで可視化してみた
author: kazu634
date: 2014-04-27
geo_latitude:
- 38.306184
geo_longitude:
- 141.022638
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1859;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1859;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2014-04-27T15:04:05Z
author:
- kazu634
categories:
- Infra
- Labs
- Monitoring
tags:
- growthforecast
- fluentd
---
`Fluentd`と`GrowthForecast`を組み合わせてレスポンスタイムの可視化を実施しました。

View File

@ -1,12 +1,16 @@
---
title: nginxのログローテーションがうまく動いていないのでmonitを使って対症療法してみた
author: kazu634
date: 2015-06-06
date: 2015-06-06T15:04:05Z
tmac_last_id:
- 665467420228890624
author:
- kazu634
categories:
- Labs
- Infra
tags:
- nginx
- wordpress
---
LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテーションをします。しかし最近`nginx`のログローテーションがうまく動かず、アクセスログが空になっている時があることに気づきました。これは問題です。というのも、`nginx`のログからレスポンスタイムを分析しているため、ログが取得できないとグラフがおかしくなってしまうのです。
@ -20,7 +24,7 @@ LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテー
具体的には、monitの設定ファイルに以下を追加しました:
```
check file nginx-blog with path /var/log/nginx/front_proxy.access.log
check file nginx-blog with path /var/log/nginx/front_proxy.access.log
if timestamp &gt; 2 minutes for 5 cycles then exec "/etc/init.d/nginx restart"
```

View File

@ -1,10 +1,10 @@
+++
Categories = [ "nginx" ]
Description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。"
Tags = []
categories = [ "Labs", "Infra" ]
author = "kazu634"
description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。"
tags = ["nginx"]
date = "2016-01-11T23:32:47+08:00"
title = "nginx + let's encryptを利用してHTTP/2を有効化した"
thumnail = "images/24021542270_0971890cc8_z.jpg"
+++
`nginx`+`Let's Encrypt`で`http/2`環境を構築したのでその時のメモです。

View File

@ -1,11 +1,11 @@
+++
draft = false
Description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました"
Tags = []
Categories = ["AWS"]
description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました"
tags = ["AWS"]
categories = ["Labs", "Infra"]
author = "kazu634"
date = "2016-11-06T23:38:21+08:00"
title = "aws-cliを用いてEC2インスタンスの情報を取得する"
images = ["https://c1.staticflickr.com/9/8561/15670725648_356a50f786.jpg"]
+++
お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました。どうやら`aws-cli`というのを使うのがお手軽みたい。

View File

@ -1,10 +1,12 @@
+++
title="Legoの使い方メモ"
date=2019-04-14
publishdate=2019-04-14
Description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました"
images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"]
Categories = ["インフラ"]
date=2019-04-14T15:04:05Z
publishdate=2019-04-14T15:04:05Z
description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました"
categories = ["Labs", "Infra"]
author = "kazu634"
tags = ["Lego", "Let'sEncrypt"]
+++
[Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。

View File

@ -1,9 +1,10 @@
+++
title = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする"
date = 2019-05-11T23:49:43+08:00
Description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています"
Tags = []
Categories = ["Windows", "iis", "インフラ"]
description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています"
tags = ["Windows", "iis"]
categories = ["Labs", "Infra"]
author = "kazu634"
image=""
+++

View File

@ -1,9 +1,10 @@
+++
title = "Grafana Lokiをお試しで使ってみたよ"
date = 2020-08-23T19:49:43+08:00
Description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ"
Tags = []
Categories = ["Linux", "インフラ", "Grafana", "Loki"]
description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ"
tags = ["Loki", "Grafana", "Linux"]
categories = ["Labs", "Infra"]
author = "kazu634"
image=""
+++
@ -82,7 +83,7 @@ table_manager:
```ini
[Unit]
Description=Grafana Loki
description=Grafana Loki
Documentation=https://github.com/grafana/loki
After=network-online.target

View File

@ -1,9 +1,10 @@
+++
title = "Kubernetes上でJupyterを稼働させる"
date = 2020-05-10T18:12:22+08:00
Description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。"
Tags = []
Categories = ["python", "jupyter", "kubernetes"]
description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。"
tags = ["python", "kubernetes"]
categories = ["Labs", "Jupyter"]
author = "kazu634"
+++
Udemyがバーゲンをしていることに気づいたため、日本のゴールデンウィーク期間中は「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」でお勉強をしています。まだ終わっていません。。

View File

@ -1,9 +1,10 @@
+++
title = "データサイエンス入門講座で学んだことをまとめます"
date = 2020-05-16T20:12:22+08:00
Description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。"
Tags = []
Categories = ["python", "jupyter"]
description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。"
tags = ["python"]
categories = ["Labs", "Jupyter"]
author = "kazu634"
+++
「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」で統計について学んだことをここにまとめていきます。

View File

@ -1,10 +1,13 @@
+++
title="Leaflet.jsでMapboxのタイルを用いて地図を表示する"
date=2019-04-08
publishdate=2019-04-08
Description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ"
images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"]
date=2019-04-08T15:04:05Z
publishdate=2019-04-08T15:04:05Z
description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ"
leaflet=true
categories = ["Labs", "Map"]
tags = ["leaflet.js"]
author = "kazu634"
+++
[Leaflet.js](https://leafletjs.com/)でMapboxのタイルを用いて地図を表示してみます:

View File

@ -1,8 +1,10 @@
+++
title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-1"
date = 2019-05-01T19:06:46+08:00
Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
Categories = ["Leaflet.js"]
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
categories = ["Labs", "Map"]
author = "kazu634"
tags = ["leaflet.js"]
+++
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。まずは`Leaflet.js`で地図を表示してみます:

View File

@ -1,8 +1,10 @@
+++
title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-2"
date = 2019-05-01T21:07:08+07:00
Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
Categories = ["Mapbox GL JS"]
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
categories = ["Labs", "Map"]
author = "kazu634"
tags = ["mapbox.js"]
+++
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます:

View File

@ -1,8 +1,10 @@
+++
title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-1"
date = 2019-05-04T15:03:21+08:00
Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
Categories = ["Leaflet.js"]
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
categories = ["Labs", "Map", ]
author = "kazu634"
tags = ["leaflet.js"]
+++
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Leaflet.js`でラスタ形式の地図を表示してみます:

View File

@ -1,8 +1,10 @@
+++
title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-2"
date = 2019-06-29T18:41:00+07:00
Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
Categories = ["Mapbox GL JS"]
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
categories = ["Labs", "Map"]
author = "kazu634"
tags = ["mapbox"]
+++
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます:

View File

@ -1,11 +1,15 @@
---
title: Ubuntu インストールの自動化
author: kazu634
date: 2011-01-02
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5405;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2011-01-02T15:04:05Z
author:
- kazu634
categories:
- Labs
- Linux
tags:
- ubuntu
- preseed
---
<div class="section">

View File

@ -1,10 +1,11 @@
+++
Categories = ["Clustering", "Pacemaker", "Corosync"]
Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。"
Tags = []
categories = ["Labs", "Linux"]
tags = ["clustering", "pacemaker", "corosync"]
author = "kazu634"
description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。"
date = "2016-06-26T23:02:50+08:00"
title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - 事前準備"
images = ["images/7241213444_1c8a40e897.jpg"]
+++
お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。

View File

@ -1,11 +1,12 @@
+++
Categories = ["Clustering", "Pacemaker", "Corosync"]
Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします"
Tags = []
author = "kazu634"
description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします"
tags = ["clustering", "pacemaker", "corosync"]
categories = ["Labs", "Linux"]
date = "2016-07-02T23:48:32+08:00"
draft = false
title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - iSCSIサーバを利用した共有ディスクの作成"
images = ["images/7241213444_1c8a40e897.jpg"]
+++
お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。

View File

@ -1,11 +1,11 @@
+++
Categories = ["Clustering", "Pacemaker", "Corosync"]
Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします"
Tags = []
author = "kazu634"
description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします"
categories = ["Labs", "Linux"]
tags = ["clustering", "pacemaker", "corosync"]
date = "2016-07-10T23:48:32+08:00"
draft = false
title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - Pacemaker, Corosyncの構築"
images = ["images/7241213444_1c8a40e897.jpg"]
+++
お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。

View File

@ -1,10 +1,11 @@
+++
title = "LPIC OT: DevOps Tools Engineerという試験を見つけたよ"
date = 2017-11-11T22:58:38+08:00
Description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい"
Tags = []
Categories = ["Linux"]
images = ["images/38278788676_0cd63ffc01.jpg"]
description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい"
tags = ["prometheus"]
categories = ["Labs", "Linux", "Monitoring"]
author = "kazu634"
draft = false
+++

View File

@ -1,7 +1,8 @@
+++
images = ["images/9592407287_1bb4d50e78_z.jpg"]
tags = []
categories = ["Linux", "インフラ"]
categories = ["Linux", "Labs", "Infra"]
tags = ["ubuntu", "cache"]
author = "kazu634"
date = "2018-08-26T23:06:30+08:00"
title = "Linuxサーバでディスクキャッシュを説明する"
description = ""

View File

@ -1,7 +1,8 @@
+++
images = ["images/43806262985_22aca620eb_z.jpg"]
tags = []
categories = ["インフラ"]
tags = ["statup"]
categories = ["Labs", "Infra", "Linux", "Monitoring"]
author = "kazu634"
date = "2018-09-11T01:25:05+09:00"
title = "お手軽にステータスページを作成できるStatupを触ってみた"
description = "お手軽にステータスページを作成できるStatupを試しに使ってみました"

View File

@ -1,12 +1,15 @@
---
title: UNIX Philosophyメモ
author: kazu634
date: 2007-08-12
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3141;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2007-08-12T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Labs
- Misc
- Linux
tags:
- unix
---
<div class="section">
<p>

View File

@ -1,11 +1,14 @@
---
title: ESXiサーバを構築する (ハードウェア編)
author: kazu634
date: 2012-08-11
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5467;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2012-08-11T15:04:05Z
author:
- kazu634
categories:
- esxi
- Labs
- Infra
tags:
- ESXi
---
<div class="section">

View File

@ -1,10 +1,13 @@
---
title: ESXiサーバを構築する (ESXiインストール編)
author: kazu634
date: 2012-11-10
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5471;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2012-11-10T15:04:05Z
author:
- kazu634
categories:
- Labs
- Infra
tags:
- esxi
---

View File

@ -1,10 +1,17 @@
---
title: apt-mirrorを使ってネットワークインストール可能なレポジトリを作成する
author: kazu634
date: 2013-02-09
date: 2013-02-09T15:04:05Z
author:
- kazu634
categories:
- Labs
- Linux
- Infra
tags:
- apt
- インフラ
- ubuntu
- preseed
---
apt-mirrorを使用してネットワークインストール可能なレポジトリを作成しようとしたら、うまくいかずにハマったのでここにまとめておきます。

View File

@ -1,17 +1,15 @@
---
title: 'Japan Vyatta Users Meeting Spring 2013 in Tokyo #jvum2013s'
author: kazu634
date: 2013-04-05
has_been_twittered:
- yes
tmac_last_id:
- 366071693510311937
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-04-05T15:04:05Z
author:
- kazu634
categories:
- Labs
- Infra
tags:
- vyatta
- インフラ
---
<a href="http://atnd.org/event/jvum2013s" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://atnd.org/event/jvum2013s', 'Japan Vyatta Users Meeting Spring 2013 in Tokyo');">Japan Vyatta Users Meeting Spring 2013 in Tokyo</a>に参加して来ました。Vyatta、インフラ系のエンジニアにとっては「仮想環境で複数ネットワーク環境にするために導入するソフトウェアルータ」というイメージしかありません。SDN(Software Defined Network)という言葉がこれから来そうな中で、どのように使われているのかユースケースを知りたくて参加してみました。

View File

@ -1,20 +1,15 @@
---
title: knife ec2コマンドで AWS EC2 インスタンスを作成する
author: kazu634
date: 2013-06-16
has_been_twittered:
- failed
twitter_failure_code:
- 410
tmac_last_id:
- 9223372036854775807
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1550;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1549;i:1;i:1550;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-06-16T15:04:05Z
author:
- kazu634
categories:
- Labs
- Infra
tags:
- chef
- インフラ
- aws
---
ここ一ヶ月ほどは EC2 インスタンスを作って遊んでいました。Chef を使っていると、knife コマンドで AWS の EC2 インスタンスを作成できると便利です。そこで今回は knife コマンドで ec2 インスタンスを作成するところまでをご紹介します。

View File

@ -1,18 +1,14 @@
---
title: Nagiosで監視をしていて障害を検知した一部始終
author: kazu634
date: 2013-06-23
geo_latitude:
- 38.305995
geo_longitude:
- 141.022701
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1791;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1791;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-06-23T15:04:05Z
author:
- kazu634
categories:
- Labs
- Linux
- Monitoring
tags:
- nagios
---

View File

@ -1,19 +1,16 @@
---
title: 'DevOps Troubleshooting: Linux Server Best Practiceはすごい本'
author: kazu634
date: 2014-03-02
geo_latitude:
- 38.306185
geo_longitude:
- 141.022634
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1835;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1835;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2014-03-02T15:04:05Z
author:
- kazu634
categories:
- インフラ
- Labs
- Infra
- Linux
tags:
- troubleshooting
- book
---
<time datetime="2014-03-02T18:46:00+09:00" pubdate data-updated="true">Mar 2<span>nd</span>, 2014</time>

View File

@ -1,20 +1,15 @@
---
title: 『Webアプリエンジニア養成読本』には監視しきい値のサンプル載ってて良さげ
author: kazu634
date: 2014-03-15
geo_latitude:
- 38.306233
geo_longitude:
- 141.022695
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1818;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1818;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2014-03-15T15:04:05Z
author:
- kazu634
categories:
- Programming
- インフラ
- Labs
- Infra
- Monitoring
tags:
- book
---
<div class="entry-content">

View File

@ -1,16 +1,14 @@
---
title: RTX810と無線LANアクセスポイントを組み合わせてみた
author: kazu634
date: 2014-10-20
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1879;}'
wordtwit_post_info:
- 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1879;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - http://tinyurl.com/k74pluf";}'
tmac_last_id:
- 529629725275090944
date: 2014-10-20T15:04:05Z
author:
- kazu634
categories:
- Labs
- Infra
tags:
- network
- インフラ
---
<a href="https://www.flickr.com/photos/sacabezas/5829340509" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.flickr.com/photos/sacabezas/5829340509', '');" title="Router by Santiago Cabezas, on Flickr"><img class="aligncenter" src="https://farm6.staticflickr.com/5277/5829340509_df496661e0.jpg" alt="Router" width="500" height="375" /></a>

View File

@ -1,15 +1,14 @@
---
title: 'Systems Performance: Enterprise and the Cloud を読む'
author: kazu634
date: 2014-10-31
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1897;}'
wordtwit_post_info:
- 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:112:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1897;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:131:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - http://tinyurl.com/nbjfteb";}'
tmac_last_id:
- 531456470185811968
date: 2014-10-31T15:04:05Z
author:
- kazu634
categories:
- インフラ
- Labs
- Infra
tags:
- book
---
<a href="http://www.amazon.co.jp/Systems-Performance-Enterprise-Brendan-Gregg-ebook/dp/B00FLYU9T2/ref=sr_1_6?s=english-books&ie=UTF8&qid=1414762573&sr=1-6&keywords=system+performance" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/Systems-Performance-Enterprise-Brendan-Gregg-ebook/dp/B00FLYU9T2/ref=sr_1_6?s=english-books&ie=UTF8&qid=1414762573&sr=1-6&keywords=system+performance', 'Systems Performance: Enterprise and the Cloud');">Systems Performance: Enterprise and the Cloud</a>を読んでいます。システム管理の分野で顕著な成果として2013年度のLISA Awardというのを受賞した書籍らしいのですが、これがまた面白い。たぶん自分が何を説明しているのかを正確に理解している人が、わかりやすく伝える努力を惜しまずに書くとこんな書籍になるのだと思う。これは最後まで読まねば。

View File

@ -1,15 +1,15 @@
---
title: ブルートフォースアタックの形跡があったんだけど。。。
author: kazu634
date: 2015-01-25
wordtwit_posted_tweets:
- 'a:1:{i:0;i:6634;}'
wordtwit_post_info:
- 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:135:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6634;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:154:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - http://tinyurl.com/obbuoek";}'
tmac_last_id:
- 584003938069962752
date: 2015-01-25T15:04:05Z
author:
- kazu634
categories:
- インフラ
- Labs
- Infra
- Monitoring
tags:
- troubleshooting
---
<a href="https://www.flickr.com/photos/sonickphotographie/14381819697" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.flickr.com/photos/sonickphotographie/14381819697', '');" title="Impossible is not AP Tune's by Yannick Soler, on Flickr"><img class=" aligncenter" src="https://farm3.staticflickr.com/2901/14381819697_287de5e033.jpg" alt="Impossible is not AP Tune's" width="500" height="333" /></a>
@ -38,30 +38,30 @@ categories:
ボットくんのアクセスだと、ここの使用率が50%を超えてくるんだけど、今回はほぼヨコバイです。何かがおかしい。ちょっとおかしいなと思って、ウェブサーバーのログを確認してみました:
<pre class="lang:sh decode:true " title="とりあえずheadしてみた">% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | head
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
<pre class="lang:sh decode:true " title="とりあえずheadしてみた">% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | head
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php
host:37.187.29.175 path:/wp-login.php</pre>
あれ、なんかログインページへのアクセスが多い気がする。。。きちんと見てみます:
<pre class="lang:sh decode:true " title="カウントしてみました">% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | sort | uniq -c | sort | tail
2 host:91.200.12.29 path:/wp-comments-post.php
3 host:157.55.39.46 path:/2010/09/10/hello-world/
3 host:199.59.148.209 path:/robots.txt
3 host:91.200.12.56 path:/2013/12/22/fibre_flare_light_lpt04602/
3 host:91.200.12.56 path:/wp-comments-post.php
4 host:195.211.154.44 path:/2013/05/06/chef_package_installation_with_preseedings/
4 host:211.138.144.18 path:/
180 host:126.114.163.124 path:/
180 host:133.242.151.82 path:/
<pre class="lang:sh decode:true " title="カウントしてみました">% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | sort | uniq -c | sort | tail
2 host:91.200.12.29 path:/wp-comments-post.php
3 host:157.55.39.46 path:/2010/09/10/hello-world/
3 host:199.59.148.209 path:/robots.txt
3 host:91.200.12.56 path:/2013/12/22/fibre_flare_light_lpt04602/
3 host:91.200.12.56 path:/wp-comments-post.php
4 host:195.211.154.44 path:/2013/05/06/chef_package_installation_with_preseedings/
4 host:211.138.144.18 path:/
180 host:126.114.163.124 path:/
180 host:133.242.151.82 path:/
15276 host:37.187.29.175 path:/wp-login.php</pre>
やっぱりです。これはブルートフォースアタックというやつですね。ログインページに攻撃を受けていたみたいです。ログイン履歴を確認する限り、自分以外はログインに成功していないようなので、とりあえず放置しておこうと思います。

View File

@ -1,15 +1,15 @@
---
title: 今度はボットが襲来しました
author: kazu634
date: 2015-01-26
wordtwit_posted_tweets:
- 'a:1:{i:0;i:6646;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6646;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
tmac_last_id:
- 589363466013519872
date: 2015-01-26T15:04:05Z
author:
- kazu634
categories:
- インフラ
- Labs
- Infra
- Monitoring
tags:
- troubleshooting
---
<a href="https://www.flickr.com/photos/nukamari/8199540353" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.flickr.com/photos/nukamari/8199540353', '');" title="Long Live Rock 'n' Roll by Nukamari, on Flickr"><img class=" aligncenter" src="https://farm9.staticflickr.com/8057/8199540353_d0ef418eea.jpg" alt="Long Live Rock 'n' Roll" width="500" height="332" /></a>

View File

@ -1,12 +1,14 @@
---
title: 'じゆうけんきゅう: シンガポールのhaze情報のページからPSI情報を取得してアニメーションGIFにしてみた'
author: kazu634
date: 2015-10-04
tmac_last_id:
- 665467418412756993
date: 2015-10-04T15:04:05Z
author:
- kazu634
categories:
- Labs
- Program
tags:
- cron
- linux
- ruby
---
@ -57,33 +59,33 @@ categories:
<a href="http://phantomjs.org/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://phantomjs.org/', 'ヘッドレスブラウザのPhantomJS');">ヘッドレスブラウザのPhantomJS</a>をRubyから呼び出してスクリーンショットを取得しました。関係する部分だけを書くと、こんな感じです:
```
#!/usr/bin/env ruby
require 'capybara'
require 'capybara/poltergeist'
URL = 'http://www.haze.gov.sg/haze-updates/psi'
YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M')
STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots"
screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png"
################################################
# Get Screenshots
################################################
begin
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {:js_errors =&gt; false, :timeout =&gt; 1000 })
end
browser = Capybara::Session.new(:poltergeist)
browser.visit URL
browser.save_screenshot(screenshot_file_name, full: true)
rescue Exception =&gt; e
puts e.message
exit 1
#!/usr/bin/env ruby
require 'capybara'
require 'capybara/poltergeist'
URL = 'http://www.haze.gov.sg/haze-updates/psi'
YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M')
STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots"
screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png"
################################################
# Get Screenshots
################################################
begin
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {:js_errors =&gt; false, :timeout =&gt; 1000 })
end
browser = Capybara::Session.new(:poltergeist)
browser.visit URL
browser.save_screenshot(screenshot_file_name, full: true)
rescue Exception =&gt; e
puts e.message
exit 1
end
```
@ -116,88 +118,88 @@ ImageMagickでできることを確認したら、Rubyから同じコマンド
こうなりました:
```
#!/usr/bin/env ruby
require 'capybara'
require 'capybara/poltergeist'
require 'rmagick'
URL = 'http://www.haze.gov.sg/haze-updates/psi'
YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M')
OUT_STR = Time.now.strftime('%Y/%m/%d %H:%M')
STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots"
screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png"
crop_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_crop.png"
caption_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_caption.png"
result = "#{STOREDIR}/#{YYYYMMDDHHMM}_result.png"
################################################
# Get Screenshots
################################################
begin
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {:js_errors =&gt; false, :timeout =&gt; 1000 }) #追加のオプションはググってくださいw
end
browser = Capybara::Session.new(:poltergeist)
browser.visit URL
browser.save_screenshot(screenshot_file_name, full: true)
rescue Exception =&gt; e
puts e.message
exit 1
end
################################################
# Crop & Date-time image generation
################################################
begin
original = Magick::Image.read(screenshot_file_name).first
crop = original.crop(285, 490, 340, 365)
crop.write(crop_file_name)
caption = Magick::Image.new(170, 30) {
self.background_color = 'none'
}
draw = Magick::Draw.new
draw.annotate(caption, 0, 0, 4, 4, OUT_STR) do
self.pointsize = 14
self.gravity = Magick::SouthWestGravity
end
caption.write(caption_file_name)
rescue Exception =&gt; e
puts e.message
exit 2
end
################################################
# Composite
################################################
begin
save_image = crop.composite(caption, Magick::NorthWestGravity, Magick::OverCompositeOp);
save_image.write(result)
rescue Exception =&gt; e
puts e.message
exit 3
ensure
File.delete screenshot_file_name
end
################################################
# Post processing
################################################
begin
File.delete crop_file_name
File.delete caption_file_name
rescue Exception =&gt; e
puts e.message
exit 4
end
#!/usr/bin/env ruby
require 'capybara'
require 'capybara/poltergeist'
require 'rmagick'
URL = 'http://www.haze.gov.sg/haze-updates/psi'
YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M')
OUT_STR = Time.now.strftime('%Y/%m/%d %H:%M')
STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots"
screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png"
crop_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_crop.png"
caption_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_caption.png"
result = "#{STOREDIR}/#{YYYYMMDDHHMM}_result.png"
################################################
# Get Screenshots
################################################
begin
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {:js_errors =&gt; false, :timeout =&gt; 1000 }) #追加のオプションはググってくださいw
end
browser = Capybara::Session.new(:poltergeist)
browser.visit URL
browser.save_screenshot(screenshot_file_name, full: true)
rescue Exception =&gt; e
puts e.message
exit 1
end
################################################
# Crop & Date-time image generation
################################################
begin
original = Magick::Image.read(screenshot_file_name).first
crop = original.crop(285, 490, 340, 365)
crop.write(crop_file_name)
caption = Magick::Image.new(170, 30) {
self.background_color = 'none'
}
draw = Magick::Draw.new
draw.annotate(caption, 0, 0, 4, 4, OUT_STR) do
self.pointsize = 14
self.gravity = Magick::SouthWestGravity
end
caption.write(caption_file_name)
rescue Exception =&gt; e
puts e.message
exit 2
end
################################################
# Composite
################################################
begin
save_image = crop.composite(caption, Magick::NorthWestGravity, Magick::OverCompositeOp);
save_image.write(result)
rescue Exception =&gt; e
puts e.message
exit 3
ensure
File.delete screenshot_file_name
end
################################################
# Post processing
################################################
begin
File.delete crop_file_name
File.delete caption_file_name
rescue Exception =&gt; e
puts e.message
exit 4
end
exit 0
```
@ -206,12 +208,12 @@ exit 0
作成したスクリプトを5分おきに実行して、しばらく放ったらかしてから以下のコマンドを実行してアニメーションGIFを作成しました。どうやら「+repage」してあげないと、切り取り前の画像サイズをもってしまっているようで、すごく1024&#215;600超の画像サイズのアニメーションGIFが出来上がってしまいました。。。
```
% ls -1 | xargs -I % -n 1 convert % -trim +repage %.trim
% rm *.png
% for i in `ls -1`
do
mv ${i} ${i/.trim/}
done
% ls -1 | xargs -I % -n 1 convert % -trim +repage %.trim
% rm *.png
% for i in `ls -1`
do
mv ${i} ${i/.trim/}
done
% convert -limit memory 1 -limit map 1 -delay 15 20151004*_result.png anime.gif
```

View File

@ -1,10 +1,11 @@
+++
Categories = ["node.js"]
Description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。"
Tags = []
author = "kazu634"
description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。"
categories = ["Labs", "Program"]
tags = ["node.js"]
date = "2016-03-20T14:53:36+08:00"
title = "nodebrewを使って、node.jsをMacにインストールしてみた"
images = ["images/4932794177_e73e90a820_z.jpg"]
+++
<a data-flickr-embed="true" href="https://www.flickr.com/photos/ncc_badiey/4932794177/in/photolist-8vTRRt-8vTGyg-8GHj9Z-8vWTLy-8vTUtF-8vTTzr-8vWUP7-8vWW11-8vTSFV-c6cfGW-8vQPme-a77qLQ-8vTT8t-8THvsD-ma59Cy-8vWVrU-8vWUSU-dQUJyT-8vTRZp-8vWUr9-8vWUjU-8vTSar-8vWTFf-8vWW5y-8vWUwh-bAnNC8-8vTTrV-8vWUBd-8vWWyL-8vWVRA-bufANU-8vTUkc-8vTRAa-8vTS6K-8vTTut-8vTTS8-8vTSyP-8vWWrY-8vWVLu-ma5bEE-ma5hdd-rfmy16-ma4gge-ma4fKe-ma4n3p-ma5iqo-ma3zf4-ma5kDG-ma5ePf-ma4ike" title="Node.js Knockout"><img src="https://farm5.staticflickr.com/4120/4932794177_e73e90a820_z.jpg" width="640" height="425" alt="Node.js Knockout"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

View File

@ -1,18 +1,13 @@
---
title: Ubuntu 12.04でOpenVPNをインストールする
author: kazu634
date: 2013-09-20
geo_latitude:
- 38.305994
geo_longitude:
- 141.022701
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1855;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1855;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-09-20T15:04:05Z
author:
- kazu634
categories:
- Labs
- Network
tags:
- openvpn
---
@ -135,34 +130,34 @@ categories:
ひな形になるファイルがあるので、それをコピーしてあげます:
</p>
<pre class="lang:sh decode:true ">sudo mkdir /etc/openvpn/easy-rsa/
sudo cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
<pre class="lang:sh decode:true ">sudo mkdir /etc/openvpn/easy-rsa/
sudo cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
sudo chown -R $USER /etc/openvpn/easy-rsa/</pre>
<p>
認証局の設定情報を指定してあげます:
</p>
<pre class="lang:sh decode:true ">export KEY_COUNTRY=”US”
export KEY_PROVINCE=”NY”
export KEY_CITY=”New York City”
export KEY_ORG=”Queens”
<pre class="lang:sh decode:true ">export KEY_COUNTRY=”US”
export KEY_PROVINCE=”NY”
export KEY_CITY=”New York City”
export KEY_ORG=”Queens”
export KEY_EMAIL=”me@myhost.mydomain”</pre>
<p>
サーバ用の鍵を作成します:
</p>
<pre class="lang:sh decode:true ">cd /etc/openvpn/easy-rsa/
ln -s openssl-1.0.0.cnf openssl.cnf
cd /etc/openvpn/easy-rsa/
source vars
./clean-all
./build-dh
./pkitool initca
./pkitool server server
cd keys
<pre class="lang:sh decode:true ">cd /etc/openvpn/easy-rsa/
ln -s openssl-1.0.0.cnf openssl.cnf
cd /etc/openvpn/easy-rsa/
source vars
./clean-all
./build-dh
./pkitool initca
./pkitool server server
cd keys
openvpn genkey secret ta.key</pre>
<p>
@ -179,7 +174,7 @@ openvpn genkey secret ta.key</pre>
サンプルとなるファイルをコピーします:
</p>
<pre class="lang:sh decode:true ">cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/
<pre class="lang:sh decode:true ">cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/
gzip -d /etc/openvpn/server.conf.gz</pre>
<p>
@ -202,7 +197,7 @@ gzip -d /etc/openvpn/server.conf.gz</pre>
セキュリティ上の理由から、OpenVPNサーバを実行するユーザー・グループを指定してあげます:
</p>
<pre class="lang:default decode:true ">user nobody
<pre class="lang:default decode:true ">user nobody
group nogroup</pre>
<h3>
@ -213,43 +208,43 @@ group nogroup</pre>
server.confのサンプルはこのようになります:
</p>
<pre class="lang:default decode:true "># OpenVPN server config file
#
# Generated by Chef - local changes will be overwritten
port 1194
proto tcp
dev tun
keepalive 10 120
comp-lzo
local 0.0.0.0
# Keys and certificates.
ca /etc/openvpn/keys/ca.crt
key /etc/openvpn/keys/server.key # This file should be kept secret.
cert /etc/openvpn/keys/server.crt
dh /etc/openvpn/keys/dh1024.pem
ifconfig-pool-persist /etc/openvpn/ipp.txt
server 10.8.0.0 255.255.0.0
user nobody
group nogroup
# avoid accessing certain resources on restart
persist-key
persist-tun
# current client connections
status /etc/openvpn/openvpn-status.log
# logging settings.
log-append /var/log/openvpn.log
verb 1 # don't spam the log with messages.
mute 10 # suppress identical messages &gt; 10 occurances.
script-security 1
<pre class="lang:default decode:true "># OpenVPN server config file
#
# Generated by Chef - local changes will be overwritten
port 1194
proto tcp
dev tun
keepalive 10 120
comp-lzo
local 0.0.0.0
# Keys and certificates.
ca /etc/openvpn/keys/ca.crt
key /etc/openvpn/keys/server.key # This file should be kept secret.
cert /etc/openvpn/keys/server.crt
dh /etc/openvpn/keys/dh1024.pem
ifconfig-pool-persist /etc/openvpn/ipp.txt
server 10.8.0.0 255.255.0.0
user nobody
group nogroup
# avoid accessing certain resources on restart
persist-key
persist-tun
# current client connections
status /etc/openvpn/openvpn-status.log
# logging settings.
log-append /var/log/openvpn.log
verb 1 # don't spam the log with messages.
mute 10 # suppress identical messages &gt; 10 occurances.
script-security 1
push "redirect-gateway def1 bypass-dhcp"</pre>
<h2>
@ -264,8 +259,8 @@ push "redirect-gateway def1 bypass-dhcp"</pre>
以下のコマンドを実行して、クライアント用の鍵を作成します:
</p>
<pre class="lang:sh decode:true ">cd /etc/openvpn/easy-rsa/
source vars
<pre class="lang:sh decode:true ">cd /etc/openvpn/easy-rsa/
source vars
KEY_CN=someuniqueclientcn ./pkitool client</pre>
<p>
@ -307,40 +302,40 @@ KEY_CN=someuniqueclientcn ./pkitool client</pre>
クライアント用の設定ファイルのサンプルです:
</p>
<pre class="lang:default decode:true ">client
dev tun
proto tcp
remote openvpn-server.kazu634.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
;ca ca.crt
;cert ipad.crt
;key ipad.key
comp-lzo
verb 3
&lt;ca&gt;
-----BEGIN CERTIFICATE-----
MIIDuDCCAyGgAwIBAgIJANv02SnW6i6TMA0GCSqGSIb3DQEBBQUAMIGaMQswCQYD
[... snip ...]
Ggx0uDBQuVzhC4skB9YXt+Z2TCzXogEBtE9h/A0tR8t+ErsoXSDJ3UC7MRI=
-----END CERTIFICATE-----
&lt;/ca&gt;
&lt;cert&gt;
-----BEGIN CERTIFICATE-----
MIID9TCCA16gAwIBAgIBAjANBgkqhkiG9w0BAQUFADCBmjELMAkGA1UEBhMCSlAx
[... snip ...]
5uE2hKer80ia
-----END CERTIFICATE-----
&lt;/cert&gt;
&lt;key&gt;
-----BEGIN PRIVATE KEY-----
MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAMesHWRNGH9klvU/
[... snip ...]
GHsGbRenaBWR0A==
-----END PRIVATE KEY-----
<pre class="lang:default decode:true ">client
dev tun
proto tcp
remote openvpn-server.kazu634.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
;ca ca.crt
;cert ipad.crt
;key ipad.key
comp-lzo
verb 3
&lt;ca&gt;
-----BEGIN CERTIFICATE-----
MIIDuDCCAyGgAwIBAgIJANv02SnW6i6TMA0GCSqGSIb3DQEBBQUAMIGaMQswCQYD
[... snip ...]
Ggx0uDBQuVzhC4skB9YXt+Z2TCzXogEBtE9h/A0tR8t+ErsoXSDJ3UC7MRI=
-----END CERTIFICATE-----
&lt;/ca&gt;
&lt;cert&gt;
-----BEGIN CERTIFICATE-----
MIID9TCCA16gAwIBAgIBAjANBgkqhkiG9w0BAQUFADCBmjELMAkGA1UEBhMCSlAx
[... snip ...]
5uE2hKer80ia
-----END CERTIFICATE-----
&lt;/cert&gt;
&lt;key&gt;
-----BEGIN PRIVATE KEY-----
MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAMesHWRNGH9klvU/
[... snip ...]
GHsGbRenaBWR0A==
-----END PRIVATE KEY-----
&lt;/key&gt;</pre>
<h2>

View File

@ -1,15 +1,14 @@
---
title: コンシューマー向けのハイエンドルーターでVPNを利用してみた
author: kazu634
date: 2015-01-31
wordtwit_posted_tweets:
- 'a:1:{i:0;i:6658;}'
wordtwit_post_info:
- 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:142:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6658;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:161:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - http://tinyurl.com/mwh37en";}'
tmac_last_id:
- 594128247962505216
date: 2015-01-31T15:04:05Z
author:
- kazu634
categories:
- インフラ
- Labs
- Network
tags:
- vpn
---
<a href="https://www.flickr.com/photos/pedrik/5553465029" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.flickr.com/photos/pedrik/5553465029', '');" title="Router by pedrik, on Flickr"><img class=" aligncenter" src="https://farm6.staticflickr.com/5251/5553465029_5fc7dbb0d2.jpg" alt="Router" width="500" height="333" /></a>

View File

@ -1,11 +1,12 @@
+++
Categories = ["VyOS","Edgerouter"]
Description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました"
Tags = []
author = "kazu634"
description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました"
categories = ["Labs", "Network"]
tags = ["vyOS","edgerouter"]
date = "2016-10-31T21:07:13+08:00"
draft = false
title = "EdgeRouter XとVyOS on AWSで拠点間VPNを構築する"
images = ["images/3100879440_3e9d0ff8dc_b.jpg"]
+++
[EdgeRouter X がすごい \| yabe\.jp](http://yabe.jp/gadgets/edgerouter-x/)に触発されて、EdgeRouter Xを購入しました。手元のハードとしてきちんとしたルーターがあるっていいことだと思います。色々と実験できるので。
@ -52,7 +53,7 @@ Uptime: 13:38:07 up 1 day, 4:33, 1 user, load average: 1.16, 1.60, 1.86
```
vyos@VyOS-AMI:~$ show version
Version: VyOS 1.1.7
Description: VyOS 1.1.7 (helium)
description: VyOS 1.1.7 (helium)
Copyright: 2016 VyOS maintainers and contributors
Built by: maintainers@vyos.net
Built on: Wed Feb 17 09:57:31 UTC 2016

View File

@ -1,10 +1,11 @@
+++
title = "Metabaseをお試しで使ってみた"
date = 2018-07-02T21:15:53+08:00
Description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう"
Tags = []
Categories = ["Tools", "Metabase"]
images = ["images/41603208672_984110305c_z.jpg"]
description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう"
categories = ["Labs", "Visualization"]
tags = ["metabase"]
author = "kazu634"
+++
[Metabase](https://www.metabase.com/)という、オープンソースのお手軽BIツールがあるということで試してみました。これぐらいお手軽だと、エンジニアじゃない人にも「触ってみて」と言えそうです。

View File

@ -1,10 +1,11 @@
+++
title = "MetabaseでGeojsonを用いたカスタムマップを利用する"
date = 2020-03-01T09:15:53+08:00
Description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました"
Tags = []
Categories = ["Tools", "Metabase"]
images = ["images/41603208672_984110305c_z.jpg"]
description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました"
categories = ["Labs", "Visualization"]
tags = ["metabase"]
author = "kazu634"
+++
オープンソースのBIツール・[Metabase](https://github.com/metabase/metabase)をアップグレードしたところ、Geojsonを用いて、自分で用意した地図上にデータの可視化ができるようになっていました。

View File

@ -1,9 +1,12 @@
+++
title="色々あるグラフをどのように使い分けるか、まとめてみます"
date=2020-06-13
Description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします"
images = [""]
date=2020-06-13T15:04:05Z
description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします"
chart=true
categories = ["Labs", "Visualization"]
tags = ["chart.js"]
author = "kazu634"
+++
<a href="https://www.amazon.co.jp/%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E3%81%A4%E3%81%8F%E3%82%8B%E5%89%8D%E3%81%AB%E8%AA%AD%E3%82%80%E6%9C%AC%EF%BC%BB%E4%B8%80%E7%9E%AC%E3%81%A7%E4%BC%9D%E3%82%8F%E3%82%8B%E8%A1%A8%E7%8F%BE%E3%81%AF%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E7%94%9F%E3%81%BE%E3%82%8C%E3%81%9F%E3%81%AE%E3%81%8B%EF%BC%BD-%E6%9D%BE%E6%9C%AC-%E5%81%A5%E5%A4%AA%E9%83%8E-ebook/dp/B075WRLPGV/ref=as_li_ss_il?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&dchild=1&keywords=%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E4%BD%9C%E3%82%8B%E5%89%8D%E3%81%AB&qid=1592495480&sr=8-1&linkCode=li2&tag=simsnes-22&linkId=e0d680dadb70490cd55526f37e9e4fed&language=ja_JP" target="_blank">『グラフを作る前に読む本』</a>に、グラフをどのようにようにように使い分けるかについてまとめられていたのでメモします。
@ -19,7 +22,7 @@ chart=true
棒グラフの特徴として、以下のようにまとめられていました:
> 棒グラフでは、複数並んだ棒の高さを比べて「棒が大きい(小さい)項目はどれだろう?」と考えます。つまり棒グラフが一番得意な表現方法はデータの「比較」です。棒グラフを使えば、比べたいデータを最も分かりやすクズで表現できます。
>
>
> 「高さ」を比べて項目の量の違いを感覚的につかめるのが棒グラフの特徴です。
{{<chart canvas="box" height="200">}}
@ -55,7 +58,7 @@ chart=true
scheme: 'tableau.Tableau20',
fillAlpha: 0.3
}
}
}
}
});
{{< /chart >}}
@ -69,9 +72,9 @@ chart=true
折れ線グラフの特徴に以下のようにまとめられていました:
> 折れ線グラフは必ずデータ項目の複数の時点を描きます。点を一つだけ描く折れ線グラフを目にする機会はないでしょう。
>
>
> 折れ線グラフでは、ある時点とある時点を左から右に線で結んで「線の傾きが大きい(小さい)時点はどれだろう?」、「傾きの傾向が変化するのはどの時点だろう?」と考えます。つまり折れ線グラフが一番得意な表現方法はデータの「推移」です。折れ線グラフを使えば、データの変化を最もわかりやすく図で表現できます。
>
>
> ある時点とある時点の間の「傾き」から変化を感覚的につかめるのが折れ線グラフの特徴です。
{{<chart canvas="line-chart" height="200">}}
@ -108,7 +111,7 @@ chart=true
scheme: 'tableau.Tableau20',
fillAlpha: 0.3
}
}
}
}
});
{{< /chart >}}
@ -149,7 +152,7 @@ chart=true
scheme: 'tableau.Tableau20',
fillAlpha: 0.3
}
}
}
}
});
{{< /chart >}}
@ -171,7 +174,7 @@ chart=true
var ctx = document.getElementById("radar-chart");
var myPieChart = new Chart(ctx, {
type: 'radar',
data: {
data: {
labels: ["English", "Math", "Japanese", "Science", "History"],
datasets: [{
label: 'Alice',
@ -207,7 +210,7 @@ chart=true
scheme: 'tableau.Tableau20',
fillAlpha: 0.3
}
}
}
}
});
{{< /chart >}}
@ -236,13 +239,13 @@ chart=true
var ctx = document.getElementById("scatter-chart");
var myScatterChart = new Chart(ctx, {
type: 'scatter',
data: {
type: 'scatter',
data: {
datasets: [
{
label: '1st Class',
data: [{x:90, y:82},{x:39, y:45},{x:63, y:65},{x:83, y:75},{x:83, y:95}]
},
},
{
label: '2nd Class',
data: [{x:97, y:92},{x:63, y:70},{x:48, y:52},{x:83, y:79},{x:66, y:74}]
@ -254,10 +257,10 @@ chart=true
text: 'Test Results'
},
scales: {
xAxes: [{
scaleLabel: {
display: true,
labelString: 'English'
xAxes: [{
scaleLabel: {
display: true,
labelString: 'English'
},
ticks: {
suggestedMin: 0,
@ -268,10 +271,10 @@ chart=true
}
}
}],
yAxes: [{
scaleLabel: {
display: true,
labelString: 'Math'
yAxes: [{
scaleLabel: {
display: true,
labelString: 'Math'
},
ticks: {
suggestedMax: 100,
@ -354,7 +357,7 @@ chart=true
scheme: 'tableau.Tableau20',
fillAlpha: 0.3
}
}
}
},
});
{{< /chart >}}
@ -409,7 +412,7 @@ chart=true
stacked100: {
enable: true
},
}
}
},
});
{{< /chart >}}
@ -420,7 +423,7 @@ chart=true
> 面グラフは1つの線を描き終えると、2つ目の先は先に引いた線上を0の基準とみなして再び線を描きます。2つ目の線は、1つ目に引かれた線を0という基準にしていいるのを明確にするために、1つ目に引いた線の下側を塗りつぶし、2つ目の線の下側と1つ目の線の上側も塗りつぶします。だから面グラフと言われています。
> 面グラフは必ず複数の時点、面の中に複数のデータ項目を描きます。面の内訳が1つだけ描かれる面グラフは単なる折れ線グラフです。そんな面グラフを目にする機会はないでしょう。面グラフでは、面の推移を比べて「全体に対して占める割合が大きい(小さい)データ量はどのように変化するのだろう?」と考えます。つまり面グラフが一番得意な表現方法は、データ全体の「内訳」の「推移」です。面グラフは、データ(数字)の総量と内訳の変化を最もわかりやすく図で表現できます。
>
>
> データ全体に対する特定のデータ項目の「推移」から内訳の変化を感覚的につかめるのが面グラフの特徴です。
> 面グラフは、円グラフが得意とする「内訳」と折れ線グラフが得意とする「推移」のどちらかを強調したいか決めれば、何が言いたいのかより伝わります。

View File

@ -1,11 +1,13 @@
---
title: 『容疑者 室井慎次』
author: kazu634
date: 2005-09-22
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2061;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2005-09-22T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- movie
---
<div class="section">

View File

@ -1,12 +1,13 @@
---
title: 単騎、千里を走る
author: kazu634
date: 2006-02-07
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2263;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2006-02-07T15:04:05Z
author:
- kazu634
categories:
- 映画
- Misc
tags:
- movie
---
<div class="section">
<p>

View File

@ -1,11 +1,12 @@
---
title: ミュージカル・big
author: kazu634
date: 2006-09-03
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2541;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2006-09-03T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- musical
---
<div class="section">

View File

@ -1,30 +1,32 @@
---
title: 2007年度東北英文学会@山形
author: kazu634
date: 2007-11-19
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3297;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2007-11-19T15:04:05Z
author:
- kazu634
categories:
- 英文学
- Misc
tags:
- yamagata
- english literature
---
<div class="section">
<p>
<a href="http://charles.sal.tohoku.ac.jp/tohoku-eibun" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://charles.sal.tohoku.ac.jp/tohoku-eibun', '');"><img width="128" align="left" alt="東北英文学会" src="http://img.simpleapi.net/small/http://charles.sal.tohoku.ac.jp/tohoku-eibun" style="border-style: none;" height="128" /></a>
</p>
<p>
 <a href="http://charles.sal.tohoku.ac.jp/tohoku-eibun" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://charles.sal.tohoku.ac.jp/tohoku-eibun', '東北英文学会');">東北英文学会</a>で発表してきました。<a href="http://d.hatena.ne.jp/hspstcl/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/hspstcl/', 'id:hspstcl');">id:hspstcl</a> 先生に司会していただきました。<span class="footnote"><a href="/sirocco634/#f1" name="fn1" title="英文学の先生がよりにもよってはてなでブログを解説しているのがやや疑問だったりして。。。">*1</a></span><a href="http://d.hatena.ne.jp/hspstcl/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/hspstcl/', 'id:hspstcl');">id:hspstcl</a> 先生はJoseph Conradの<i>Lord Jim</i>で修士論文を書いたそうで、Conradの専門家。さらに自分の前の回の発表も司会を担当されていて、めちゃくちゃ頭の回転が速いことが繰り出される質問でわかる。。。目の前にはうちのボスが座っていたちなみになぜか自分だけタイミングの問題で、アウトラインの発表やプレ発表でボスによる確認を経ずに発表まで到達していた。かなりのプレッシャー。しかもIさんという昔うちでJoseph Conrad研究をしていた先輩がはるばる関西からやってくる…らしいとの情報も。。。しかも発表開始前に後ろの方を見たらF大のK先生<span class="footnote"><a href="/sirocco634/#f2" name="fn2" title="思えば学部二年生の時にこの先生の外国語の授業を取ったのが出会いでした。その当時先生を休職して大学院に社会人入学していた先輩とK先生は学部生の時に同級生だったそうで、やる気なく最後尾に座る私に話しかけていただいたのでした。その後、私がその授業に必死になって取り組んだのはいうまでもありません。うちの研究室の先輩です。">*2</a></span>という方もいてですね、この人も頭いい人なのでちょっと泣きそうでした。まぁ、こんな感じの包囲網を敷かれて私の発表が始まったわけです。ちなみに最大のプレッシャーを発散させているのは目の前のボスでありました(..;)
</p>
<p>
 発表は基本的に好意的に受け入れられたようです。うちの外国人講師の先生と何度も打ち合わせて「気に入った」と言ってもらえたヤツなので、好意的に受け入れられるであろうことはわかっていましたが、それでもほっとしました。<a href="http://d.hatena.ne.jp/hspstcl/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/hspstcl/', 'id:hspstcl');">id:hspstcl</a> 先生からは「Frederic Jamesonの<i>The Political Unconscious</i>への言及が<i>Lord Jim</i>をジャンルの観点から分析するには不可欠なので、取り扱っている批評家の批評史的な背景を確認するといい」というアドバイスをいただきました。とりあえず読もうとして積まれているリストの中に<i>The Political Unconscious</i>があったわけなので、さっさと読んでみようと思います。色々と質問も受けたのですが、やはりK先生の「<i>Lord Jim</i>の中で教育が失敗しているという趣旨はわかったけれど、誰が誰に対して行う教育が、どのようにして失敗しているのかをもう一度説明してくれませんか?」というキラーパスがやってきました。発表者はその発表で精一杯なんだから、発表の内容を理解して一つ上の俯瞰した視点で質問をされても困るんですけど。。。
</p>
<p>
 興味がある人は発表原稿とハンドアウトです:
</p>
<ul>
<li>
<a href="http://www.k3.dion.ne.jp/%7Esimoom/script.pdf" onclick="__gaTracker('send', 'pageview', 'http://www.k3.dion.ne.jp/%7Esimoom/script.pdf');" target="blank">原稿</a>
@ -33,9 +35,9 @@ categories:
<a href="http://www.k3.dion.ne.jp/%7Esimoom/handout.pdf" onclick="__gaTracker('send', 'pageview', 'http://www.k3.dion.ne.jp/%7Esimoom/handout.pdf');" target="blank">ハンドアウト</a>
</li>
</ul>
<hr />
<center>
<br />
</center>
@ -45,7 +47,7 @@ categories:
<p class="footnote">
<a href="/sirocco634/#fn1" name="f1">*1</a>:英文学の先生がよりにもよってはてなでブログを解説しているのがやや疑問だったりして。。。
</p>
<p class="footnote">
<a href="/sirocco634/#fn2" name="f2">*2</a>思えば学部二年生の時にこの先生の外国語の授業を取ったのが出会いでした。その当時先生を休職して大学院に社会人入学していた先輩とK先生は学部生の時に同級生だったそうで、やる気なく最後尾に座る私に話しかけていただいたのでした。その後、私がその授業に必死になって取り組んだのはいうまでもありません。うちの研究室の先輩です。
</p>

View File

@ -1,75 +1,76 @@
---
title: 映画・『シルク』
author: kazu634
date: 2008-01-28
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3663;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2008-01-28T15:04:05Z
author:
- kazu634
categories:
- 映画
- Misc
tags:
- movie
---
<div class="section">
<p>
 昨日、観てきました。<a href="http://www.fujitv.co.jp/meza/index2.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.fujitv.co.jp/meza/index2.html', 'めざましテレビ');" target="_blank">めざましテレビ</a>で芦名星を特集していたときに<a href="http://www.silk-movie.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.silk-movie.com/', 'この映画');" target="_blank">この映画</a>を紹介していた。せりふがなく、所作だけで魅惑的な日本女性を演じきっているとのこと。この点に惹かれて映画を観に行った。
</p>
<p>
以下、ネタばれになってるかもなので注意。
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://www.silk-movie.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.silk-movie.com/', '');"><img width="128" alt="映画「シルク」公式サイト" src="http://img.simpleapi.net/small/http://www.silk-movie.com/" style="border-style:none" height="128" /></a>
</p></p>
</p></p>
<p>
<a name="seemore"></a>
</p>
<h4>
原作の作者は『<a href="http://d.hatena.ne.jp/asin/4560046700" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4560046700', '海の上のピアニスト');">海の上のピアニスト</a>』も書いてる人だった
</h4>
<p>
 いや、『<a href="http://d.hatena.ne.jp/asin/4560046700" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4560046700', '海の上のピアニスト');">海の上のピアニスト</a>』は傑作でしょう。
</p>
<h4>
これ delayed decoding じゃん!
</h4>
<p>
 delayed decodingという専門用語があります。要は、「物語の後になってわかることがそれまで描かれてきたものの解釈を決定的に変えてしまうような仕組み」のことです。<a href="http://www.silk-movie.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.silk-movie.com/', '映画『シルク』');" target="_blank">映画『シルク』</a>は一見、<a href="http://lastsamurai.warnerbros.com/html_index.php" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://lastsamurai.warnerbros.com/html_index.php', 'ラスト・サムライ');" target="_blank">ラスト・サムライ</a>のように魅惑的な東洋に魅せられ、人生が変わってしまった西洋人を主役にした映画なのだとラストまで思いこまされていました。しかも、そのような映画だと捉えても、非常に良くできた映画なのです。しかし、ラストに明かされる情報によって、物語の中盤以降の解釈が完全に変わってしまいました。この映画が言いたいのは「東洋の女性によって人生が変わってしまった男の人生」なんかじゃなく、<u>「夫が東洋の女性を慕っていることに気づいてしまった。子供を産むことで夫を振り向かせようとするけれど、どうやら自分は子供が産めない体のようだ。そしてどうしても東洋の女性に敗北を認めたまま死んでいかなければならない…そんな妻の人生」について</u>だったのだ。
</p>
<p>
 こうした解釈の転覆が一瞬にして起こってしまう。そのことに一人一人の観客が気づく瞬間がこの映画が一番盛り上がる瞬間だ。そしてそれがいつなのかは、個々の観客によって異なる。この観客が気づく一瞬に向けて、すべてが用意周到に準備されていた。この映画は完全に芸術だと思った。そこらのハリウッド映画なんか目じゃない。すごいわ。本当に。
</p>
<h4>
能動的に考える人へ
</h4>
<p>
 この映画は受動的に映画を観るような人にとっては、何が行われているのかがわからないと思われてしまうような映画だ。ちょっと前の映画だと、『<a href="http://d.hatena.ne.jp/asin/B00009RG46" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/B00009RG46', '英雄 ~HERO~ スペシャルエディション [DVD]');">英雄 ~HERO~ スペシャルエディション [DVD]</a>』みたいなもので。こいつも語りの場が前面に押し出されていて、好きな人と嫌いな人がはっきり分かれる映画だった。何が行われているのかを自分で判断でき、そしてその判断が間違えていないとわかる人しか観客と認めていないようなところがある。<a href="http://www.silk-movie.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.silk-movie.com/', '映画・『シルク』');" target="_blank">映画・『シルク』</a>も同じように、能動的に反応する観客に向けてつくられている。現在のシーンがどのような場面であるのかを示すようなわかりやすい指標が観客に与えられることはあまりない。その淡々とした描写に意味を見いだすような人にこそこの映画はお勧め。
</p>
<h4>
参考になるの
</h4>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41MHEXqT8sL._SL160_.jpg" class="hatena-asin-detail-image" alt="Silk: A Story of War" title="Silk: A Story of War" /></a></p>
<a href="http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41MHEXqT8sL._SL160_.jpg" class="hatena-asin-detail-image" alt="Silk: A Story of War" title="Silk: A Story of War" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841958352/?tag=hatena_st1-22&ascsubtag=d-7ibv', 'Silk: A Story of War');">Silk: A Story of War</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/Alessandro%20Baricco" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/Alessandro%20Baricco', 'Alessandro Baricco');" class="keyword">Alessandro Baricco</a>,<a href="http://d.hatena.ne.jp/keyword/Ann%20Goldstein" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/Ann%20Goldstein', 'Ann Goldstein');" class="keyword">Ann Goldstein</a>
@ -88,19 +89,19 @@ categories:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41W1MGXPNDL._SL160_.jpg" class="hatena-asin-detail-image" alt="絹" title="絹" /></a></p>
<a href="http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41W1MGXPNDL._SL160_.jpg" class="hatena-asin-detail-image" alt="絹" title="絹" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4560046255/?tag=hatena_st1-22&ascsubtag=d-7ibv', '絹');"></a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/%A5%A2%A5%EC%A5%C3%A5%B5%A5%F3%A5%C9%A5%ED%A5%D0%A5%EA%A5%C3%A5%B3" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%A5%A2%A5%EC%A5%C3%A5%B5%A5%F3%A5%C9%A5%ED%A5%D0%A5%EA%A5%C3%A5%B3', 'アレッサンドロバリッコ');" class="keyword">アレッサンドロバリッコ</a>,<a href="http://d.hatena.ne.jp/keyword/Alessandro%20Baricco" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/Alessandro%20Baricco', 'Alessandro Baricco');" class="keyword">Alessandro Baricco</a>,<a href="http://d.hatena.ne.jp/keyword/%CE%EB%CC%DA%BE%BC%CD%B5" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%CE%EB%CC%DA%BE%BC%CD%B5', '鈴木昭裕');" class="keyword">鈴木昭裕</a>
@ -122,7 +123,7 @@ categories:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -1,57 +1,57 @@
---
title: サン・テグジュペリが撃墜されていたことが確認される
author: kazu634
date: 2008-03-17
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3837;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2008-03-17T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- saint exupery
---
<div class="section">
<blockquote title="「サンテクジュペリ機を撃墜」元独軍パイロットが証言(読売新聞) - Yahoo!ニュース" cite="http://headlines.yahoo.co.jp/hl?a=20080316-00000001-yom-soci">
<p>
敵機の操縦士がサンテグジュペリだったとはその時はわからず、数日後に知った。リッペルトさんは、「あの操縦士が彼でなかったらとずっと願い続けてきた。彼の作品は小さいころ誰もが読んで、みんな大好きだった」と語っている。
</p>
<p>
サンテグジュペリの操縦機は2000年に残骸がマルセイユ沖で見つかったが、消息を絶ったときの状況は不明だった。仏紙プロバンスによると、その後テレビのジャーナリストとして活動したリッペルトさんは友人に、「もう彼のことは探さなくてもいい。撃ったのは私だ」と告白したという。
</p>
<p>
<cite><a href="http://headlines.yahoo.co.jp/hl?a=20080316-00000001-yom-soci" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://headlines.yahoo.co.jp/hl?a=20080316-00000001-yom-soci', '「サンテクジュペリ機を撃墜」元独軍パイロットが証言(読売新聞) &#8211; Yahoo!ニュース');" target="_blank">「サンテクジュペリ機を撃墜」元独軍パイロットが証言(読売新聞) &#8211; Yahoo!ニュース</a></cite>
</p>
</blockquote>
<p>
自分が Joseph Conrad を研究対象に取り上げたのは、<i><a href="http://d.hatena.ne.jp/asin/0156027496" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/0156027496', 'Wind, Sand, and Stars');">Wind, Sand, and Stars</a></i>
</p>
<blockquote>
<p>
Conrad of the Air
</p>
</blockquote>
<p>
みたいなことが書かれていたことがきっかけ。だからとても感慨深い。彼の伝記には
</p>
<blockquote>
<p>
His body is not found.
</p>
</blockquote>
<p>
と書かれている。やっぱり撃墜されていたのか。。。ちょっとしょんぼり。
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/spike55151/307120275/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/spike55151/307120275/', '');" title="Le Petit Princ With His Lamb"><img src="http://farm1.static.flickr.com/103/307120275_343828d866_m.jpg" /></a>
</p></p>

View File

@ -1,38 +1,39 @@
---
title: 「絵の力 延長された顔」のサマリー
author: kazu634
date: 2008-06-22
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4093;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2008-06-22T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- seminar
---
<div class="section">
<p>
 <a href="http://www.yaf.or.jp/yma/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.yaf.or.jp/yma/', '横浜美術館');" target="_blank">横浜美術館</a>で開かれた茂木健一郎の講演会を聴いてきました。生で見たのは初めてです。やっぱり圧倒的な存在感を放っていました。同期を誘っていったのですが、同期に「誘ってくれてありがとう」と感謝されました。いい講演でした。
</p>
<p>
 私が理解した範囲で講演のサマリーをします。私なりに一貫させようとして講演の内容をまとめているので、時系列的にはまとめていないことに注意。
</p>
<p>
: こういうまとめを掲載されては困るという場合には、コメント欄でお知らせください。この記事を削除させていただきます(__)
</p>
<p>
<a name="seemore"></a>
</p>
<h4>
イントロ: 問題意識の提示
</h4>
<p>
 主なトピックは以下:
</p>
<ul>
<li>
Artについて考えることはクオリア研究に重要なこと
@ -47,11 +48,11 @@ categories:
私もこれからはできるだけ英語で発信していくつもり
</li>
</ul>
<p>
この冒頭の部分では後の本題と関わる問題意識の提示がされた。後になって話の筋をつなげていくと分かるのだが、「顔」というのは
</p>
<ol>
<li>
生身のあるがままの事実としての「顔」
@ -60,15 +61,15 @@ categories:
自分のイメージとして修正・誇張などを経た「顔」
</li>
</ol>
<p>
の二つがあって、現在は一番目ではなく二番目の表面的な「顔」がもてはやされている時代というようにして話が繋がっていった。二番目の「顔」があるがままの事実としてある「顔」を隠蔽することに強い危機意識を持っていた。そして絵画に描かれる顔には、私たちが直面しなければいけない事実が描かれているというようなことを述べていた。そうした絵画に描かれる「顔」を現代日本の状況と重ね合わせて講演なさっていた。
</p>
<h4>
顔とは何か?
</h4>
<ul>
<li>
自己のイメージとなるもの
@ -86,16 +87,16 @@ categories:
</li>
</ul>
</li>
<li>
これと同じように自分の顔の存在を知ってしまったことは、人類にとっては毒のようなもの(=ありのままの真実を直視せずに、我々は自己のイメージを編集してしまう)
</li>
</ul>
<h4>
絵画とは何か?
</h4>
<ul>
<li>
画家が見た世界(=ありのままの真実)を切り出したもの<span class="footnote"><a href="/sirocco634/#f4" name="fn4" title="ここから絵画の中の「顔」がありのままの真実を端的に表現している、ということになるのだろう">*4</a></span>
@ -104,11 +105,11 @@ categories:
写真や映像などよりも、絵画がより真実を伝える
</li>
</ul>
<h4>
結論みたいなもの
</h4>
<ul>
<li>
生身の真実を受け止めることは難しいが、それが人間が人間らしく生きるということに繋がる
@ -123,16 +124,16 @@ categories:
</li>
</ul>
</li>
<li>
一度徹底的に負けることがありのままの事実を受け止めることになる。そして負けるには戦う必要がある。
</li>
</ul>
<h4>
感想
</h4>
<p>
 「絵画における顔」を通して日本の文明批判をしていた。乱暴かもしれないけれど、「ありのままの真実を直視し、それでも戦っていけ。俺もそうしていくつもりだ」みたいな熱いメッセージが込められていたいい発表でした。なんていうかユーモア混じりだったけど、人を行動に駆り立てずにはいられないような、そんな provocative な講演でした。
</p>
@ -142,19 +143,19 @@ categories:
<p class="footnote">
<a href="/sirocco634/#fn1" name="f1">*1</a>:いわゆる "Culture with a capital C" というやつ
</p>
<p class="footnote">
<a href="/sirocco634/#fn2" name="f2">*2</a>:この部分がイントロの優しいことしかチャレンジしない風潮と重なっているのかな?
</p>
<p class="footnote">
<a href="/sirocco634/#fn3" name="f3">*3</a>:ここら辺はあまりふれていなかったけれど、ブッダとかそこらへんの人を念頭に置いているのかな?
</p>
<p class="footnote">
<a href="/sirocco634/#fn4" name="f4">*4</a>:ここから絵画の中の「顔」がありのままの真実を端的に表現している、ということになるのだろう
</p>
<p class="footnote">
<a href="/sirocco634/#fn5" name="f5">*5</a>:でも、そういった不安を日本では避けようという風潮がある…と言いたいようだった
</p>

View File

@ -1,49 +1,50 @@
---
title: 『夜と星と風の物語』@Theatre1010を観てきた
author: kazu634
date: 2008-08-02
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4177;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2008-08-02T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- movie
---
<div class="section">
<p>
 今日は北千住のTheatre1010で『夜と星と風の物語』を観てきました。サン・テグジュペリの『星の王子様』をモチーフにした音楽劇です。
</p>
<p>
 観た感想としては「???」というのが最初の感想。「愛」をモチーフとして物語は全て収束していくのですが、その結末に納得がいかなかった。それで劇作家のことを調べてみると…:
</p>
<blockquote title="別役実 - Wikipedia" cite="http://ja.wikipedia.org/wiki/%E5%88%A5%E5%BD%B9%E5%AE%9F">
<p>
サミュエル・ベケットの影響を受け、日本の不条理演劇を確立した第一人者である。
</p>
<p>
<cite><a href="http://ja.wikipedia.org/wiki/%E5%88%A5%E5%BD%B9%E5%AE%9F" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E5%88%A5%E5%BD%B9%E5%AE%9F', '別役実 &#8211; Wikipedia');" target="_blank">別役実 &#8211; Wikipedia</a></cite>
</p>
</blockquote>
<p>
納得しました。不条理演劇の影響を強く受けた人な訳ですね。それなら納得です。
</p>
<p>
 シリアスな部分とコミカルな部分が不可分に絡み合ってそれに「愛」を絡めて収束に持っていくという劇作は、最近の恋愛至上主義みたいな影響を感じて個人的には気持ちが悪いと感じてしまった。。。
</p>
<p>
 それでも、サン・テグジュペリの基本的な歴史的事実なんかに基づいて作られていて、なんかとても引き込まれる劇でした。今日以外の日程ってあるのかな?たぶん☆3~4ぐらいかしら?
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://www.t1010.jp/html/calender/2008/106/photobg.jpg" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.t1010.jp/html/calender/2008/106/photobg.jpg', '');" class="http-image" target="_blank"><img src="http://www.t1010.jp/html/calender/2008/106/photobg.jpg" class="http-image" alt="http://www.t1010.jp/html/calender/2008/106/photobg.jpg" /></a>
</p></p>

View File

@ -1,18 +1,19 @@
---
title: ロードバイク、買っちゃいました
author: kazu634
date: 2009-01-04
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4475;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2009-01-04T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- cycling
---
<div class="section">
<p>
スポーツ用品屋で見かけたロードバイクの美しさに負けて、ずっと悩んでいたのですが、購入してしまいました。GiantのDefy3という自転車です。ドロップハンドル初体験だったのですが、これかなりスピードが出ます。これまで乗っていたクロスバイクとは比較にならないぐらい速いです。これなら遠出したくなります。日帰りで箱根とかもありかもしれない行きは自転車で、帰りは電車
</p>
<p>
<a href="http://f.hatena.ne.jp/sirocco634/20090104174957" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://f.hatena.ne.jp/sirocco634/20090104174957', '');" class="hatena-fotolife" target="_blank"><img src="http://cdn-ak.f.st-hatena.com/images/fotolife/s/sirocco634/20090104/20090104174957.png" alt="f:id:sirocco634:20090104174957p:image" title="f:id:sirocco634:20090104174957p:image" class="hatena-fotolife" /></a>
</p>

View File

@ -1,58 +1,58 @@
---
title: 東海道を自転車で旅行する人のためのtips
author: kazu634
date: 2009-08-17
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4759;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2009-08-17T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- cycling
---
<div class="section">
<p>
自転車で大阪まで行ってきました。基本的には国道1号線沿いに進んでいきます。これから東海道を自転車で西へ向かう人のために、ちょっとだけまとめておきます。
</p>
<h4>
行程
</h4>
<p>
このような形で進んでいきました:
</p>
<p>
<a href="http://www.flickr.com/photos/7190707@N05/3833264347/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/7190707@N05/3833264347/', '');" title="行程 by typhoon634, on Flickr"><img width="851" alt="行程" src="http://farm3.static.flickr.com/2620/3833264347_9f061c23be_o.png" height="59" /></a>
</p>
<h4>
1日目(戸塚~富士)
</h4>
<p>
戸塚から富士間を走りました。07:30ぐらいにスタートして、たしか11:00ぐらいには箱根湯本に着いていたと記憶しています。箱根は「天下の険」と呼ばれるだけあり、かなりきついです。同じロードバイクで上っていく人もいるのですが、私の場合はかなり歩いていることも多かったです。途中、ローソンがあるのですが、そこに休憩所があります。そこで一休みするといいです。
</p>
<p>
なんとか頂上まで登り切ると、後は下るだけです。かなりのスピードで下ることができて気持ちいいです。スピード出し過ぎに注意する必要があります。
</p>
<p>
箱根を超えると、後は平坦な道になっていくので、進めるところまで進めばいいと思います。静岡は東海道線沿いの駅ならビジネスホテルが大抵あるみたいなので、17時ぐらいになった時点で最寄り駅に行けばホテルも簡単に見つかると思いますキャンプするほど頑張れませんでした。。。
</p>
<p>
東京方面から箱根を超えようとするときには、どの時間帯に箱根に着くかを計算した方がいいと思います。夕方16時過ぎぐらいに箱根湯本に着くスケジュールであれば、素直に箱根に泊まった方がいいんじゃないかなと思います。
</p>
<h4>
2日目(富士~豊橋)
</h4>
<p>
個人的に静岡脱出を目標に掲げていたので、06:30にはホテルを出ていました。静岡は東西に広い県ですが、基本的には平坦な道が続きます平坦ではない道もあるけれど、箱根に比べれば大したことはないです。ただし国道1号線沿いに進んでいくと、掛川手前で自転車進入禁止になります。私の場合は
</p>
<ul>
<li>
iPhoneで地図を検索
@ -61,43 +61,43 @@ categories:
同じロードバイクの人の後を追いかける
</li>
</ul>
<p>
という方法で1号線沿いに進める狭い峠道を進むことができました。東海道を進む場合には国道1号線沿いに進むことになりますが、中には進めない区間があることに注意してください
</p>
<p>
また、東海道は基本的には宿場町から宿場町をつなぐ道路な訳で、国道1号線から外れている部分もあります。1号線は最短距離でつなげていますが、東海道は市街地に入っていく…といったように分かれている部分もあります。
</p>
<h4>
3日目(豊橋~四日市)
</h4>
<p>
豊橋から名古屋を経由して、四日市へ。基本的には平坦な道なので、気をつけるべき事はなかったように思います。
</p>
<h4>
4日目(四日市~京都)
</h4>
<p>
四日市から京都へ向かう際に鈴鹿峠を越えることになります。「東の箱根、西の鈴鹿峠」と呼ばれているだけあって、かなりきつい峠です(といっても、箱根を超えられたのだから、大丈夫です。箱根は自転車で登り切ることはできませんでしたが、鈴鹿峠は自転車で頂上まで登り切ることができました)。これを超えてしまえば、後は基本的には下りになります。滋賀県の県庁所在地・大津を超えるとまた上りになりますが、それほどきつくはありませでした。
</p>
<h4>
5日目(京都~大阪)
</h4>
<p>
東海道は、東京・日本橋~京都間なので、厳密に言うと東海道ではないですが、書いておきます。
</p>
<p>
京都は自転車の街だけあって、サイクリング用の道が整備されています。今回私は桂川~淀川沿いに大阪に向かったのですが、川沿いのサイクリングロードを夏に進むのはあまりお勧めしません。なぜなら
</p>
<ul>
<li>
日陰がない(直射日光にさらされる)
@ -109,15 +109,15 @@ categories:
食事を取るお店がない
</li>
</ul>
<p>
などといった諸々の理由があるからです。日焼けでひりひりし、のども渇き、腹が減ってもお店が見つからないというかなりとほほな状況で泣きそうでした。。。
</p>
<h4>
その他
</h4>
<ol>
<li>
自転車用のスパッツを購入しよう。自転車用のスパッツにはおしりのところにサポーターがあって、座骨が痛くなるのを防止してくれます。
@ -135,11 +135,11 @@ categories:
川沿いとか、直射日光にさらされるような道を進むのはやめよう!
</li>
</ol>
<h4>
まとめ
</h4>
<p>
今回の私の場合は約150km/1日ぐらいで移動しています。ロードバイクで長距離を移動するのは初めてだったのですが、かなり長い距離走れることにびっくりでした。次は実家まで自転車で行ってみるかな
</p>

View File

@ -1,201 +1,202 @@
---
title: 今日は横須賀まで自転車で遊びに行ってきました
author: kazu634
date: 2010-03-27
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5191;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2010-03-27T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- cycling
---
<div class="section">
<p>
今日は横須賀まで自転車旅行してきました。お目当ては横須賀の桜です!
</p>
<h4>
スタート
</h4>
<p>
自転車のメンテナンスをしてからスタートします!
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4466265621/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4466265621/', '');" title="Bicycle"><img src="http://farm5.static.flickr.com/4030/4466265621_6118683d20.jpg" /></a>
</p></p>
</p></p>
<h4>
横須賀へ
</h4>
<p>
戸塚から横須賀へ向かうとトンネルが多かったけど、横須賀の市街地に入るととても近代的。アメリカ海軍の基地もあるぐらいだからアメリカ人の姿も多く、英語が普通に飛び交う感じ。
</p>
<p>
海軍基地があるあたりから離れても、商店街とかはシャッター街になっているわけでもなく、お金もってそうな感じを漂わせている。裕福そうな街でした!横須賀市街地に着くまでとのギャップにやられてしまいました。
</p>
<h4>
ランチ
</h4>
<p>
横須賀といえば、洋食ということでカフェ(というよりも昔懐かしい喫茶店みたいな感じかな)に入りました。ハーバーライトというお店です:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4466265931/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4466265931/', '');" title="photo"><img src="http://farm3.static.flickr.com/2759/4466265931_69e3bdc3d4.jpg" /></a>
</p></p>
</p></p>
<p>
本当においしかったです。おすすめです!!!
</p>
<table>
<tr>
<th>
店名
</th>
<td>
<a href="http://www.doko.jp/search/shop/sc1035129/?vos=apidoko1" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.doko.jp/search/shop/sc1035129/?vos=apidoko1', 'ハーバーライト');" target="_blank">ハーバーライト</a>
</td>
</tr>
<tr>
<th>
住所
</th>
<td>
神奈川県横須賀市衣笠栄町1-70-A 共同ビル
</td>
</tr>
<tr>
<th>
電話番号
</th>
<td>
046-851-0221
</td>
</tr>
</table>
<h4>
衣笠山公園
</h4>
<p>
横須賀で桜というと衣笠山公園らしいので、行ってきました。残念ながら、桜はまだ5分咲きという感じです。残念です。。。
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4466286623/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4466286623/', '');" title="P3271554"><img src="http://farm5.static.flickr.com/4044/4466286623_2ce83aace6.jpg" /></a>
</p></p>
</p></p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4466286851/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4466286851/', '');" title="P3271560"><img src="http://farm5.static.flickr.com/4069/4466286851_207aa3a9ed.jpg" /></a>
</p></p>
</p></p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4466287103/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4466287103/', '');" title="P3271563"><img src="http://farm5.static.flickr.com/4028/4466287103_785e403360.jpg" /></a>
</p></p>
</p></p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4467061028/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4467061028/', '');" title="P3271567"><img src="http://farm3.static.flickr.com/2492/4467061028_8568118546.jpg" /></a>
</p></p>
</p></p>
<h4>
鎌倉
</h4>
<p>
横須賀からの帰り道は往路と同じ道だと芸がないので、鎌倉へ向かいました。「いざ鎌倉へ」です!
</p>
<p>
鎌倉に着いたら銀のすずでデザートを食べました:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4467040214/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4467040214/', '');" title="Cheese cake"><img src="http://farm5.static.flickr.com/4019/4467040214_c8fd55c271.jpg" /></a>
</p></p>
</p></p>
<p>
チーズケーキはおいしかったです!
</p>
<table>
<tr>
<th>
店名
</th>
<td>
<a href="http://www.doko.jp/search/shop/sc1018617/?vos=apidoko1" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.doko.jp/search/shop/sc1018617/?vos=apidoko1', '銀のすず 喫茶コーナー');" target="_blank">銀のすず 喫茶コーナー</a>
</td>
</tr>
<tr>
<th>
住所
</th>
<td>
神奈川県 鎌倉市 小町 1-5-30
</td>
</tr>
<tr>
<th>
電話番号
</th>
<td>
0467-22-3283
</td>
</tr>
</table>
<p>
鎌倉駅前の桜はまだ全然咲いていませんでした。横須賀よりも咲くのが遅いのかな???
</p>

View File

@ -1,196 +1,197 @@
---
title: 聖蹟桜ヶ丘に自転車で行ってきました。
author: kazu634
date: 2010-07-11
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5305;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2010-07-11T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- cycling
---
<div class="section">
<p>
ジブリ映画の「耳をすませば」を見て、おじいちゃんのお店のモデルになったお店が聖蹟桜ヶ丘にあって、映画の舞台自体も聖蹟桜ヶ丘をモデルにしているとわかった。土曜日、これはなんとしても行かねばならぬと妙な義務感に駆られ、私は自転車に飛び乗ったのだった。
</p>
<div class="twitter-detail twitter-detail-left">
<div class="twitter-detail-user">
<a href="http://twitter.com/kazu634" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634', '\n\n');" class="twitter-user-screen-name"><br /> <img src="http://a3.twimg.com/profile_images/1027617683/flagmaker_1277598788_21241_normal.jpg" alt="kazu634" height="48" width="48" onerror="this.parentNode.replaceChild(document.createTextNode(this.getAttribute('alt')), this);" /><br /> </a>
</div>
<div class="twitter-detail-tweet">
<p class="twitter-detail-text">
完全に思いつきなんですが、これから聖蹟桜ヶ丘まで行ってきます!
</p>
<p class="twitter-detail-info">
<a href="http://twitter.com/kazu634/status/18160726562" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634/status/18160726562', '2010-07-10 10:10:11');" class="twitter-detail-info-permalink"><span class="twitter-detail-info-date">2010-07-10</span> <span class="twitter-detail-info-time">10:10:11</span></a> <span class="twitter-detail-info-source">via <a href="http://qstatus.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://qstatus.com', 'qStatus');" rel="nofollow">qStatus</a></span>
</p>
</div>
</div>
<h4>
道すがら
</h4>
<p>
戸塚から聖蹟桜ヶ丘に自転車で向かう途中はこのような素敵な風景が広がっていました。神奈川と東京の境目あたりのはずなんですが、首都圏にもこんな風景の場所があるんですね:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4779392993/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4779392993/', '');" title="18号線"><img src="http://farm5.static.flickr.com/4140/4779392993_b3d80422b8.jpg" /></a>
</p></p>
</p></p>
<h4>
地球屋のロータリー
</h4>
<p>
道を色々とさまよっていたら、(後からわかったのですが)地球屋<span class="footnote"><a href="/sirocco634/#f1" name="fn1" title="おじいちゃんのお店です">*1</a></span>のロータリーのところにたどり着いていました:
</p>
<div class="twitter-detail twitter-detail-left">
<div class="twitter-detail-user">
<a href="http://twitter.com/kazu634" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634', '\n\n');" class="twitter-user-screen-name"><br /> <img src="http://a1.twimg.com/profile_images/1072811190/20070419_327653_normal.jpeg" alt="kazu634" height="48" width="48" onerror="this.parentNode.replaceChild(document.createTextNode(this.getAttribute('alt')), this);" /><br /> </a>
</div>
<div class="twitter-detail-tweet">
<p class="twitter-detail-text">
かなり近くまで来た気がする。 (@ いろは坂さくら公園) <a href="http://4sq.com/cttcVu" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://4sq.com/cttcVu', 'URL');" class="twitter-tweet-url" target="_top"><span>URL</span></a>
</p>
<p class="twitter-detail-info">
<a href="http://twitter.com/kazu634/status/18174148237" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634/status/18174148237', '2010-07-10 13:55:28');" class="twitter-detail-info-permalink"><span class="twitter-detail-info-date">2010-07-10</span> <span class="twitter-detail-info-time">13:55:28</span></a> <span class="twitter-detail-info-source">via <a href="http://foursquare.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://foursquare.com', 'foursquare');" rel="nofollow">foursquare</a></span> <a href="/mapx?points=x:35.64611543,y:139.4453913,t:18174148237" class="twitter-detail-info-map"><span>MAP</span></a>
</p>
</div>
</div>
<div class="twitter-detail twitter-detail-left">
<div class="twitter-detail-user">
<a href="http://twitter.com/kazu634" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634', '\n\n');" class="twitter-user-screen-name"><br /> <img src="http://a3.twimg.com/profile_images/1027617683/flagmaker_1277598788_21241_normal.jpg" alt="kazu634" height="48" width="48" onerror="this.parentNode.replaceChild(document.createTextNode(this.getAttribute('alt')), this);" /><br /> </a>
</div>
<div class="twitter-detail-tweet">
<p class="twitter-detail-text">
ふむ、どうやら物語の雫とは逆の動きをしていたらしい。坂を登って地球屋にたどり着くのではなく、地球屋から坂を下っていたようだ。
</p>
<p class="twitter-detail-info">
<a href="http://twitter.com/kazu634/status/18176950463" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634/status/18176950463', '2010-07-10 14:48:16');" class="twitter-detail-info-permalink"><span class="twitter-detail-info-date">2010-07-10</span> <span class="twitter-detail-info-time">14:48:16</span></a> <span class="twitter-detail-info-source">via <a href="http://www.nibirutech.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.nibirutech.com', 'TwitBird');" rel="nofollow">TwitBird</a></span> <a href="/mapx?points=x:35.64453518,y:139.43529158,t:18176950463" class="twitter-detail-info-map"><span>MAP</span></a>
</p>
</div>
</div>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780028130/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780028130/', '');" title="地球屋のロータリー"><img src="http://farm5.static.flickr.com/4141/4780028130_d365e1c5d4.jpg" /></a>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780028708/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780028708/', '');" title="地球屋のロータリー2"><img src="http://farm5.static.flickr.com/4093/4780028708_13ecf59b8c.jpg" /></a>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780029408/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780029408/', '');" title="地球屋のロータリー3"><img src="http://farm5.static.flickr.com/4074/4780029408_514166ca5d.jpg" /></a>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780030640/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780030640/', '');" title="地球屋のロータリー4"><img src="http://farm5.static.flickr.com/4099/4780030640_10370252c1.jpg" /></a>
</p></p>
</p></p>
<h4>
聖蹟桜ヶ丘駅
</h4>
<p>
坂を下っていくと、なにか見慣れた光景でした:
</p>
<div class="twitter-detail twitter-detail-left">
<div class="twitter-detail-user">
<a href="http://twitter.com/kazu634" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634', '\n\n');" class="twitter-user-screen-name"><br /> <img src="http://a1.twimg.com/profile_images/1072811190/20070419_327653_normal.jpeg" alt="kazu634" height="48" width="48" onerror="this.parentNode.replaceChild(document.createTextNode(this.getAttribute('alt')), this);" /><br /> </a>
</div>
<div class="twitter-detail-tweet">
<p class="twitter-detail-text">
気のせいだろうか。さっき、「雫を乗せてこの坂を登りきるって決めたんだ」の坂を降りてきた気がする。 (@ 聖蹟桜ヶ丘駅) <a href="http://4sq.com/7svko6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://4sq.com/7svko6', 'URL');" class="twitter-tweet-url" target="_top"><span>URL</span></a>
</p>
<p class="twitter-detail-info">
<a href="http://twitter.com/kazu634/status/18174899025" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://twitter.com/kazu634/status/18174899025', '2010-07-10 14:08:49');" class="twitter-detail-info-permalink"><span class="twitter-detail-info-date">2010-07-10</span> <span class="twitter-detail-info-time">14:08:49</span></a> <span class="twitter-detail-info-source">via <a href="http://foursquare.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://foursquare.com', 'foursquare');" rel="nofollow">foursquare</a></span> <a href="/mapx?points=x:35.65083205,y:139.44725812,t:18174899025" class="twitter-detail-info-map"><span>MAP</span></a>
</p>
</div>
</div>
<p>
坂を下って、聖蹟桜ヶ丘駅前には耳をすませばのモデル地案内マップがありました:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780030010/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780030010/', '');" title="見取り図"><img src="http://farm5.static.flickr.com/4119/4780030010_0f69ef5ee1.jpg" /></a>
</p></p>
</p></p>
<h4>
邪宗門
</h4>
<p>
地球屋のモデルになった喫茶店にも行ってきました。住宅街の中に入っていって、ひっそりとあるお店なので、見つけるのはなかなか難しいかも。ただ、これは常連さんになって、通いたいたぐいのお店でありました。
</p>
<p>
店内写真撮影禁止なのが残念。外観はこんな感じです:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://flickr.com/photos/42332031@N02/4780031354/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/42332031@N02/4780031354/', '');" title="邪宗門"><img src="http://farm5.static.flickr.com/4078/4780031354_1b5b4e5c3b.jpg" /></a>
</p></p>
</p></p>
<table>
<tr>
<th>
店名
</th>
<td>
<a href="http://www.hotpepper.jp/strJ000165383/?vos=nhppalsa000016" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.hotpepper.jp/strJ000165383/?vos=nhppalsa000016', '邪宗門');" target="_blank">邪宗門</a>
</td>
</tr>
<tr>
<th>
住所
</th>
<td>
東京都多摩市東寺方600
</td>
</tr>
<tr>
<th>
電話番号
</th>
<td>
0423-74-4626
</td>

View File

@ -1,15 +1,13 @@
---
title: 久しぶりにトラックで5,000m走ってきたよ
author: kazu634
date: 2011-07-03
has_been_twittered:
- yes
tmac_last_id:
- 303816731137294337
date: 2011-07-03T15:04:05Z
author:
- kazu634
categories:
- ランニング
- Misc
tags:
- 小田原
- odawara
- running
---
会社の陸上大会に参加してきました。小田原にある陸上競技場で5,000mを走ってきましたよ。5,000mなんて走るのは、たぶん10年ぶりぐらい大会となるとハーフマラソンぐらいしか走っていなかったので、ある程度のスピードを求められながら5,000m走るのは久しぶりだったのです。

View File

@ -1,13 +1,12 @@
---
title: ビンディングペダルを買いました!
author: kazu634
date: 2011-08-07
has_been_twittered:
- yes
tmac_last_id:
- 303816722270519296
date: 2011-08-07T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- cycling
---
ビンディングペダルを買いました。これがまたとても良いです!ただ、立ちゴケしそうになって、すでに一度死にそうになりましたよ。十分に着脱の練習をしてから公道を走ろうね!

View File

@ -1,23 +1,20 @@
---
title: 昭和な雰囲気の居酒屋へ行ってきました
author: kazu634
date: 2011-08-08
has_been_twittered:
- yes
tmac_last_id:
- 303816719410012160
date: 2011-08-08T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 大船
- ofuna
---
大船にある<a href="http://r.tabelog.com/kanagawa/A1404/A140401/14023164/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://r.tabelog.com/kanagawa/A1404/A140401/14023164/', 'いちぜん');">いちぜん</a>というお店に行ってきました。このお店、とても昭和のレトロな雰囲気で、しかも料理がおいしいのです!楽しんできましたよ! There was a problem connecting to Twitter.
大船にある<a href="http://r.tabelog.com/kanagawa/A1404/A140401/14023164/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://r.tabelog.com/kanagawa/A1404/A140401/14023164/', 'いちぜん');">いちぜん</a>というお店に行ってきました。このお店、とても昭和のレトロな雰囲気で、しかも料理がおいしいのです!楽しんできましたよ! There was a problem connecting to Twitter.
<!--more-->
まずは付け出し。美味しかったんですよ!
<p style="text-align: center;">

View File

@ -1,19 +1,16 @@
---
title: 平泉へ自転車ツーリング
author: kazu634
date: 2011-08-15
has_been_twittered:
- yes
tmac_last_id:
- 303816715781955585
date: 2011-08-15T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- 仙台
- 平泉
- sendai
- hiraizumi
---
お盆休みは高校の時の友達と一緒に仙台から平泉へ自転車ツーリングに行って来ました。 There was a problem connecting to Twitter.
お盆休みは高校の時の友達と一緒に仙台から平泉へ自転車ツーリングに行って来ました。 There was a problem connecting to Twitter.
友達はカスタマイズしたミニベロ(というのかな)で、私はロードレーサーという出で立ち。ピンディングペダルを装着して始めての長距離なので、色々と疲れました。さらに友達はほとんど荷物がなくて、軽やかに坂を登って行ってたのが印象的でした。。。
@ -41,7 +38,7 @@ tags:
## ランチ
平泉に到着したのは大体12:00ぐらいでした。そこからタクシーが二台ぐらい止まっている、おいしそうな食堂があったのでそこに入りました。何気に美味しかったです。 There was a problem connecting to Twitter.
平泉に到着したのは大体12:00ぐらいでした。そこからタクシーが二台ぐらい止まっている、おいしそうな食堂があったのでそこに入りました。何気に美味しかったです。 There was a problem connecting to Twitter.
<p style="text-align: center;">
<img class="slooProImg aligncenter" src="http://blog.kazu634.com/wp-content/uploads/2011/08/slooProImg_20110815194028.jpg" alt="味噌ラーメン" width="500" height="375" />

View File

@ -1,51 +1,53 @@
---
title: Gaucheで外部コマンドを実行する
author: kazu634
date: 2011-09-19
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5447;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2011-09-19T15:04:05Z
author:
- kazu634
categories:
- Labs
- Program
tags:
- gauche
- Lisp
- lisp
---
<div class="section">
<p>
Gaucheで外部コマンドを実行しようとしたのですが、うまく行かなかったのでとりあえずダンプしておきます。
</p>
<h4>
やりたいこと
</h4>
<p>
外部コマンドをGaucheから実行したい
</p>
<h4>
ここまではわかった
</h4>
<p>
Gaucheで外部コマンドを実行する場合は、どうやら run-process というものがあるらしいので、このコマンドを使えばよさそう
</p>
<h4>
うまく行かなかったこと
</h4>
<p>
次のようなコマンドを実行したかったけれど、実行に失敗した:
</p>
<pre class="syntax-highlight">
% virt-<span class="synStatement">install</span> <span class="synSpecial">--name</span> dev1 <span class="synSpecial">--ram</span> <span class="synConstant">512</span> <span class="synSpecial">--disk</span> <span class="synIdentifier">path</span>=<span class="synIdentifier">dev1.img,size</span>=<span class="synConstant">10</span> <span class="synSpecial">--vcpus</span> <span class="synConstant">1</span> <span class="synSpecial">--network</span> <span class="synIdentifier">bridge</span>=<span class="synIdentifier">br0,model</span>=virtio <span class="synSpecial">--graphic</span> <span class="synIdentifier">vnc,listen</span>=<span class="synConstant"></span>.<span class="synConstant"></span>.<span class="synConstant"></span>.<span class="synConstant"></span> <span class="synSpecial">--pxe</span>
</pre>
<p>
とりあえず REPL から実行してみます:
</p>
<pre class="syntax-highlight">
gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>use gauche.process<span class="synStatement">)</span>
<span class="synComment">#&#60;undef&#62;</span>
@ -53,38 +55,38 @@ gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>r
<span class="synConstant">#&#60;process 1148 &#34;virt-install&#34; active&#62;</span>
<span class="synConstant">gosh&#62; ERROR Unknown argument </span><span class="synStatement">'</span>,<span class="synIdentifier">size</span>=<span class="synConstant">10</span><span class="synStatement">'</span>
</pre>
<p>
なんか上手くいかない。マニュアルにはこんな記述が。。。:
</p>
<blockquote title="404 Not Found" cite="http://practical-scheme.net/gauche/man/gauche-refj_92.html">
<p>
cmd/argsの各要素は、x->stringで文字列に変換されます。
</p>
<p>
<cite><a href="http://practical-scheme.net/gauche/man/gauche-refj_92.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://practical-scheme.net/gauche/man/gauche-refj_92.html', 'Gauche ユーザリファレンス: 9.16 gauche.mop.singleton &#8211; シングルトン');" target="_blank">Gauche ユーザリファレンス: 9.16 gauche.mop.singleton &#8211; シングルトン</a></cite>
</p>
</blockquote>
<p>
というわけで実験:
</p>
<pre class="syntax-highlight">
gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>x-<span class="synStatement">&#62;</span>string <span class="synStatement">'</span><span class="synConstant">(virt-install --name dev1 --ram 512 --disk path=dev1.img,size=10 --vcpus 1 --network bridge=br0,model=virtio --graphic vnc,listen=0.0.0.0 --pxe))</span>
<span class="synConstant">&#34;(virt-install --name dev1 --ram 512 --disk path=dev1.img ,size=10 --vcpus 1 --network bridge=br0 ,model=virtio --graphic vnc ,listen=0.0.0.0 --pxe)&#34;</span>
</pre>
<p>
あっ、なんか「,」のところにスペースが入っている。。。原因はこれか。
</p>
<h4>
さてさて
</h4>
<p>
解決策はどうすればいいのだろうか。。。
</p>

View File

@ -1,18 +1,16 @@
---
title: 日本三景の一つ、松島を走ってきた
author: kazu634
date: 2011-10-09
has_been_twittered:
- yes
tmac_last_id:
- 303816690611937280
date: 2011-10-09T15:04:05Z
author:
- kazu634
categories:
- ランニング
- Misc
tags:
- 松島
- matsushima
- running
---
日本三景の一つ、松島を走って来ました。 There was a problem connecting to Twitter.
日本三景の一つ、松島を走って来ました。 There was a problem connecting to Twitter.
松島は当然のことながら、海岸沿いに松が生えた島々が点在する日本三景です。3.11の地震でも大きな被害を受けました。そのため今年はハーフの部は中止となり、10kmまでのレースが執り行われることになりました。今回のコースではスタートから5km地点まで行って帰ってくるわけですが、それ以降はまだ地震の爪痕が色濃く残っているそうです。。。犠牲者の方のご冥福をお祈りします。

View File

@ -1,15 +1,13 @@
---
title: 大阪淀川市民マラソンの結果発表!
author: kazu634
date: 2011-11-08
has_been_twittered:
- yes
tmac_last_id:
- 303816687336181760
date: 2011-11-08T15:04:05Z
author:
- kazu634
categories:
- ランニング
- Misc
tags:
- 大阪
- osaka
- running
---
大阪淀川市民マラソン、走って来ました!生憎の曇ときどき雨という天気でしたが、なんとか完走できました!
@ -18,13 +16,13 @@ tags:
<a href="http://www.flickr.com/photos/42332031@N02/6325681798/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/6325681798/', '');" title="会場の様子 by kazu634, on Flickr"><img class="aligncenter" src="http://farm7.static.flickr.com/6216/6325681798_4758def2df.jpg" alt="会場の様子" width="500" height="374" /></a>
</p>
フルマラソンは昨年の淀川市民マラソン以来の二回目の挑戦です。昨年は手探り状態でエイヤで参加したのですが、今年は昨年の反省を踏まえて十分に準備を重ねてきました! There was a problem connecting to Twitter.
フルマラソンは昨年の淀川市民マラソン以来の二回目の挑戦です。昨年は手探り状態でエイヤで参加したのですが、今年は昨年の反省を踏まえて十分に準備を重ねてきました! There was a problem connecting to Twitter.
<p style="text-align: center;">
<a href="http://www.flickr.com/photos/42332031@N02/6324928739/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/6324928739/', '');" title="IMG_1775 by kazu634, on Flickr"><img class="aligncenter" src="http://farm7.static.flickr.com/6227/6324928739_25a99a31e1.jpg" alt="IMG_1775" width="500" height="375" /></a>
</p>
途中で雨に降られたりもしましたが、元気に走りきりました。 There was a problem connecting to Twitter.
途中で雨に降られたりもしましたが、元気に走りきりました。 There was a problem connecting to Twitter.
昨年と比較して、30分ほど記録更新です

View File

@ -1,23 +1,20 @@
---
title: 3.11後はじめてひょうたんに行きました
author: kazu634
date: 2011-12-30
has_been_twittered:
- yes
tmac_last_id:
- 303816680189067265
date: 2011-12-30T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 塩釜
- shiogama
---
塩釜には「ひょうたん」というホルモン屋さんがあります。津波の押し寄せてきた地域ではありますが、それでも営業を継続していました。久方ぶりにそのひょうたんに行って来ました。
<!--more-->
「ひょうたん」では炭焼きでホルモンを焼きますよ:
<p style="text-align: center;">

View File

@ -1,13 +1,15 @@
---
title: 時と共に変わっていくもの 2011/12
author: kazu634
date: 2012-01-01
has_been_twittered:
- yes
tmac_last_id:
- 303816680189067265
date: 2012-01-01T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- sendai
- tagajo
- shichigahama
- sendai
---
年末年始に帰省して、変化に気がついたことを書いていきます:

View File

@ -1,16 +1,12 @@
---
title: 無印良品の「壁に付けられる家具」を試してみた
author: kazu634
date: 2012-02-23
has_been_twittered:
- yes
tmac_last_id:
- 303816672580603904
date: 2012-02-23T15:04:05Z
author:
- kazu634
categories:
- お気に入り
- つれづれ
- Misc
tags:
- 千駄木
- sendagi
---
無印良品の壁に付けられる家具を試してみました。これ、お手軽に取り付けられるし、壁に穴が開くといっても画鋲の穴程度だから、それほど気にならないしで、とても気に入りました。

View File

@ -1,18 +1,16 @@
---
title: 都内をサイクリング
author: kazu634
date: 2012-03-04
has_been_twittered:
- yes
tmac_last_id:
- 303816667153186819
date: 2012-03-04T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- Misc
tags:
- 四谷
- 大手町
- 御茶ノ水
- 白金台
- cycling
- yotsuya
- otemachi
- ochinomizu
- shiroganedai
---
最近購入した自転車・GIOS Ampioで都内をサイクリングしてきました。都内の地理が殆どわかっていなかったのですが、雰囲気だけで何とか回って来ましたよ

View File

@ -1,15 +1,12 @@
---
title: Taverna Giro @ 本塩釜
author: kazu634
date: 2012-04-05
has_been_twittered:
- yes
tmac_last_id:
- 303816662413635584
date: 2012-04-05T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 塩釜
- shiogama
---
先日実家に帰省した際に後輩と本塩釜にあるTaverna Giroに行って参りました。本塩釜駅の目の前の建物の二階に入っていくと、センスのいい空間が広がっていて素敵でした。

View File

@ -1,15 +1,12 @@
---
title: ANTWERP PORT 赤坂
author: kazu634
date: 2012-04-10
has_been_twittered:
- yes
tmac_last_id:
- 303816660165480448
date: 2012-04-10T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 赤坂
- akasaka
---
友達のお誕生日を祝うためエイプリールフールに赤坂に行って参りました。0次会はベルギービールのお店・Antwerp Portへ。ベルギービールを引っ掛けてから、お店に向かう作戦です。

View File

@ -1,15 +1,12 @@
---
title: 田舎居酒屋 まごの邸
author: kazu634
date: 2012-04-21
has_been_twittered:
- yes
tmac_last_id:
- 303816660165480448
date: 2012-04-21T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 赤坂
- akasaka
---
友達のお誕生日会に赤坂に行って来ましたシリーズです。1次会は田舎居酒屋 まごの邸に行きました。土日の赤坂はやっぱり人も少なく、ゆったりと過ごすことが出来ました。 There was a problem connecting to Twitter.

View File

@ -1,17 +1,15 @@
---
title: お台場周辺をマラニック
author: kazu634
date: 2012-07-06
has_been_twittered:
- yes
tmac_last_id:
- 303816647477698560
date: 2012-07-06T15:04:05Z
author:
- kazu634
categories:
- ランニング
- Misc
tags:
- お台場
- 築地
- 豊洲
- running
- odaiba
- tsukiji
- toyosu
---
先週の土曜日にお台場周辺をマラニックしてきました。 There was a problem connecting to Twitter.

View File

@ -1,15 +1,13 @@
---
title: 磐梯高原猪苗代湖マラソン、走って来ました
author: kazu634
date: 2012-09-16
has_been_twittered:
- yes
tmac_last_id:
- 303816645716086784
date: 2012-09-16T15:04:05Z
author:
- kazu634
categories:
- ランニング
- Misc
tags:
- 猪苗代
- running
- inawashiro
---
磐梯高原猪苗代湖マラソンを完走してきました。65kmです。7時間ちょっとでした。5:00スタートだったので、12:00にゴール。

View File

@ -1,20 +1,17 @@
---
title: 北千住へサイクリング
author: kazu634
date: 2012-11-24
has_been_twittered:
- yes
tmac_last_id:
- 303816639021977600
date: 2012-11-24T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- スポーツ
- Misc
tags:
- 三ノ輪
- 上野
- 入谷
- 北千住
- 南千住
- cycling
- minowa
- ueno
- iriya
- kitasenju
- minamisenju
---
ポカポカ陽気に誘われて本日はサイクリングへ。北千住まで行って来ました! There was a problem connecting to Twitter.

View File

@ -1,16 +1,13 @@
---
title: 2012東京スイーツマラソンに参加しました
author: kazu634
date: 2012-12-06
has_been_twittered:
- yes
tmac_last_id:
- 303816634311770113
date: 2012-12-06T15:04:05Z
author:
- kazu634
categories:
- スポーツ
- ランニング
- Misc
tags:
- あきる野
- running
- akiruno
---
会社の人たちと東京スイーツマラソンに参加しました。スイーツ業界と協力し、走っている途中に配る補給食にスイーツを用意して、ランナー✖スイーツという層を取り込もうというイベントのようです。

View File

@ -1,15 +1,12 @@
---
title: 絵馬堂 @ 谷中
author: kazu634
date: 2012-12-22
has_been_twittered:
- yes
tmac_last_id:
- 303816632525017088
date: 2012-12-22T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 谷中
- yanaka
---
絵馬に囲まれてお食事ができるお店・絵馬堂に行ってまいりました。

View File

@ -1,15 +1,12 @@
---
title: 西新井大師を訪ねて
author: kazu634
date: 2012-12-30
has_been_twittered:
- yes
tmac_last_id:
- 303816628007743489
date: 2012-12-30T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 大師前
- taishimae
---
用事があって西新井大師までお出かけしてきました、「大師」とつく地名は「川崎大師」しか知らなかったので、東京にも大師があると驚いたのはここだけの話。。。

View File

@ -1,17 +1,13 @@
---
title: 久しぶりに海外旅行をして驚いたこと
author: kazu634
date: 2013-01-31
has_been_twittered:
- yes
tmac_last_id:
- 309237698785320960
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-01-31T15:04:05Z
author:
- kazu634
categories:
- 旅行
- Misc
- Travel
tags:
- Chiang Mai
- chiang mai
---
友人の結婚式に参加するため、タイに来ています。2年ぶりぐらいの海外旅行です。久しぶりに海外旅行をして、驚いたことを書きつづります。

View File

@ -1,16 +1,13 @@
---
title: 横浜卸売市場〜シーパラダイスに行って参りました
author: kazu634
date: 2013-04-19
has_been_twittered:
- yes
tmac_last_id:
- 368276259257589761
date: 2013-04-19T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 八景島
- 横浜
- hakkeijima
- yokohama
---
4月の頭に横浜卸売市場とシーパラダイスに行って参りました。楽しかったです

View File

@ -1,16 +1,12 @@
---
title: 第23回仙台国際ハーフマラソンを走って来ました
author: kazu634
date: 2013-05-26
has_been_twittered:
- yes
tmac_last_id:
- 9223372036854775807
date: 2013-05-26T15:04:05Z
author:
- kazu634
categories:
- スポーツ
- ランニング
- Misc
tags:
- 仙台
- sendai
---
仙台ハーフマラソンの完走証が郵送されてきました!今年は久しぶりに 90 min を切れたので嬉しいです!

View File

@ -1,19 +1,12 @@
---
title: ディスプレイアームを使って机の上を小奇麗にしてみた
author: kazu634
date: 2013-06-23
geo_latitude:
- 38.306186
geo_longitude:
- 141.022639
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1840;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1840;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-06-23T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- gadget
---
<time datetime="2013-06-23T10:40:00+09:00" pubdate data-updated="true">Jun 23<span>rd</span>, 2013</time>
@ -22,27 +15,27 @@ categories:
<p>
机の上が散らかっている状態に危機感を抱いたため、ディスプレイアームを導入してみました。Before と After はこんな感じです:
</p>
<h3>
Before
</h3>
<p>
<a href="http://www.flickr.com/photos/42332031@N02/9108146282/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/9108146282/', '');" title="Untitled by kazu634, on Flickr"><img src="http://farm4.staticflickr.com/3668/9108146282_156ac6666c.jpg" width="500" height="375" alt="Untitled" /></a>
</p>
<h3>
After
</h3>
<p>
<a href="http://www.flickr.com/photos/42332031@N02/9105919921/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/9105919921/', '');" title="Untitled by kazu634, on Flickr"><img src="http://farm6.staticflickr.com/5487/9105919921_bae9993731.jpg" width="500" height="375" alt="Untitled" /></a>
</p>
<h3>
まとめ
</h3>
<p>
ディスプレイアーム、便利。素敵です。
</p>

View File

@ -1,17 +1,12 @@
---
title: OpenSky 3.0 ―欲しかった飛行機、作ってみた―
author: kazu634
date: 2013-07-20
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1575;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1575;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
tmac_last_id:
- 9223372036854775807
date: 2013-07-20T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 秋葉原
- akihabara
---
<a href="http://hachiya.3331.jp/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://hachiya.3331.jp/', '');" title="八谷和彦 個展「OpenSky 3.0 ―欲しかった飛行機、作ってみた―」:3331 Arts Chiyoda by -kazu634-"><img class="aligncenter" alt="八谷和彦 個展「OpenSky 3.0 ―欲しかった飛行機、作ってみた―」:3331 Arts Chiyoda" src="http://farm4.staticflickr.com/3695/9297995276_4601cc4f12.jpg" width="500" height="421" /></a>

View File

@ -1,52 +1,46 @@
---
title: SIMフリーの iPad Mini + OCN モバイル エントリー D LTE 980
author: kazu634
date: 2013-08-12
geo_latitude:
- 38.306239
geo_longitude:
- 141.022689
geo_public:
- 1
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1815;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1815;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
date: 2013-08-12T15:04:05Z
author:
- kazu634
categories:
- iPhone
- Misc
tags:
- gadget
- ipad
---
<div class="entry-content">
<p>
今回の帰省に向けて SIM フリーの iPad Mini + OCN SIM を購入しました。これで iPad Mini + Bluetooth のキーボードでどこでもごにょごにょできます。
</p>
<h2>
SIMフリーってなにおいしいの
</h2>
<p>
SIMフリーについてはこんな解説があります:
</p>
<blockquote>
<p>
SIMカードの種類を選ばずに使える携帯電話、またそのシステムのこと。SIMカード(Subscriber Identity Module Card)とは、電話番号などの識別情報が記録されたICカードのことで、このカードを差し込むことで携帯電話が使用可能になる。電話機の中には、特定のSIMカードだけで利用できる機能が組み込まれており、これをSIMロックと呼ぶ。
</p>
<p>
日本の携帯電話は、販売店が新規顧客を獲得するたびに、キャリアが一定の奨励金を支払うシステムが一般的だった。この販売奨励金制度というシステムが、携帯電話の原価割れ販売などを可能にした。長期の契約を確保することによってその差額を埋めることになるのだが、キャリアが奨励金を回収するまで、他キャリアへ乗り換えたり機種変更ができない仕組みを維持することが必要となる。このために携帯電話にSIMロックがかけられるのが当たり前だった。しかし、SIMロックされた携帯端末には使用者の利便性を損なう様々な要素がある。普段使っている携帯電話を海外に持ち出したときに海外キャリアのSIMを差しても利用できないなどの不都合はその代表的な例である。販売奨励金制度も2008年を堺に廃止され始めたため、SIMフリー化への要求が高まっている。
</p>
</blockquote>
<p>
要するに「通信を担当するキャリアを消費者が自分自身で選択できる」ようになっている端末ということです。
</p>
<p>
最近は Docomo, AU, Softbank 以外にも様々な会社がデータ通信事業に乗り出してきています。たとえば、
</p>
<ul>
<li>
通話はしない
@ -55,61 +49,61 @@ categories:
データ通信も Twitter, Facebook, メールぐらいにしか使用しない
</li>
</ul>
<p>
といった場合には、900円/月程度の料金でサービスを受けることができます。これ、大きなポイントですよね。
</p>
<p>
また、海外に旅行した場合でも、SIMを交換するだけで手持ちの端末で現地のネットワーク網を利用できるようになります。結構これってお手軽だと思っています。
</p>
<h2>
OCN モバイル エントリー d LTE 980
</h2>
<p>
私はこのプランで契約しました。高速な通信は 30 MB / 日 までで、それ以上は低速になります。この条件で構わなければ 980 円 / 月です。
</p>
<p>
<a href="http://www.ocn.ne.jp/mobile/entry-d-lte980/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.ocn.ne.jp/mobile/entry-d-lte980/', '');" title="OCN モバイル エントリー d LTE 980 OCN プロバイダ(インターネット接続)"><img src="http://farm4.staticflickr.com/3707/9520349009_3d35657dcb_z.jpg" width="640" height="159" alt="OCN モバイル" /></a>
</p>
<blockquote>
<p>
NTTドコモの「Xi」(クロッシィ)エリアおよびFOMAエリアに対応したモバイルデータ通信サービスです。
</p>
<p>
受信時最大112.5Mbpsの高速LTE通信が可能。1日当たりの高速データ通信量の上限は30MBです。
</p>
</blockquote>
<h2>
iPad Miniを何に使うの
</h2>
<p>
SSH Clientとしての利用および、Twitter, Facebookなどの閲覧に使用しようと思っています。980円ぐらいだと使わなくてもあまり気にならない金額ですし。
</p>
<p>
<a href="http://flic.kr/p/ft4uuE" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flic.kr/p/ft4uuE', '');" title="Camera Roll-1 by -kazu634-"><img src="http://farm4.staticflickr.com/3833/9495221334_676fff728f.jpg" width="500" height="375" alt="Camera Roll-1" /></a>
</p>
<p>
常時通信できる状態だと、やっぱり iPad Mini は便利ですね。
</p>
<h2>
リンク
</h2>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00B0YPNRA/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00B0YPNRA/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/I/315eyyhapRL._SL160_.jpg" alt="並行輸入品 iPad mini 16GB Wi-Fi + Cellularモデル ブラック&スレート" style="border: none;" /></a>
</p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00CU3ALFE/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00CU3ALFE/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"><img src="https://images-na.ssl-images-amazon.com/images/I/41A1yJ9wPJL._SL160_.jpg" alt="NTTコミュニケーションズ OCN モバイル エントリー d LTE 980 ナSIM T0003815" style="border: none;" /></a>
</p>

View File

@ -1,17 +1,12 @@
---
title: 国立科学博物館で行われている大恐竜展を観に行った!
author: kazu634
date: 2013-12-14
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1655;}'
wordtwit_post_info:
- 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:111:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1655;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:130:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - http://tinyurl.com/mepqjy9";}'
tmac_last_id:
- 480344699962949632
date: 2013-12-14T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 上野
- ueno
---
<a href="http://daikyoryu.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://daikyoryu.com/', '');" title="大恐竜展 ゴビ砂漠の驚異|国立科学博物館 東京上野公園 by Kazuhiro MUSASHI, on Flickr"><img class="aligncenter" alt="大恐竜展 ゴビ砂漠の驚異|国立科学博物館 東京上野公園" src="http://farm4.staticflickr.com/3717/11366214433_b1aa8252d0.jpg" width="500" height="218" /></a>

View File

@ -1,16 +1,12 @@
---
title: 夜のサイクリング用にファイバーフレアライトを買った
author: kazu634
date: 2013-12-22
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1662;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:120:"ブログに新しい記事を投稿したよ: 夜のサイクリング用にファイバーフレアライト - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1661;i:1;i:1662;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
tmac_last_id:
- 483168249152946176
date: 2013-12-22T15:04:05Z
author:
- kazu634
categories:
- サイクリング
- スポーツ
- Misc
tags:
- cycling
---
通勤に自転車を使うようになって困ったのが、夜が遅くなると、自分のことが周囲の自動車に認識してもらいづらいことでした。もちろん法律上必要なフロントライトだけでなくて、リアライトもつけています。でも安心できない。
@ -38,29 +34,29 @@ categories:
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" alt="ファイバーフレア ショート サイド用ライト イエロー(LPT04602)" src="https://images-na.ssl-images-amazon.com/images/I/31loSHsnh2L._SL160_.jpg" /></a>
</div>
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/', 'ファイバーフレア ショート サイド用ライト イエロー(LPT04602)');" target="_blank" name="amazletlink">ファイバーフレア ショート サイド用ライト イエロー(LPT04602)</a>
</p>
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.12.21
</div>
</div>
<div class="amazlet-detail">
売り上げランキング: 65,920
</div>
<div class="amazlet-sub-info" style="float: left;">
<div class="amazlet-link" style="margin-top: 5px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B002ZQFBC4/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
</div>
</div>
</div>
<div class="amazlet-footer" style="clear: left;">
</div>
</div>

View File

@ -1,17 +1,12 @@
---
title: 大木屋のエアーズロック食べてきた!
author: kazu634
date: 2014-01-01
wordtwit_posted_tweets:
- 'a:1:{i:0;i:1672;}'
wordtwit_post_info:
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1672;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
tmac_last_id:
- 486143173614260224
date: 2014-01-01T15:04:05Z
author:
- kazu634
categories:
- つれづれ
- Misc
tags:
- 市ヶ谷
- ichigaya
---
年末に同僚に誘われて<a href="http://r.gnavi.co.jp/gabr800/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://r.gnavi.co.jp/gabr800/', '大木屋・市ヶ谷店');">大木屋・市ヶ谷店</a>に行ってきました。このお店はエアーズロックっていう大きなステーキで有名らしいです。でも、もんじゃ屋さんなんだとか。一応もんじゃも出てきたけれど、やっぱりエアーズロックのインパクトが強すぎました。

Some files were not shown because too many files have changed in this diff Show More