Posted by admin on 4 月 7, 2010 in
Software
基本ソフトのダウンロードURL
運用
- Google Chrome, Firefox は、社外に持ち出す場合には、Portbale版を使い、TrueCryptとペアで利用している。
- 他のインストール型のソフトウェアは、ninite.com経由でインストールすると容易にインストールできる。
Posted by admin on 3 月 21, 2010 in
Software
ファイル名称変更
Posted by admin on 3 月 15, 2010 in
Server設定
現象
ログに、以下のメッセージが発生する。chkconfigと、inittabが競合しているのかもしれない。
www init: Id "mo" respawning too fast: disabled for 5 minutes
/etc/inittab内の記載
mo:2345:respawn:/usr/bin/monit -Ic /etc/monit.conf
対策
chkconfig monit off
/etc/rc.d/init.d/monit stop
telinit q
Posted by admin on 3 月 15, 2010 in
Server設定
Apache未使用の場合
/bin/rm -f /etc/munin/plugins/http_loadtime
Sendmail未使用の場合
/bin/rm -f /etc/munin/plugins/sendmail_mailqueue
/bin/rm -f /etc/munin/plugins/sendmail_mailstats
/bin/rm -f /etc/munin/plugins/sendmail_mailtraffic
MySql利用の場合
/bin/ln -s /usr/share/munin/plugins/mysql_bytes /etc/munin/plugins/mysql_bytes
/bin/ln -s /usr/share/munin/plugins/mysql_isam_space_ /etc/munin/plugins/mysql_isam_space_
/bin/ln -s /usr/share/munin/plugins/mysql_queries /etc/munin/plugins/mysql_queries
/bin/ln -s /usr/share/munin/plugins/mysql_slowqueries /etc/munin/plugins/mysql_slowqueries
/bin/ln -s /usr/share/munin/plugins/mysql_threads /etc/munin/plugins/mysql_threads
Apache利用の場合
/bin/ln -s /usr/share/munin/plugins/apache_accesses /etc/munin/plugins/apache_accesses
/bin/ln -s /usr/share/munin/plugins/apache_processes /etc/munin/plugins/apache_processes
/bin/ln -s /usr/share/munin/plugins/apache_volume /etc/munin/plugins/apache_volume
Posted by admin on 3 月 11, 2010 in
Server設定
インストールログ
#yum install -y monit
#grep -v "^#" /etc/monit.conf | grep -v "^$"
include /etc/monit.d/*
set daemon 60
set logfile syslog facility log_local1
set mailserver 192.168.0.1
set mail-format { from: monit@012.bz }
set alert admin@012.bz
check device rootfs with path /
if space usage > 80% 5 times within 15 cycles
then alert
check system localhost
if loadavg (1min) > 5 then alert
if loadavg (5min) > 2 then alert
if memory usage > 80% then alert
#more /etc/monit.d/*.conf
::::::::::::::
/etc/monit.d/apache.conf
::::::::::::::
check process apache with pidfile /var/run/httpd.pid
group www
start program = "/etc/init.d/httpd start"
stop program = "/etc/init.d/httpd stop"
if failed host 10.0.0.10 port 443 then restart
if 5 restarts within 5 cycles then timeout
::::::::::::::
/etc/monit.d/crond.conf
::::::::::::::
check process cron with pidfile /var/run/crond.pid
group crond
start program = "/etc/init.d/crond start"
stop program = "/etc/init.d/crond stop"
if 5 restarts within 5 cycles then timeout
::::::::::::::
/etc/monit.d/mysql.conf
::::::::::::::
check process mysql with pidfile /var/run/mysqld/mysqld.pid
group mysql
start program = "/etc/init.d/mysqld start"
stop program = "/etc/init.d/mysqld stop"
if failed host 127.0.0.1 port 3306 protocol mysql then restart
if 5 restarts within 5 cycles then timeout
::::::::::::::
/etc/monit.d/sshd.conf
::::::::::::::
start program = "/etc/init.d/sshd start"
stop program = "/etc/init.d/sshd stop"
if failed port 22 protocol ssh then restart
if 5 restarts within 5 cycles then timeout
::::::::::::::
/etc/monit.d/syslogd.conf
::::::::::::::
check process syslogd with pidfile /var/run/syslogd.pid
group syslogd
start program = "/etc/init.d/syslog start"
stop program = "/etc/init.d/syslog stop"
if 5 restarts within 5 cycles then timeout
#grep monit /etc/inittab
mo:2345:respawn:/usr/bin/monit -Ic /etc/monit.conf
telinit q
Posted by admin on 3 月 11, 2010 in
Software
「ファイル」メニュー
- Javascript → Acrobat JavaScriptのチェックを外す(重要)
Posted by admin on 3 月 11, 2010 in
Software
インストール
- 「Custom」インストールを選択
- 「Add an icon to the Start Menu」「Add an icon to WIndows Quick Launch Toolbar」を外す。
- 「I accept the License Terms adn want to install Foxit Toolbar」「Mak Ask.com my defalut search」を外す。
- デスクトップにeBayのショートカットアイコンが作成されるので、削除する。
Posted by admin on 3 月 11, 2010 in
Software
インストール
- カスタムインストール」を選択
- コンポーネントの選択 → 「AVG for Windows」以外をすべて外す。
- リンクスキャナ、メールスキャナ(Gmailを使うため)などを外す。
バージョン
- 2010-03-11 AVG Free 9.0.716
Posted by admin on 3 月 11, 2010 in
Software
標準設定
その他/ファイルタイプ別の設定
- 体裁/折り返し → ウィンドウ幅に合わせる
- 体裁/タブの文字数 → 4
- 体裁/行番号の計算方法 → ワープロ的
- デザイン/ON
- デザイン/OFF