
linux
iteye_15157
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu12.10的开机分辨率修改问题
/etc/X11下新建xorg.conf 文件Section "Device" Identifier "Configured Video Device"EndSection Section "Monitor" Identifier "Configured Monitor" Modeline "1440x900_60.00" 106.47...原创 2013-04-08 23:05:49 · 201 阅读 · 0 评论 -
root用户强制踢除其它登录用户
系统root用户可强制踢除其它登录用户,首先可用who命令查看登录用户信息,显示信息如下:[root@localhost ~]# w 10:32:06 up 12:28, 5 users, load average: 0.00, 0.00, 0.00USER TTY FROM LOGIN@ IDLE JCPU PCPU WH...2013-04-09 12:35:52 · 164 阅读 · 0 评论 -
解决redhat linux下IP地址可以ping通,域名无法ping通
在/etc/resolv.conf中添点东西格式如下: nameserver xxx.xxx.xxx.xxx nameserver xxx.xxx.xxx.xxx 后面的ip地址是dns服务器的地址,可以添加多个地址如:nameserver 202.106.46.151然后 service network restart...2013-04-27 14:22:39 · 431 阅读 · 0 评论