码迷,mamicode.com
首页 >  
搜索关键字:nscd hosts    ( 4226个结果
CentOS 5 上安装Oracle10g
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog: 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6...
分类:数据库   时间:2014-10-17 10:22:11    阅读次数:266
CentOS 5 上安装Oracle11g
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog: 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1         localhost.localdomain localhost ::1               localhost6.localdomain6 localhos...
分类:数据库   时间:2014-10-17 10:19:49    阅读次数:329
CentOS 6 上安装Oracle10g
CentOS6.2上Oracle10g安装 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1         localhost.localdomain localhost ::1              localhost6.localdomain6 localhost6 192.168.56.103    hyl # vi /etc/s...
分类:数据库   时间:2014-10-17 10:15:10    阅读次数:241
解决:mysql is blocked because of many connection errors;问题
环境:centos6.5,mysql5.6.19问题:在用telnetl0.0.1.1203306数据库时,报错kHost‘l0.0.1.120‘isblockedbecauseofmanyconnectionerrors;unblockwith‘mysqladminflush-hosts‘Connectionclosedbyforeignhost.原因:是同一IP的connectionerrors超出默认的最大值了。解决方法1:重..
分类:数据库   时间:2014-10-16 05:16:32    阅读次数:358
linux下更改主机名方法hostname
一、永久修改 修改/etc/sysconfig/network,在里面指定主机名称HOSTNAME= 然后执行命令 hostname 主机名 这个时候可以注销一下系统,再重登录之后就行了。 或者修改/etc/hosts文件中添加 192.168.2.13??????...
分类:系统相关   时间:2014-10-15 19:05:01    阅读次数:221
阿帕奇00-default配置文件(备忘)
# The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the Ser...
分类:其他好文   时间:2014-10-15 18:19:41    阅读次数:186
Linux局域网登陆响应时间过长
在局域网中,使用ssh登陆到其他机器上时,有时会出现等待10s以上才能正常登陆的问题。原因:Linux默认使用dns解析登陆IP,但是在局域网,并没有dns服务器,而且机器上也没有添加IP与域名(hostname)的绑定,导致浪费很多时间检查主机名。解决办法:1.在/etc/hosts文件中添加IP...
分类:系统相关   时间:2014-10-15 13:55:20    阅读次数:250
TCollector
TCollectortcollectoris a client-side process that gathers data from local collectors and pushes the data to OpenTSDB. You run it on all your hosts, an...
分类:其他好文   时间:2014-10-15 01:22:09    阅读次数:378
本地虚拟站点创建
放到webroot这个文件夹下面,一个站点创建一个名字然后找到windows/System32/drivers/etc目录下的hosts文件,一行添加一个站点127.0.0.1 www.zhenxi.net还要找到wamp/alias/web.conf 这个文件(更改里面站点的配置和路径)
分类:其他好文   时间:2014-10-13 17:55:51    阅读次数:207
hosts,命令行前面的显示
1,/etc/hosts,主机名ip配置文件。# Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1 localhost.local...
分类:其他好文   时间:2014-10-13 13:08:39    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!