CentOS 5.xのvimが古いので手動でインストール
Posted on March 19, 2013
(Last modified on January 1, 0001)
CentOS 5.x上のyumパッケージでは、vimが7.0と古いので、手動で7.3をインストールした。 7.0のvimで、Bundle導入していると、下
[Read More]homebrewで古いパッケージを削除
Posted on March 1, 2013
(Last modified on January 1, 0001)
homebrewで、古いパッケージがキャッシュに溜まり続けるので、偶に削除した方が良いね。 brew –helpでは、表示されないのでメモ $ brew cleanup これで
[Read More]Sublime Text 2をVim互換にする設定
Posted on February 25, 2013
(Last modified on January 1, 0001)
Sublime Text 2のキーバインディング等、Vim仕様にする。 Sublime Text 2を起動し、PreferencesのSettings – Userを選んで、下記を追記するだ
[Read More]CentOSにAVGインストール
Posted on February 21, 2013
(Last modified on January 1, 0001)
CentOS 6.3にアンチウィルスソフト「AVG」をインストールした。 Contents 1 ダウンロード 2 インストール 3 OS起動・再起動時に自動起動するように 4 手動で起
[Read More]Squirrelmailでログインできない(画面が真っ白)の原因と対策
Posted on January 23, 2013
(Last modified on January 1, 0001)
ウェブメール老舗のSquirrelmailを運用していたが、急にログインが出来ない症状が出たので調査した。 Contents 1 環境 2 不具合の原因 3 調査 4 対策
[Read More]VundleでVimプラグイン導入
Posted on January 16, 2013
(Last modified on January 1, 0001)
かなり以前から、Unix/Linuxでvi/vimを使っているんですが、恥ずかしながら、私も「いまさら聞けない .vim/bundle によるプラグイン管理 」と同じ
[Read More]gitでのSSLエラー回避
Posted on January 15, 2013
(Last modified on January 1, 0001)
SSL環境をセットアップしていないと、gitでSSLのエラーが出るので、これを無視。 error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/ .….. $ git config --global https.sslVerify
[Read More]Homebrewのパスエラー
Posted on January 10, 2013
(Last modified on January 1, 0001)
またまた、久々にHomebrewをアップデートしようとしたら、下記のエラー $ brew update error: Your local changes to the following files would be overwritten by merge: Library/Contributions/cmds/brew-pull.rb Library/Contributions/manpages/brew.1.md Please, commit your changes or stash them before you can merge. Aborting Error: Failure while
[Read More]SSH公開鍵の再作成
Posted on November 29, 2012
(Last modified on January 1, 0001)
よそからのSSH公開鍵をコピーしたりしてきたときに、自分とこ(~/.ssh/)にid_rsa.pubなりid_dsa.pubを上書きしてしま
[Read More]OpenSUSE 12.1にmoshを導入
Posted on November 28, 2012
(Last modified on January 1, 0001)
moshの公式ページ では、あらゆるプラットフォーム用に、パッケージやインストール方法が掲載されているのですが、OpenSUSE用がなかったの
[Read More]