码迷,mamicode.com
首页 >  
搜索关键字:hosts    ( 4201个结果
解决Android SDK下载和更新失败问题
解决AndroidSDK下载和更新失败问题今天更新sdk报错如下:FailedtofetchURLhttp://dl-ssl.google.com/android/repository/addons_list-1.xml.说dl-ssl.google.com在大陆被强了,解决方法就是修改C:\Windows\System32\drivers\etc\hosts文件。添加一行:74.125.237.
分类:移动开发   时间:2020-12-05 10:34:40    阅读次数:16
# ad-hoc篇
##1、--list-hosts # 查看所有配置主机 ansible all --list-hosts #查看tt主机组主机 ansible tt --list-hosts ##2、shell模块 语法: ansible [主机组] -m shell -a '[参数]' 注:复杂命令会有出错得可能 ...
分类:其他好文   时间:2020-12-04 11:29:42    阅读次数:5
批量抓包
-hosts:allvars:cap_file:packet_capture_{{ansible_hostname}}.pcaptasks:-name:starttcpdump#command:/usr/sbin/tcpdump-nnviany‘port80‘-s0-B65535-C50M-W100-w/data/tmp/{{cap_file}}command:/usr/sbin/tcpdump-
分类:其他好文   时间:2020-12-02 12:46:20    阅读次数:26
ELK集群搭建(2)
ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:其他好文   时间:2020-12-01 11:46:16    阅读次数:2
Hadoop全分布模式启动集群
一、 初始化工作: 1. 准备三台机器 hostanme IP 用途 master 192.168.0.10 namenode node1 192.168.0.11 datenode node2 192.168.0.12 datenode 在三台机器上做下面的动作 2. 编辑/etc/hosts 1 ...
分类:其他好文   时间:2020-11-23 12:38:36    阅读次数:12
解决GitHub的raw.githubusercontent.com无法连接问题
sudo vi /etc/hosts # GitHub Start52.74.223.119 github.com192.30.253.119 gist.github.com54.169.195.247 api.github.com185.199.111.153 assets-cdn.github. ...
分类:其他好文   时间:2020-11-21 11:55:54    阅读次数:4
blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Last_IO_Errno: 1129 Last_IO_Error: error connecting to master 'slavetest@xxx.xxx.xxx.xx:6612' - retry-time: 60 retries: 1 message: Host 'xxx.xxx.xxx.x ...
分类:数据库   时间:2020-11-10 11:23:28    阅读次数:13
linux系统中服务的访问控制列表TCP Wrapper
linux系统中有两个层面的防火墙,第一种是基于TCP/IP协议的流量过滤工具,第二种TCP Wrappers服务则是能允许或禁止linux系统提供服务的防火墙,从而在更高层面保护linux系统的安全性。 TCP Wrapper服务的防火墙策略由两个控制列表文件所控制,用户可以编辑允许控制列表文件来 ...
分类:移动开发   时间:2020-11-08 17:16:51    阅读次数:29
Linux文件详细属性
#文件属性 ##每列的含义 [root@oldboyedu ~]# ll -i 33575029 -rw-r--r--. 1 root root 337 Nov 2 10:26 hosts 第一列: inode号 index node 文件索引 存放着 指向blok的指针 每个文件都占用一个inod ...
分类:系统相关   时间:2020-11-06 02:34:03    阅读次数:17
EMC VNX5200/5400存储 新增LUN与Hosts映射操作
本博文来源于https://www.cnblogs.com/00huajiang/p/11015006.html EMC VNX5200/5400 1、创建RAID Groups 1.1 进入EMC VNX5200/5400主界面,依次选择Storage——Storage Pools——RAID G ...
分类:其他好文   时间:2020-10-29 10:41:12    阅读次数:32
4201条   上一页 1 ... 5 6 7 8 9 ... 421 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!