<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6182195289797117640</id><updated>2024-10-25T02:40:51.444+09:00</updated><category term="Linux"/><category term="つぶやき"/><category term="Google"/><category term="Blogger"/><category term="Emacs"/><category term="MySQL"/><category term="Amazon"/><category term="CentOS"/><category term="Firefox"/><category term="Flickr"/><category term="Twitter"/><category term="Ubuntu"/><category term="オンラインストレージ"/><category term="プログラム"/><title type='text'>Triangle</title><subtitle type='html'>雑記</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.triangle.jp/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-9041201547154102260</id><published>2014-07-14T11:47:00.002+09:00</published><updated>2014-07-14T11:47:41.144+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Emacs"/><title type='text'>Xyzzy設定 (1)</title><summary type="text">~/.xyzzy

;;-------------------------------------------------------
;; バックアップファイルを他のところに取る
;;-------------------------------------------------------
(require &quot;backup&quot;)
(setq *backup-directory* &quot;~/backup-xyzzy-files/&quot;)
(setq *hierarchic-backup-directory* t)

;;-------------------------------------------------------
;; 補完機能
;;-------------------------------------------------------
(global-set-key #</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/9041201547154102260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/9041201547154102260'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2014/07/xyzzy-1.html' title='Xyzzy設定 (1)'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-5703439186344681077</id><published>2014-07-14T11:41:00.000+09:00</published><updated>2014-07-14T11:44:49.425+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Emacs"/><title type='text'>Emacs設定 (1)</title><summary type="text">~/.emacs.d/init.el

;; 日本語の設定（UTF-8）
(set-language-environment &#39;Japanese)
(prefer-coding-system &#39;utf-8)

;; 警告音もフラッシュも全て無効
(setq ring-bell-function &#39;ignore)

;; 補完機能
(global-set-key &quot;\C-j&quot; &#39;dabbrev-expand)
</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5703439186344681077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5703439186344681077'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2014/07/emacs-1.html' title='Emacs設定 (1)'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-5632499957391250353</id><published>2014-01-15T17:55:00.001+09:00</published><updated>2014-01-15T17:56:48.801+09:00</updated><title type='text'>Linuxコマンド備忘録(ps)</title><summary type="text">・起動開始時間を取得する。例はtomcatの場合。
[foo@bar ~]$ ps -eo lstart,pid,pcpu,vsz,ruser,cmd | grep tomcat | grep -v grep
</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5632499957391250353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5632499957391250353'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2014/01/linuxps.html' title='Linuxコマンド備忘録(ps)'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-3555758907763853582</id><published>2010-12-24T16:59:00.005+09:00</published><updated>2011-07-14T21:30:40.078+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>findを使ったgrep</title><summary type="text">grep単体で再帰的な検索は可能なのだが、findを使って検索かけているほうが性に合っているので、未だに以下のような対応をしている。

・拡張子「cpp」と「c」と「hpp」と「h」の中から「検索したい文字列」に該当するものを検索
[foo@bar ~] $ find ./ \( -name \*.cpp -o -name \*.c -o -name \*.hpp -o -name \*.h \) -print | xargs grep -in --color &quot;検索したい文字列&quot;</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3555758907763853582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3555758907763853582'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2010/12/findgrep.html' title='findを使ったgrep'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-2659149700221645753</id><published>2009-09-28T20:04:00.002+09:00</published><updated>2009-09-28T20:05:32.687+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Linuxコマンド備忘録(tar)</title><summary type="text">tar.gzの場合
・作成
[foo@bar ~]$ tar zcvf 作成ファイル名.tar.gz パッケージ対象DIR
・展開
[foo@bar ~]$ tar zxvf 展開ファイル名.tar.gz

tar.bz2の場合
・作成
[foo@bar ~]$ tar jcvf 作成ファイル名.tar.bz2 パッケージ対象DIR
・展開
[foo@bar ~]$ tar jxvf 展開ファイル名.tar.bz2
</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2659149700221645753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2659149700221645753'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2009/09/linuxtar.html' title='Linuxコマンド備忘録(tar)'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-4534653306785078310</id><published>2009-06-17T14:15:00.006+09:00</published><updated>2009-09-25T03:39:07.487+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><title type='text'>MySQLでテーブル単位のバックアップ</title><summary type="text">データベースのバックアップをする場合、手軽な方法としてmysqldumpを使用するというものがあります。
普通に行うとmysqldumpはデータベース毎のダンプデータを作成するのですが、テーブル単位でのバックアップをする方法もあるので書いておきます。

テーブル単位でのバックアップ
# mysqldump -h HOSTNAME -u USERNAME -pUSERPASSWORD --database DBNAME --tables TABLENAME &gt; ./TABLENAME.sql


一応データベース単位でのバックアップコマンドも書いておきます。

データベース単位でのバックアップ
# mysqldump --single-transaction -h HOSTNAME -u USERNAME -pUSERPASSWORD --database DBNAME &gt; </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/4534653306785078310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/4534653306785078310'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2009/06/mysql_17.html' title='MySQLでテーブル単位のバックアップ'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-6512484639390546269</id><published>2009-06-10T17:41:00.004+09:00</published><updated>2009-09-25T03:40:38.246+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>cvsの情報をgrepする方法</title><summary type="text">cvs(Conncurrent Versions System)のコマンドは標準エラーに出力される。そのため通常のターミナル上では表示されているものを、そのままgrepをかけても、すべてに該当してしまい正規表現では絞り込めないです。

そこで、すべての出力を標準エラーも含めた状態でパイプを使いgrepに流し込む(2&gt;&amp;1のところ)ようにします。このようにすれば標準エラーに出力されているものもgrepすることが可能です。

updateした段階でのコンフリクトを割り出すには…
$ cvs update -d -P 2&gt;&amp;1 | grep &quot;^[C]&quot;
また
$ cvs update -d -P | less
のようにパイプでlessに流し込めば、リドローを書けた段階(Shift+gとか)で、余計な情報を削除できるので、こちらの方が便利です。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6512484639390546269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6512484639390546269'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2009/06/cvsgrep.html' title='cvsの情報をgrepする方法'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-7212490843918489854</id><published>2009-06-03T16:36:00.008+09:00</published><updated>2009-09-25T03:41:19.421+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><title type='text'>MySQLの最大接続数の確認と動的変更</title><summary type="text">MySQLの接続コネクション数の確認方法と変更方法です。

mysql&gt; show variables like &#39;max_connections&#39;;
+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 100   |
+-----------------+-------+
1 row in set (0.00 sec)

また起動中に動的に変更することも可能です。
mysql&gt; set global max_connections = 150;
起動していないなら/etc/my.cnfで設定するのがいいでしょう。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/7212490843918489854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/7212490843918489854'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2009/06/mysql.html' title='MySQLの最大接続数の確認と動的変更'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-5105896654946426324</id><published>2009-03-23T02:00:00.023+09:00</published><updated>2009-09-25T03:42:13.000+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu 8.04の設定</title><summary type="text">DELL Inspiron Mini 9 (Ubuntu 8.04)を買ったので、必然的にUbuntuを勉強することになっています。
まずは違うマシンからログインしたいので、SSHの設定をしてみます。
$ sudo aptitude install ssh
インストールに関しては、これだけ。

Debian系のUbuntuを使うのは初めてですが、昔Debianを使ったこともあるので、いつも通りにSSHをパッケージマネージャーからインストールしました。

ただ今回は「aptitude」というパッケージマネージャーを使うことにしています。
昔は「apt-get」、その後「dselect」と使って来たのですが、最近は「aptitude」を使うのが良さそうと書かれているので、それにならっています。

というわけで終了　……としたいのですが、これでは私の環境ではSSHでログインできませんでした。
</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5105896654946426324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5105896654946426324'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2009/03/ubuntu-804.html' title='Ubuntu 8.04の設定'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-1527303991291682773</id><published>2008-10-12T07:50:00.002+09:00</published><updated>2009-03-23T02:24:20.216+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CentOS"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>CentOSのワークスペースの切り替え方</title><summary type="text">最近もっぱらLinuxでの作業が増えているので、少しずつですがデスクトップ環境であるGNOME（グノーム）の設定を始めています。今回はワークスペースの切り替えををキーボードショートカットで行う場合の手順です。ワークスペースとは何かというと、GNOMEの仮想デスクトップ機能をのことを言い、下パネルの右側に「ワークスペース切り替え器」が表示されています。これを変更することでGNOMEでは、複数のデスクトップ（デフォルトは4画面）を切り替え、それぞれのデスクトップに独自のウィンドウを開くことができます。切り替え自体を行うのは簡単で、実はもうキーボードショットカットが割り当てられています。ただし私の環境はWindows Vistaの上でVMWareを動かし、その仮想環境の中でCentOSを動かしているという状況なので、Ctrl+Alt+右、Ctrl+Alt+左などが諸事情により使えません。理由は</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/1527303991291682773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/1527303991291682773'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2008/10/centos.html' title='CentOSのワークスペースの切り替え方'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-8981078085756645481</id><published>2007-11-23T19:34:00.000+09:00</published><updated>2007-11-23T19:48:10.286+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><title type='text'>FirefoxのBackSpaceを戻るに変更してみた</title><summary type="text">FirefoはBackSpaceキーを押すと、PageUpします。IEと併用している私としては、これが嫌だったりするわけです(IEはBackSpaceは戻る)。今までは我慢して使っていたのですが、さすがに辛くなってきたので、この辺で設定を変更することにしました。変更方法は、１、アドレスバーから「about:config」と入力し、設定を呼び出します。２、「browser.backspace_action」で検索する。３、設定が「1」となっていますので、それを「0」にする。４、Firefoxの再起動。というものです。簡単なんですが、この辺の設定って知らないことが多くて、どこをどう設定していいかわからないまま放置していたのです。でも今回やってみてよかったです。そのまま運用しているとストレスが溜っていくので、もっと早めに調べておけばよかったです。いやぁ〜　快適、快適。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/8981078085756645481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/8981078085756645481'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/11/firefox1.html' title='FirefoxのBackSpaceを戻るに変更してみた'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-6261067315495243845</id><published>2007-11-07T18:25:00.002+09:00</published><updated>2009-09-25T03:43:05.880+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>svnの管理ファイルを再帰的に削除したい</title><summary type="text">svn exportを使えば、管理ファイルを作らずにファイルを取り出すことができるのは知っているけど、どうしてもexportせずに消したい状況が発生したので、シェルスクリプトで書いてみた。
$ rm -rf `find ./ -type d -name .svn ! -regex \.svn/. -print`
意外に使うことが多かったりする…</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6261067315495243845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6261067315495243845'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/11/svn.html' title='svnの管理ファイルを再帰的に削除したい'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-4022860048794209211</id><published>2007-10-29T14:11:00.000+09:00</published><updated>2007-10-29T14:21:24.542+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="プログラム"/><title type='text'>atoiからlexical_cast</title><summary type="text">atoiからboostのlexical_castを使うように変更をかけた。lexical_castとは、文字列型と数値型を相互変換するboostのテンプレートライブラリです。これを使えばatoiや、sprintfを使わなくても簡単に変換が出来ます。注意として、変換に失敗した場合は「bad_lexical_cast例外」が飛んできます。すっかり例外が飛んでくるのを忘れて、プログラムが落ちました…sprintfからlexical_castの変換は、バッファ等を気にする必要がなくなるので、割とうれしいのですが、atoiからlexical_castは今回のプログラムの書き方では合わないことが判明…　急いで書き直してもらわないと…</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/4022860048794209211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/4022860048794209211'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/10/atoilexicalcast.html' title='atoiからlexical_cast'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-2975698406129906242</id><published>2007-06-16T21:07:00.001+09:00</published><updated>2007-06-16T21:36:39.327+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Linuxでの環境</title><summary type="text">最近のプロジェクトはサーバ側での仕事が多いです。そんなわけで仕様書の整備とメール以外は、ほとんどPutty等のターミナルソフトを使い、Linuxにログインして仕事をしています。とはいえ、Linuxについて詳しく知っているわけではないです。細かい設定などは知らない…　それに設定ファイルなどを直接いじることもあるが、本当にあっているのか心配になる……簡単に言うと、使えるけど設定できない、未だ素人の領域です。だからこそ今のうちに、そのようなLinuxアレルギーをとりさって、もっとLinuxを使いこなせるようになっていきたいものだと最近思うのです。なんにしても人間慣れるのが一番。慣れれば何でもできると思っている私は、手始めにLinuxでのデスクトップ環境も作成して、できるだけそちらでの作業を増やしていこうかと思っています。最終的には、リモート操作に強いLinuxなので、シンクライアント的な使い方</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2975698406129906242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2975698406129906242'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/06/linux.html' title='Linuxでの環境'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-5645818194472448672</id><published>2007-04-22T01:01:00.000+09:00</published><updated>2007-06-07T15:49:09.636+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Amazon"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="オンラインストレージ"/><title type='text'>オンラインストレージ</title><summary type="text">ハードディスクがピンチです。容量的にピンチなのはもちろん、ハードディスク自体が異音を出し始めました。たいがいこのような異音が聞こえてくると、私の経験では割と早い段階でハードディスクが壊れます。つまり、現在の状況は非常にまずいわけです。ハードディスクは回転するものである以上、消耗品なわけです。ある程度の時間でリプレイスを考えなくてはいけない代物です。そのため何年かに一度、私はハードディスクが壊れていなくても交換します。最近はRAID5対応のNASなどが、低価格で普及してきていますが、アレは意外に交換用のハードディスクが高いんです…それを考えると、交換コストをその分にまわしてもいいのですが、いつまで交換用ディスクを売ってくれるのか？という別の問題が発生するわけです。代替として次に考えたのが、オンラインストレージサービスです。最近は通信速度も上がり、ファイル転送も気にならないぐらいになってい</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5645818194472448672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/5645818194472448672'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post_6287.html' title='オンラインストレージ'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-3052224110193154513</id><published>2007-04-19T11:12:00.000+09:00</published><updated>2007-04-22T02:42:59.071+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>Twitterはじめました</title><summary type="text">最近話題のTwitterをやってみました。twitter(つぃったー)とは、2006年からスタートした、海外のWebサービスです。とてもシンプルで「What are you doing?」（今何してる？）というたった1つの問いにひたすら答え続けるだけのもので、その答えが、自分とつながっている友人たちや、Twitterを利用している全ユーザに発信されるというものです。「今何してる？」という、コメントから新たなつながりや交流が生まれ、ハマっていく人が増えています。この「ゆるいつながり」が、飽き性の私には合っていてるかも(^_^)そういえば、Blogも久しぶりに書いたけど、Mixiは最近書いてないなぁ～</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3052224110193154513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3052224110193154513'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/04/twitter.html' title='Twitterはじめました'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-2026673163384549833</id><published>2007-02-04T13:12:00.001+09:00</published><updated>2009-11-02T02:25:09.534+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="つぶやき"/><title type='text'>節分、恵方巻</title><summary type="text">2月3日は、いわずと知れた「節分」です。
節分というのは、そもそも立春・立夏・立秋・立冬の前日の
こと指し、1年に4回あります。

特に立春が1年の初めと考えられることから、春の節分が
最も重視されており、またその前後に旧暦のお正月がくる
ことから、一般には単に「節分」といえば春の「節分」を
指すものとなっています。

これは立春を新年と考えれば大晦日に相当するわけで、
そのため前年の邪気を全て祓ってしまうための追儺(ついな)
の行事が行われます。その代表が「豆まき」です。

(蛇足)
-------------------
干支などの代わりは春の「節分」を期にかわるという考え方も
あり、僕の誕生日は1月30日なので、まさに元旦で干支が
変わるか、節分で変わるかによって干支が変化します。
-------------------

さてここまでは「節分」のお話でしたが、私の節分の
行事は「</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2026673163384549833'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2026673163384549833'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/02/blog-post.html' title='節分、恵方巻'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-3661601200954069426</id><published>2007-01-29T01:16:00.000+09:00</published><updated>2007-01-29T03:31:21.476+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><title type='text'>TOPページ更新</title><summary type="text">少し前からTOPページを変更しております。具体的に何が変わったかというと…TOPページのフォームからGoogle検索ができるようにしました！！これはGoogle Web APIs(Google SOAP Search API に名称が変更されました)というものを使い実現しています。これを使うとGoogleの検索エンジンをプログラミング言語から利用できるようになり、Web検索結果などを開発者が自由に取り出すことが可能になります。他のサイトでも解説が豊富な機能でしたので、自分でもやってみたしだいです。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3661601200954069426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3661601200954069426'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/top.html' title='TOPページ更新'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-6397945684204460027</id><published>2007-01-21T07:11:00.000+09:00</published><updated>2007-01-21T08:49:51.742+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><title type='text'>独自ドメインを有効活用</title><summary type="text">独自ドメインを取得してから、独自ドメイン用のメールなどは使っていない。このサイト自体は独自ドメインで動作しているのでWEB側は有効活用していると言っていいだろう。ただメールは使わない。プロバイダのメールアドレスが主となっているのであまり使う用途がないのです。 そこでせっかくあるドメインを有効活用するべくGoogle Apps for Your Domainを導入しようか検討中。最近は全部Gmailで処理できればいいなぁ～と思っている私としてはGmailが独自ドメインとして使えるのはうれしい限りです。いろいろ詳しく説明しているサイトなどもあるので一度試してみたいところです。まぁ時間がとれなくて試せないのが実状ですけどね…</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6397945684204460027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6397945684204460027'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post_3556.html' title='独自ドメインを有効活用'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-8654609712208586156</id><published>2007-01-21T03:51:00.000+09:00</published><updated>2007-01-21T05:20:26.232+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Flickr"/><title type='text'>Flickrはじめました</title><summary type="text">最近Blogに公開する写真などをどこに置こうか迷っていました。もちろんこのままBloggerにおいてもいいのですが、複数のサイトから共有したいと思っていたので、オンライン写真アルバムサービス「Flickr」を導入しました。導入っていってもサインアップして画像ファイルをアップロードしただけなんですけど…しかしFlickrって便利です！私は単にファイルをアップロードできて公開できればよかったのでオーガナイザ等の高度な機能は必要なかったのですが、ファイル整理を便利にするタグ機能等はすごく便利に使わせてもらってます。ただしここで注意が必要です！！Flickrには無料と有料アカウントがあるのですが、無料の場合は当然ながら制限があります。無料の場合、Flickrは総容量は無制限なんですが月にアップロードできる容量が100MBとなっています。また表示枚数制限もあって、200枚を越えると古い順から表示さ</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/8654609712208586156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/8654609712208586156'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/flickr.html' title='Flickrはじめました'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-1008326244605429830</id><published>2007-01-16T02:57:00.001+09:00</published><updated>2009-11-02T02:25:34.307+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="つぶやき"/><title type='text'>「こんばんは」と「こんばんわ」</title><summary type="text">「こんばんわ」と今まで使ってきた記憶がある。

しかしそれは間違いらしい(T_T)

たしか子供の頃に「こんにちは」と「こんばんわ」は「は」と「わ」の
違いがありますと習った記憶があったのだが、どうやらそれは間違いで
「こんばんは」が正しいらしい。

よくよく考えてみれば簡単なことです。

「こんにちは」や「こんばんは」の「は」は「助詞」です。
「てにをは」の「は」であるから「今日は」「今晩は」となり
「今日わ」や「今晩わ」と「わ」になることはないのです。

ちゃんと説明したサイトなどが他にあるかと思うので細かい説明は省略
しますが、いや～間違って使っていました。
幸いメールなどでは「こんばんは」と自動変換してくれていたので間違い
がなかったのだけど、PCを使うまでの間は「確実」に私は間違えて使って
いました。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/1008326244605429830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/1008326244605429830'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post_173.html' title='「こんばんは」と「こんばんわ」'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-6948237945651590618</id><published>2007-01-12T14:32:00.001+09:00</published><updated>2009-11-02T02:25:57.749+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="つぶやき"/><title type='text'>運用開始？</title><summary type="text">雑記を引越ししてから、ほとんどが日々の食事写真日記？
いや文章書いてないから日記にすらなっていませんが…
食事系のコンテンツもこちらに移すことになったので、
こんな感じになってしまっています。

ちなみに写真などは携帯電話で撮っているので、手ぶれ、
ピンボケ写真など多数あります。
というか私が写真撮るの下手です(T_T)。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6948237945651590618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/6948237945651590618'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post_3908.html' title='運用開始？'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-2969312457568400409</id><published>2007-01-09T16:20:00.001+09:00</published><updated>2009-11-02T02:27:13.752+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="つぶやき"/><title type='text'>準備</title><summary type="text">カスタムドメインの設定をしました。

ドメイン側のDNSを変更したのと、bloggerの設定を変えたので
無事http://blog.triangle.jp/でアクセスできるようになりました。

やり方などは他の優秀なサイトが説明してくれてるのでそちらを参考に
していただければと思います。
作業自体は、DNS側のcname設定を書き換えるところさえ注意すれば
独自ドメインでBloggerを動かすのは簡単でした。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2969312457568400409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/2969312457568400409'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post_09.html' title='準備'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6182195289797117640.post-3348941715293386896</id><published>2007-01-08T23:17:00.001+09:00</published><updated>2009-11-02T02:27:39.838+09:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="つぶやき"/><title type='text'>準備、準備</title><summary type="text">Bloggerが、カスタムドメインをサポートしたらしいので、こちらに
雑記部分を引越してきました。

なんでカスタムドメインをサポートしたから引越してきたのかといいますと
これがあるとドメインさえ持っていれば、blogspot.comのブログをそのまま
自分のドメインに割り当てることができるようになるわけです。
それにサーバー自体はblogspot.comのままなので、わざわざ自分で
サーバを立てたり、レンタルサーバを借りなくていいわけです。

まだドメインのtriangle.jpには割り当てていないのですが、布石として
こちらで準備を始めていきたいと思います。</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3348941715293386896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6182195289797117640/posts/default/3348941715293386896'/><link rel='alternate' type='text/html' href='http://blog.triangle.jp/2007/01/blog-post.html' title='準備、準備'/><author><name>たろう</name><uri>http://www.blogger.com/profile/09456271114651556887</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>