ip命令用法归纳
ip是iproute2工具包里面的一个命令行工具,用于配置网络接口以及路由表。iproute2正在逐步取代旧的net-tools (ifconfig),所以是时候学习下iproute2的使用方法啦~
使用方法
[root@gdocker ~]# man ip
IP(8) &nb...
ip是iproute2工具包里面的一个命令行工具,用于配置网络接口以及路由表。iproute2正在逐步取代旧的net-tools (ifconfig),所以是时候学习下iproute2的使用方法啦~
[root@gdocker ~]# man ip
IP(8) &nb...
Continue reading >>Wireshark是一个网络协议检测工具,支持Windows平台、Unix平台、Mac平台,一般只在图形界面平台下使用Wireshark,如果是Linux的话,直接使用tcpdump(tcpdump使用技巧)了,因为一般而言Linux都自带的tcpdump,或者用tcpdump抓包以后用Wireshark打开分析。但是线上问题排查,有时候时间争分夺秒,或者一些私有云环境完...
文档整理自网络
curl 查看出口IP
curl ip.cn/cip.cc # 查询ip地址所在地 curl -s cip.cc/8.8.8.8 |grep 地址 地址 : 美国 XX
curl 指定DNS解析
# 将cdn.chegva.com解析到1.180.235.215访问Continue reading >>
curl -Lvo /dev...
Vimium is a Chrome extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor.
Installation instructions:
You can install t...
Continue reading >>最近github升级了,git clone https项目报错,镜像用的centos7.3,看样子原装的git1.8的版本低了。
报错信息:fatal: unable to access 'https://github.com/xxx':SSL connect error
GCC 用于编译安装包
yum install gcc perl-Ext...Continue reading >>