码迷,mamicode.com
首页 >  
搜索关键字:nscd hosts    ( 4226个结果
hadoop2.0单机模式部署
ssh免密码登陆配置ssh localhostssh-keygen -t dsa -P '' -f ~/.ssh/id_dsacat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys修改/etc/hosts文件(vi或gedit都可以,需要sudo)添加YARN...
分类:其他好文   时间:2015-02-11 21:48:17    阅读次数:179
Linux修改/etc/hosts
目录结构目录结构 hosts文件 hosts格式配置 hosts文件格式 hosts文件作用hosts文件hosts —— the static table lookup for host name(主机名查询静态表)。 hosts文件是Linux系统上一个负责ip地址与域名快速解析的文件,以ascii格式保存在/etc/目录下。hosts文件包含了ip地址与主机名之间的映射,还包括主机的别名。在...
分类:系统相关   时间:2015-02-11 01:55:21    阅读次数:179
WCF : 修复 Security settings for this service require Windows Authentication but it is not enabled for the IIS application that hosts this service 问题
摘要 : 最近遇到了一个奇怪的 WCF 安全配置问题, WCF Service 上面配置了Windows Authentication. IIS上也启用了 Windows Authentication, 但是仍然出现IIS没有启用Windows Authentication的问题. 在网络上能查到的...
分类:移动开发   时间:2015-02-10 23:00:08    阅读次数:968
Mysql 连接出错" unblock with ‘mysqladmin flush-hosts'"
Mysql 连接出错" unblock with ‘mysqladmin flush-hosts’”在mysql cluster 连接的出错: java.sql.SQLException MESSAGE: null, message from server: “Host ‘192.168.39.147’ is blocked because of many connection errors;...
分类:数据库   时间:2015-02-10 18:49:53    阅读次数:265
如何下载 Chrome 应用商店的 .crx 文件
//一直用chrome,最近插件(web developer)莫名丢失,修改hosts文件不得。第一种方法简单,第二种方法对个别chrome 插件有用,对另一些无效(可能id对不上)。推荐第一种方法。Chrome Extension Downloader是一个可以下载到 Chrome 应用商店扩展....
分类:其他好文   时间:2015-02-10 18:27:42    阅读次数:117
【备忘】https://smarthosts.googlecode.com/svn/trunk/hosts
#UPDATE:2014-09-06 05:19#!!!!!!!TEST VERSION, DO NOT UPDATE PLEASE!!!!!!!!#127.0.0.1 localhost#SmartHosts START##ClientData BEGIN####CatA=[203.208.46....
分类:Web程序   时间:2015-02-07 22:49:52    阅读次数:513
mac如何更改android sdk 亲测
一,修改hosts 在OSX下跟linux一样,进到/private/etc目录下,然后sudo vim hosts,在里面新增一句话: #google_android更新 74.125.237.1 dl-ssl.google.com 二,设置SDK Manager的HTTP Proxy Server 和 Port HTTP Proxy Server里...
分类:移动开发   时间:2015-02-07 18:56:00    阅读次数:162
MacOS使用AMPPS环境
下载(http://www.ampps.com/download)并安装AMPPS基本配置:2.1选中所有扩展2.2 变更PHP版本为5.3配置虚拟主机(Virtual Hosts)AMPPS配置虚拟主机超级简单,点击AMPPS HOME 的 Add New Domain,就会自动配置Apache和...
分类:系统相关   时间:2015-02-07 11:27:48    阅读次数:312
DRBD的使用配置
DRBD安装配置环境:两台运行着Centos6.5.X86_64的机器安装前的准备:主机名IP磁盘名容量master(主)192.168.174.128/dev/sdb120Gbackup(备)192.168.174.130/dev/sdb120G分别在两台机器上修改相应主机名并在/etc/hosts的文件中加入master192.168.174.128backup192.168.174.130..
分类:其他好文   时间:2015-02-07 07:00:50    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!