« [fedora] fedora core 6 から fedora 8 まで再構築。 | ホーム | [phpMyAdmin] blowfish_secret »

2008年3月18日

[Linux] 再構築にあたり注意する点。

自分メモになってしまいますが、お役に立てれば幸いですが・・・。^^;

MySQLなどDB周りでUTF-8対応にしていかなくてはいけないという点があるので
PHPのデフォルト設定をUTF-8にすること。

使用したコマンド一覧。

これを見れば何をどうしたのかがなんとなく解るはず。
#もしわからないのであれば、自分で調べること。

yum -y update
reboot
less /etc/ssh/sshd_config
/etc/init.d/sshd restart
exit
tar xzvf diced01913.tar.gz
./DiCE/diced
yum -y install clamav
yum -y install clamav-update
less /etc/freshclam.conf
freshclam
less /root/clamav.sh
vi /root/clamav.sh
chmod 700 /root/clamav.sh
crontab -e
chkconfig freshclam on
/etc/rc.d/init.d/freshclam start
vi /etc/sysconfig/freshclam
less /etc/cron.d/clamav-update
yum -y install php
less /etc/httpd/conf/httpd.conf
whereis perl
which perl
ln -s /usr/bin/perl /usr/local/bin/perl
yum -y install php php-mbstring
chown *** /var/www/html
chgrp *** /var/www/html
chkconfig httpd on
chkconfig -list httpd
/etc/init.d/httpd start
less /etc/httpd/conf/httpd.conf
/etc/init.d/httpd reload
mkdir /home/***/.ssh
chown -R ***:*** /home/yukihiro/.ssh/*
yum -y install awstats
/usr/share/awstats/tools/awstats_configure.pl
less /etc/awstats/awstats.pure-hearts.mydns.jp.conf
vi awstats.sh
chmod 700 awstats.sh
chmod 700 /usr/share/awstats/wwwroot/cgi-bin/conv_weblog_to_utf8.pl
/usr/share/awstats/wwwroot/cgi-bin/conv_weblog_to_utf8.pl < /etc/httpd/logs/access_log > /etc/httpd/logs/access_log.enc
less /etc/awstats/awstats.pure-hearts.mydns.jp.conf
less awstats.sh
crontab -e
less /usr/share/awstats/lib/search_engines.pm
/etc/init.d/httpd reload
./awstats.sh
less /etc/awstats/awstats.pure-hearts.mydns.jp.conf
yum -y install cpan2rpm
cpan2rpm -no-sign -install Geo::IPfree
less /etc/httpd/conf.d/awstats.conf
/etc/init.d/httpd restart
less /etc/httpd/conf.d/awstats.conf
yum -y install postfix
less /etc/postfix/main.cf
mkdir /etc/skel/Maildir
chmod 700 /etc/skel/Maildir
mkdir /home/***/Maildir
chmod 700 /home/***/Maildir
chown ***:*** /home/***/Maildir
less /usr/lib/sasl2/smtpd.conf
saslpasswd2 -u pure-hearts.mydns.jp -c ***
ll /etc/sasldb2
chkconfig sendmail off
alternatives -config mta
chkconfig postfix on
chkconfig saslauthd on
/etc/rc.d/init.d/postfix start
/etc/rc.d/init.d/saslauthd start
useradd -s /sbin/nologin ***
passwd ***
echo "***" | saslpasswd2 -p -u pure-hearts.mydns.jp -c ***
sasldblistusers2
chgrp postfix /etc/sasldb2
ll /etc/sasldb2
less /etc/aliases
newaliases
/etc/rc.d/init.d/postfix reload
/etc/init.d/sendmail stop
yum -y install dovecot
less /etc/dovecot.conf
/etc/rc.d/init.d/dovecot start
chkconfig dovecot on
yum -y install mysql-server
less /etc/my.cnf
/etc/rc.d/init.d/mysqld start
chkconfig mysqld on
mysql -u root
grep `hostname` /etc/hosts
yum -y install php-mysql
mkpasswd -l 46
yum -y install expect
mkpasswd -l 46
yum -y install php-gd
yum -y install libmcrypt*
/etc/init.d/httpd restart
yum install php-mcrypt
less /etc/php.ini
/etc/init.d/httpd restart
whereis logwatch
less /usr/sbin/logwatch
/etc/cron.daily/0logwatch
yum -y install mod_ssl
less /etc/rc.d/rc.local
reboot

 

なぁ~っとなく、なにがやりたいかが、このコマンドで解るはず。

こんなブログで公開しなくてもいいのだが、自分メモってことで。^^

From xxxYukihiroxxx

トラックバック(1)

リナックス 初心者のlinux 導入奮戦記 リナクスって読んでたよ。 - linux コマンド一覧 (2008年3月28日 05:06)

松下、世界最小サイズのプラグイン型PLCアダプタ(+D PC USER)27日16:22/ 玄人志向、PCI Express x1接続対応のIDE+SAT... 続きを読む

このブログ記事について

このページは、xxxYukihiroxxxが2008年3月18日 16:19に書いたブログ記事です。

ひとつ前のブログ記事は「[fedora] fedora core 6 から fedora 8 まで再構築。」です。

次のブログ記事は「[phpMyAdmin] blowfish_secret」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。