2011-06-01から1ヶ月間の記事一覧

VMWare の Beep を止める

.vmxに mks.noBeep="TRUE" 追加して再起動

QuantumDB Eclipse Plugin

Query ツール http://quantum.sourceforge.net/http://quantum.sourceforge.net/update-site

ER Master

モデリングツールER Master更新サイトhttp://ermaster.sourceforge.net/update-site/

yum のリポジトリいろいろ

CentOS5 向けの yum リポジトリ色々[remi] $ wget http://rpms.famillecollet.com/el5.i386/remi-release-5-7.el5.remi.noarch.rpm $ sudo rpm -Uvh remi-release-5-7.el5.remi.noarch.rpm [epel] $ wget http://download.fedoraproject.org/pub/epel/5/i386…

Oracle Linux

Oracle の商用 Linux なんかあったのね。http://www.oracle.com/us/technologies/linux/index.htmlどうももとは SAP が作ってたみたい。

Nagios のインストール

とりあえず Nagios のインストール $ sudo yum install -y nagios nagios-pluigins-all HTTPS で監視がしたかったので以下のファイルに HTTPS のコマンドを追加 $ sudo vim /etc/nagios/objects/commands.cfg # 'check_https' command definition define com…

munin のインストール

net-snmp のインストール $ sudo yum install -y net-snmp net-snmp-devel munin のインストール $ sudo yum install -y munin munin-node あとは /etc/munin/munin.conf と /etc/munin/munin.conf で指定したディレクトリ群の owner を munin ユーザにして…

RRDTool のインストール

いやぁ〜、便利な世の中になりました。 $ sudo yum info rrdtool Name : rrdtool Arch : x86_64 Version : 1.4.4 Release : 1.el5.rf Size : 2.1 M Repo : installed Summary : Round Robin Database Tool to store and display time-series data URL : http…

43104

Tomcat が 43104 でなんかサービス立ち上げてる。これなんだ?

iPad のフォントサイズ

ios

フォントサイズが奇数だとどうも表示ずれが起こるので、可能な範囲で偶数で。

セッションキーの初期化?

A key is required to write a cookie containing the session data. Use config.action_controller.session = { :key => "_myapp_session", :secret => "some secret phrase" } in config/environment.rb Rails の起動でこんなの出たら、以下のコマンドで r…