首页 > 其他 > 详细

Debian 基本设置

时间:2014-02-27 19:05:05      阅读:450      评论:0      收藏:0      [点我收藏+]

/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

Debian 基本设置,布布扣,bubuko.com

Debian 基本设置

原文:http://hj192837.blog.51cto.com/655995/1363739

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!