作者:reistlin
发布时间:June 1, 2010
分类:原创文章
作者: reistlin
来源: http://www.reistlin.com/blog/6
更新时间: 2010.03
版权声明: 原创文章.转载请保留作者信息和原文完整.谢绝任何方式的摘要


适用于 RHEL 4.x / 5.x (Redhat Enterprise Linux AS) 以及 CentOS 4.x / 5.x. 无缝平滑升级 openssh. 可远程操作(不会断开 ssh 连接). 不用修改其他系统配置. 感谢 [BigYong] 指导
wget http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.4p1.tar.gz
阅读剩余部分...
作者:reistlin
发布时间:June 1, 2010
分类:原创文章
作者: reistlin
来源: http://www.reistlin.com/blog/5
更新时间: 2010.12
版权声明: 原创文章.转载请保留作者信息和原文完整.谢绝任何方式的摘要

Debian 5.04 安装常用软件包:
# 编译工具
apt-get install gcc make
# 系统工具
apt-get install vim aptitude locales lrzsz sudo rcconf modconf psmisc sysstat locate tofrodos patch convmv tree mutt
# 远程管理
apt-get install openssh-server openssh-client openssl
# 压缩/解压缩工具
apt-get install bzip2 rar unrar zip unzip
# 网络工具
apt-get install curl dnsutils tcpdump vnstat iperf iftop dnstop snmp ntpdate strace mtr-tiny ethtool whois iptraf
附注: 持续更新中...
阅读剩余部分...
作者:reistlin
发布时间:June 1, 2010
分类:原创文章
作者: reistlin
来源: http://www.reistlin.com/blog/4
更新时间: 2010.04
版权声明: 原创文章.转载请保留作者信息和原文完整.谢绝任何方式的摘要

Debian 5.04 台湾官方下载 (ISO):
[ftp://ftp.tw.debian.org/debian-cd/5.0.4/i386/iso-cd/debian-504-i386-CD-1.iso]
Debian 5.04 配置基本系统:
IP地址设置: /etc/network/interface
# 动态DHCP获得IP地址
# 启动系统激活设备
# Loop回环地址
auto lo
iface lo inet loopback
# 启动系统激活设备
# 网卡eth0设置为DHCP类型
auto eth0
iface eth0 inet dhcp
阅读剩余部分...
- «
- 1
- 2
- 3
- 4
- 5