#!/usr/bin/env pythonimport sysimport relog_line_re = re.compile(r'''(?P<remote_host>\S+) #IP ADDRESS\s+ #whitespace\S+ #remote logname\s+ #whitespace\S+ #remote user\s+ #whitespace(?P<time&g
总流量awk -F '"' '{print $3}' /opt/lampp/logs/access_log | awk '{sum+=$2};END {print sum}' 访问次数前十的ipawk '{++S[$1]} END {for(a in S) print a,S[a]}' /opt/lampp/logs/access_log | sort -k2 -n -r | head访
#!/bin/shIPTABLES=/sbin/iptablesMODPROBE=/sbin/modprobeINT_NET=192.168.0.0/24###flush existing rules and set chain policy setting to DROPecho "[+] Flushing existing iptables rules..."$IPTABLES -F$IPTA
#!/usr/bin/env python"""USAGE:log filename"""import sysdef dictify_logline(line): split_line = line.split() return { 'remote_host'
文件b刘昭 语文 72张涛 语文 87李倩 语文 94李星 数学 72李星 语文 73李春 语文 67王春 数学 65王春 语文 66罗媛 语文 78龙波 语文 951.srt="刘昭"awk -v var="$srt" '{if ($1==var
A 文件张涛龙波王春罗媛刘昭B文件张涛 语文 87龙波 语文 95李春 语文 67罗媛 语文 78李倩 语文 94刘昭 语文 72李星 语文 73李星 数学 72王春 数学 65王春&
[root@test test]# cat ajiaminqiangzhaojinbiao1234567890[root@test test]# cat bdsfdsferer234jiaminqiangzhaojinbiao34r[root@test test]# cat cjiaminqiang098uiicomm a b输出结果为三列 第一列为只在a中存在的行 第二列
import hashlib hashlib.md5('123').hexdigest() f=open('d:/python/rr.py') hashlib.md5('f.readlines').hexdigest()
import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(1) try: s.connect(('www.baidu.com',80)) print 'Server port 80 OK!' except
原文地址 http://www.sunnyu.com/?p=84 为了AWSTATS给NGINX添加FASTCGI方式的PERL支持 有个应用(awstats)需要Perl脚本支持,但是用的Nginx服务器,对Perl支持不好,于是通过FastCGI方式来使用Perl。 首先安装Perl的FCGI模块 wget http://www.c
查看bios信息 dmidecode -t bios # dmidecode 2.9 SMBIOS 2.6 present. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Dell Inc. &nb
&nb
#!/bin/bash until [[ $# -eq 0 ]] do echo -e "\033[32;49;1m--------$1--------\033[39;49;0m" awk '{print "'$1'\
http://bbs.chinaunix.net/thread-1809430-1-1.html ls -l --time-style +%Y%m%d | grep -v "总计" | awk '{print $6 ,$7}' | awk '{print "mv",$2,$1"_"$2}' | sh
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号