« crontab 中关于日期精确定位的一个注意事项 | Main | nagios 在 Debian 的部署结构 »
November 14, 2005
重新捡起 Debian 从基本配置开始
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2005/11/14/000824.html http://windtear.net/archives/2005/11/14/000824.html 一年多前玩了几天debian 之后虽然包管理用apt-get 不过还是在Redhat的大旗下 这次师弟帮我装了个Debian 就又捡起Debian 1. 修改 debian 软件仓库 sources.list # cat /etc/apt/sources.list #deb file:///cdrom/ sarge main deb ftp://ftp.tsinghua.edu.cn/mirror/debian/debian sarge main non-free contrib # deb http://security.debian.org/ stable/updates main contrib non-free 2. rcconf 关掉无用服务 3. 师弟从默认的2.4.27-2-386 kernel 升到了 2.6 安装了 module-init-tools 不过忘了安装 modules (把网卡驱动整到内核里面了) # dpkg -l mod* 期望状态=未知(u)/安装(i)/删除(r)/清除(p)/保持(h) | 当前状态=未(n)/已安装(i)/仅存配置(c)/仅解压缩(U)/配置失败(F)/不完全安装(H) |/ 错误?=(无)/保持(?)/须重装(R)/两者兼有(#) (状态,错误:大写=故障) ||/ 名称 版本 简介 +++-=========================-=========================-======== ii modconf 0.2.48 Device Driver Configuration ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel modules ii modutils 2.4.26-1.2 Linux module utilities /usr/src/linux# make modules_install 之后就可以设置 iptables 防火墙了 4. 设置IP地址 (eth1还没接网线) dns # cat /etc/network/interfaces iface eth0 inet static iface eth0:0 inet static 配置 dns /etc/resolv.conf nameserver 166.111.8.28 nameserver 166.111.8.29 options attempts:2 timeout:2 rotate /etc/ppp# cat /etc/network/options ip_forward=yes spoofprotect=yes syncookies=yes 5. 设置sysctl.conf (前两个前面已设置) net.ipv4.ip_forward = 1 net.ipv4.tcp_syncookies = 1 kernel.panic = 10 6. 配置 sshd 7. 配置tunnel route 8. 设置 alias /etc/bash.bashrc & /etc/lftp.conf 2004-06-23 23:34 我爱网络 Replace LILO with GRUB uner Debian GNU/Linux 2004-06-21 23:38 我爱网络 Debian GNU/Linux 3.0 r2 Woody 安装手记 |
Posted by windtear at November 14, 2005 10:07 PM