2013/05/31

不要サービスの削除など

無駄なメモリ消費を抑えるため、不要サービスを削除する。

tty2〜6を起動させないように
$ sudo vi /etc/inittab
#
1:2345:respawn:/sbin/getty --noclear 38400 tty1
# 2:23:respawn:/sbin/getty 38400 tty2
# 3:23:respawn:/sbin/getty 38400 tty3
# 4:23:respawn:/sbin/getty 38400 tty4
# 5:23:respawn:/sbin/getty 38400 tty5
# 6:23:respawn:/sbin/getty 38400 tty6


不要パッケージ削除
$ sudo apt-get remove dbus triggerhappy 2013/06/03 修正
削除しなくていいかも。。。


ntp関連
sudo apt-get remove ntp
$ sudo apt-get install ntpdate

$ sudo crontab -e
# 1時間ごと(毎時0分)に、時刻合わせを行う
0 * * * * /etc/network/if-up.d/ntpdate > /dev/null 2>&1

$ sudo vi /etc/default/ntpdate
# NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
NTPSERVERS="0.ntp.nict.jp 1.ntp.jst.mfeed.ad.jp 2.ntp.ring.gr.jp"


$ sudo apt-get autoremove

0 件のコメント:

コメントを投稿

フォロワー