按类别查询搜索结果
关于关键词 的检测结果,共 5906
Goun1314 | 2015-09-15 11:50:25 | 阅读(770) | 评论(0)
<div style="font-family:微软雅黑;font-size:14px;line-height:21px;white-space:normal;widows:auto;background-color:#FFFFFF;"><span style="background-color:#FFE500;">下面的内容都是看书做的笔记</span><br /># -*- coding: utf-8 -*-</div><div style="font-family:微软雅黑;font-size:14px;line-height:21px...【阅读全文】
【系统运维】 常登陆的
hanye韩也 | 2015-09-12 15:29:02 | 阅读(0) | 评论(0)
常登陆的网址【阅读全文】
wq4113 | 2015-09-11 17:16:31 | 阅读(1770) | 评论(0)
#!/bin/bash<br />&nbsp;<br />netid="128.5.0."<br />n=0<br />for i in $(seq 1 254)<br />do<br />&nbsp; &nbsp; ping -c1 -W1 -n $netid$i &amp;&gt; /dev/null<br />&nbsp; &nbsp; if [ $? == 0 ]<br />&nbsp; &nbsp; then<br />&nbsp; &nbsp; &nbsp; &nbsp; echo -e "$netid$i is UP!"<br />&nbsp; &nbsp; ...【阅读全文】
albert_he | 2015-09-07 09:09:33 | 阅读(1900) | 评论(0)
Linux命令行下使用curl命令查看自己机器的外网ip,大家参考使用吧Linux命令行下如何查看自己机器的外网ip?可以在命令行下使用curl命令实现这个功能,试一下下面的命令吧复制代码 代码如下:curl ifconfig.me输入此条命令,就可以获取到本机的外网ip。...【阅读全文】
【系统运维】 RHEL7_ip_卡绑定多IP
0x32e0 | 2015-09-06 20:10:42 | 阅读(310) | 评论(0)
vim /etc/sysconfig/network-scripts/ifcfg-enp0s3<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code654')">此处</span>)折叠或打开</p></div><div id="code654" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" sta...【阅读全文】
【系统运维】 络问题排除思路
expert1 | 2015-09-01 16:56:47 | 阅读(860) | 评论(0)
1. 某个旧的dell power connect 交换机下连的mac book pro 没办法DHCP获取IP地址,手动分配可行,尝试升级firmware解决了,思路比较简单。<br /><br />copy tftp://x.x.x.x/YY.ZZ image 然后根据官方网站下载firmware的release note/procedure来操作。记得事先备份配置,方法相反<br /><br />copy start-config tftp://x...【阅读全文】
阿狼哥 | 2015-08-31 19:38:33 | 阅读(540) | 评论(0)
<p style="margin-top:0px;margin-bottom:16px;font-family:微软雅黑, Tahoma;line-height:25.6000003814697px;white-space:normal;background-color:#FFFFFF;"><span style="font-size:14px;">LINUX上有不少好用的实时查看网络流量的开源工具,像iptraf、iftop、ifstat等,只是这些工具一般都是查看网络的总体概况。如果...【阅读全文】
阿狼哥 | 2015-08-31 17:18:51 | 阅读(280) | 评论(0)
<p style="margin-top:0px;margin-bottom:16px;font-family:微软雅黑, Tahoma;line-height:25.6000003814697px;white-space:normal;background-color:#FFFFFF;">(飞信机器人网站&nbsp;http://www.it-adv.net/)</p><p style="margin-top:0px;margin-bottom:16px;font-family:微软雅黑, Tahoma;line-height:25.60000038...【阅读全文】
【系统运维】 大型站架构演变
linux一叶 | 2015-08-28 22:28:14 | 阅读(980) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】
【系统运维】 大型站架构演变
huyangg | 2015-08-28 17:31:54 | 阅读(940) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】
Shell_HAT | 2015-08-28 11:50:22 | 阅读(4730) | 评论(0)
WebLogic BEA-000450【阅读全文】
lylspecter | 2015-08-26 11:48:20 | 阅读(280) | 评论(0)
3.5 Network bottlenecksA performance problem in the network subsystem can be the cause of many problems, suchas a kernel panic. To analyze these anomalies to detect network bottlenecks, each Linuxdistribution includes traffic analyzers.网络子系统的性能问题可能的原因有很多,如内核的小问题;linux...【阅读全文】
lylspecter | 2015-08-26 11:46:38 | 阅读(150) | 评论(0)
翻译:飞哥 (http://hi.baidu.com/imlidapeng)版权所有,尊重他人劳动成果,转载时请注明作者和原始出处及本声明。原文名称:《Linux Performance and Tuning Guidelines》原文地址:http://www.redbooks.ibm.com/abstracts/redp4285.html----------------------------------------------------------------...【阅读全文】
【系统运维】 awk分析
TT小饭 | 2015-08-25 23:19:19 | 阅读(470) | 评论(0)
1.获得访问前10位的ip地址<br /><br />cat access.log|awk ‘{print $1}’|sort|uniq -c|sort -nr|head -10<br />cat access.log|awk ‘{counts[$(11)]+=1}; END {for(url in counts) print counts[url], url}’<br /><br /><br />2.访问次数最多的文件或页面,取前20<br /><br /><br />cat access.log|awk ‘{prin...【阅读全文】
niao5929 | 2015-08-20 20:59:06 | 阅读(1000) | 评论(0)
Ubuntu 14.10 中使用 ifconfig 命令来管理你的网络配置【阅读全文】
【系统运维】 docker 相关
steve78926 | 2015-08-20 15:42:03 | 阅读(840) | 评论(0)
docker 网站【阅读全文】
【系统运维】 大型站架构演变
Larpenteur | 2015-08-20 01:17:43 | 阅读(1120) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】
【系统运维】 大型站架构演变
simiaoxiaoseng | 2015-08-17 09:40:10 | 阅读(1440) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】
【系统运维】 大型站架构演变
wspcastman | 2015-08-15 10:23:24 | 阅读(1120) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】
【系统运维】 大型站架构演变
圣剑蓝骑士 | 2015-08-14 15:15:00 | 阅读(660) | 评论(0)
<h2><a id="viewpost1_TitleUrl" href="http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html">大型网站架构演变和知识体系</a> </h2><p class="MsoNormal"><span style="font-family:宋体;">之前也有一些介绍大型网站架构演变的文章,例如</span><span lang="EN-US">LiveJournal</span><span style="fo...【阅读全文】