いっぱいある。
apt-get install ntpdate
apt-get install lighttpd
apt-get install php5-cgi
apt-get php5-mysql
apt-get install smartmontools
apt-get install logwatch
apt-get install motion
apt-get libwww-perl
apt-get nkf
apt-get install postfix
Postfix Configurationは
Internet Site
System Mail Name :camera.%メールドメイン名%
apt-get mysql-server
Configuring mysql-server
password :
apt-get install hddtemp
daemon設定はNoで。
debianの設定
# dpkg-reconfigure locales
ja_JP.UTF-8 を追加、defaultはNone。
# update-alternatives –config editor
editorをvim.tinyに変更
sshdの設定
ポートをnnnnnへ変更、ルートのログインを禁止。
vi /etc/ssh/sshd_config
Port 22
–>Port nnnnn
PermitRootLogin yes
–>PermitRootLogin no
ntpdateの設定
vi /etc/cron.daily/ntpdate
—
#!/bin/sh
/usr/sbin/ntpdate ntp.nict.jp >> /dev/null
—
#chmod 755 ntpdate
追記
#apt-get install php5-cli
#apt-get install php5-gmp