冲破层层
kinganeng
全部博文(166)
Erlang(1)
SNMP(2)
oracle(2)
linux(24)
AJAX(5)
MYSQL(10)
C/C++(16)
apache(2)
其它(18)
Python(20)
PHP(33)
网管(28)
编程(4)
饮食(0)
感情(0)
2010年(12)
2009年(126)
2008年(28)
大鬼不动
scyxingf
netloafe
浪花小雨
lyinchin
shaobinf
zgd04
cyncyncy
Netsbobo
koreyosh
xxx00001
xiaochua
分类: LINUX
2008-11-22 11:07:55
nmblookup -A IP地址 | awk '{if(NR=="2" && $2!="reply") print $1}'
echo "消息" | smbclient -I IP地址 -M $(nmblookup -A IP地址 | awk '{if(NR=="2" && $2!="reply") print $1}')
date +'%s'date +'%F %R' -d "1970-01-01 UTC $(date +%s) seconds"
编码echo "$text" | perl -e 'use MIME::Base64; $_=encode_base64(<>);print;'解码echo "$base64_text" | perl -e 'use MIME::Base64; $_=decode_base64(<>);print;'
rpm -e mysql-server --noscripts
setterm -blength 0 ;
setterm -bfreq 10 ;
xset b off
set bell-style none
set matchbeep = never;
set nobeep = 1 ;
上一篇:没有了
下一篇:图解aclocal、autoconf、automake、autoheader、configure
登录 注册