(几乎)完美的安装 - Debian Sarge(3.1)在Strato专用服务器(与ISPConfig)
基于和相关于如何 - 完美的安装Debian Sarge(3.1) - Falko Timme我写了这个HowTo为STRATO-Server ,因为Strato有一些细节在它的Debian Sarge(3.1) - 图像。
让我先说一下:这是许多可能的一种方法,但是我尝试了一次以上的工作 。
无论如何,我也必须对你说,=> 如果你使用这个HowTo你自己承担风险! 您将丢失Strato-Server上的所有文件,因为我们从Debian-Image的全新安装开始! 如果你有问问邮件我或给我一个PM。
如果你想要德语,请邮寄给我。
Wer diese Anleitung auf deutsch habenmöchte,muss mir nur eine eMail oder PN schreiben。
你会需要:我们使用(基于Falko Timme的HowTo)作为服务器:
第1步 - 使用Strato-Konfigurationsmenü安装一个新的Debian-Image 3.1
Serverkonfiguration
Neuinstallation
Debian GNU / Linux 3.1fürProfis
weiter
不要忘记:
您将丢失Strato服务器上的所有文件,
'因为我们从一个全新的Debian-Image安装开始!
weiter
第2步 - 更新Debian Sarge Image
apt-get update如果你现在想要停止,那么将会安装一个新的内核。
但不要忘记在升级后重新启动服务器。
apt-get dist-upgrade
apt-get upgrade(如果有人说,这是很多更新和升级,让我先回答一下:
我尝试了很多次,它每次都有一些其他功能 - 而且一次通常比一次太少。)
第3步 - 添加一些更多的域名服务器
/etc/resolv.conf
nameserver 81.169.163.104 nameserver 81.169.163.106 search serverkompetenz.net nameserver ip.number.from.another
第4步 - 设置主机名
而不是server1.example.com
放在你真正的服务器域(h12345.serverkompetenz.net)
echo server1.example.com
> /etc/hostname
/bin/hostname -F /etc/hostname
第5步 - 安装所需和缺少的软件,并删除不需要的软件
apt-get install make gcc g++ cpp wget flex bzip2 rdate fetchmail libdb3++-dev unzip zip ncftp xlispstat libarchive-zip-perl zlib1g-dev libpopt-dev nmap openssl lynx fileutils (all in one line!)用默认答案回答问题。
update-rc.d -f exim remove
update-inetd --remove daytime
update-inetd --remove telnet
update-inetd --remove time
update-inetd --remove finger
update-inetd --remove talk
update-inetd --remove ntalk
update-inetd --remove ftp
update-inetd --remove discard
/etc/init.d/inetd reload
第6步 - 安装和配置配额
apt-get install quota quotatool用 不回答这个问题。
/ etc / fstab
# /etc/fstab: static file system information. # # file system mount point type options dump pass /dev/sda1 /boot ext2 nosuid,nodev 0 2 /dev/sda2 none swap sw 0 0 /dev/sda3 / ext3 defaults,errors=remount-ro,usrquota,grpquota 0 1 proc /proc proc defaults 0 0
touch /quota.user /quota.group
chmod 600 /quota.*
mount -o remount /
quotacheck -avugm
quotaon -avug