摘要:
nc(NetCat),在网络工具中有”瑞士军刀”的美誉,它短小精悍,功能强大,下面分享一些我平时经常用到的功能,更多的功能请google之。 1.基本参数想要连接到某处: nc [-options] hostname port[s] [ports] …绑定端口等待连接: nc -l -p port 阅读全文
摘要:
输入mii-tool可以查看网线是否连接到网卡#mii-tool eth0: negotiated 100baseTx-FD, link ok 有时驱动可能不支持会出错下列错误#mii-tool SIOCGMIIPHY on 'eth0' failed: Operation not supporte 阅读全文
摘要:
命令描述: ethtool 是用于查询及设置网卡参数的命令。 使用概要:ethtool ethx //查询ethx网口基本设置,其中 x 是对应网卡的编号,如eth0、eth1等等 转自:http://blog.csdn.net/zhangxinrun/article/details/7207205 阅读全文
摘要:
1,打开虚拟控制台 2,“虚拟介质”-》“连接虚拟介质”-》“映射虚拟介质到CD”-》(选择要安装的镜像文件)-》“Map device” 3, “next boot”-》“life cycle controller”, 然后重启。 4,进入life cycle controller之后,选择“OS 阅读全文
摘要:
转自: http://bbs.feng.com/read-htm-tid-8214017.html 阅读全文
摘要:
反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给internet上请求连接的客户端,此时代理服务器对外就表现为一个反向代理服务器。 转自:http://baike.baidu.com/vi 阅读全文
摘要:
origin_from: http://blog.csdn.net/libing_thinking/article/details/48327189 AutoScaling 是 AWS 比较核心的一个服务,用到这个服务以后才真正有点云的感觉,它比较巧妙的实现了云的弹性。在应用忙时扩展计算能力,在应用 阅读全文
摘要:
python -m json.tool my_json.json转自: http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json 阅读全文
摘要:
Is there a way to find out with what parameters did the kernel boot? For example if I specify noexec=off at the grub command line? Can I see this sort 阅读全文
摘要:
转自: http://bbs.csdn.net/topics/360146372 阅读全文