Debian 基本设置
时间:2014-02-27 19:05:05
收藏:0
阅读:454
/etc/hosts
/etc/hostname
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.44.13
netmask 255.255.255.0
gateway 192.168.44.200
/etc/resolv.conf
service networking restart
使用chkconfig配置服务
1. apt-get install chkconfig
2. chkconfig -s ssh on
本文出自 “Ilovecat(个人笔记)” 博客,请务必保留此出处http://hj192837.blog.51cto.com/655995/1363739
原文:http://hj192837.blog.51cto.com/655995/1363739
评论(0)