cat urlfile|while read i;do #循环一个文件中下载链接 while [ `jobs |wc -l` -eq 20 ] ;do #判断后台下载任务数量是否在…
分析java进程cpu使用率过高的shell脚本 #!/bin/bash # @Function # Find out the highest cpu consumed threa…
简单demo local redis = require "resty.redis" local rcache = redis:new() --redis连接 local ok,e…
包含有:– 正常访问google搜索开发资料– github请求代理,实现快速得push / fetch等操作…
#!/bin/bash #如果某些命令找不到,可以在此定义$PATH。 ######################################################…
#!/bin/bash sum=0; for ((i=1; i<=10; i++)); do let "sum=$sum+$i"; done echo $sum; for j…
#!/bin/bash while [ true ] do url="http://www.oschina.net/"; httpOK=`curl --connect-timeou…
[typhoon@TFW-CENT6-LT jweb.tfw.tfw_web_lpm]$ ll export.v0.2.5_2013-03-10_20-40.jre150 总用量 …
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@echo off ::Usage: hextool InputFile.bin Address Length HexNumber ::用UltraEdit之类16进制编辑打开,在…
wget http://www.php.net/get/php-5.3.23.tar.bz2/from/cn2.php.net/mirror mv mirror php-5.3.2…
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import subprocess import shutil de…