自分の家の近くに、あの有名な神社っぽい名前の神社がある、そんな経験ありませんか? 氷川神社、稲荷神社、八幡神社は特に多い神社に入ります。 不思議に思って、調べてみました。
Continue reading 同じ名前の神社がある理由: 分霊システムPaging と Pagination の違い
pagingとpaginationの違いについて調べてみました。 掲示板などのプログラムでは必ず出てくる単語です。
Continue reading Paging と Pagination の違いAWS EC2: Adjust Time Zone
AWS EC2 でタイムゾーンを合わせる方法を書いておきます。 時点での情報です。
Continue reading AWS EC2: Adjust Time Zone東京都足立区綾瀬 綾瀬神社
綾瀬神社について調べました。 足立区綾瀬には、綾瀬神社、綾瀬稲荷神社、北野神社(綾瀬天神)があります。 中でも一番小さいのが綾瀬神社です。

Using rsync instead of scp
When trying to copy files to a server using scp, and wanting to exclude a specific directory (such as cache) during the copy process, I used the following method. This was performed for an AWS EC2 instance. Since I have all the server-side code in a single Git repository, I wanted to copy only a portion of it to the server.