#windows常用网络命令 #查看本地网卡接口信息 ipconfig /all #ping(常用于测试网络连通性) ping www.baidu.com #路由相关 #1.查看路…
#! /bin/bash #curl etoc.sinaapp.com/英文 url="ctoe.sinaapp.com/" var=""$1 echo $var|grep ^[0…
#!/bin/bash - #===========================================================================…
# !/usr/bin/bash log_dir="/usr/local/nginx/logs" back_log_dir="/disk110/nginx_log" time=`d…
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head 2141 git 967…
ps -aux | sort -k4nr | head -n 10
#! /bin/sh # chkconfig: 35 96 04 # description: Apache-Tomcat service script. # Version: #…
#!/bin/bash # yum install ImageMagick # cd /img/dir for file in */*.jpg; do to_middle_file…
#!/bin/bash cd /home/luo/pythonevn1/bin source activate
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export…
#!/bin/bash #ShellName:LazyManage.sh #Conf:serverlist.conf #By:peter.li six #2014-04-14 #L…
#!/bin/bash FACE_GIRL="?^_^?" FACE_BOY="?^O^?" N_COLS=`tput cols` N_LINES=`tput lines` BLA…