摘要: 情况描述:情况一:后来发现,开机需要很长一段时间之后才能正常的访问那台机器原因:系统启动时加载的程序多,所以开机需要很长的时间,关掉不用的就可以了情况二:服务器位于局域网内,有的时候可以访问到,但是有的时候就访问不到,这种情况很频繁原因:服务器ip被其他人占用,需要修改ip才可以正常访问 阅读全文
posted @ 2015-07-22 17:46 NewLife365 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: http://blog.163.com/malloc_wet/blog/static/1104560862012113111723534/http://zhidao.baidu.com/question/1831473640808273620.html 阅读全文
posted @ 2015-07-22 17:45 NewLife365 阅读(184) 评论(0) 推荐(0) 编辑
摘要: service iptables status可以查看到iptables服务的当前状态。但是即使服务运行了,防火墙也不一定起作用,你还得看防火墙规则的设置 iptables -L在此说一下关于启动和关闭防火墙的命令:1) 重启后生效开启: chkconfig iptables on关闭: chkco 阅读全文
posted @ 2015-07-22 17:44 NewLife365 阅读(3749) 评论(0) 推荐(0) 编辑
摘要: 1。首先通过物理终端进入到linux上,手工检查ssh发现没运行/etc/init.d/sshd statussshd is stopped 手工启动服务,发现报告权限错误。/etc/init.d/sshd start Starting sshd:/var/empty/sshd must be ow 阅读全文
posted @ 2015-07-22 17:43 NewLife365 阅读(11166) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/8065f87fc3b31123312498e5.html 阅读全文
posted @ 2015-07-22 11:17 NewLife365 阅读(139) 评论(0) 推荐(0) 编辑