pinewell's farmer blog 農業と電子工作、ソフトウェア、バイク、車

2013年4月3日

squeeze化したLS-GLに必要なソフトウェアのインストール

Filed under: 育苗管理システム — pinewell @ 5:48 PM

いっぱいある。

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

コメントはまだありません »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress