none
发布时间:2018-07-26 17:35:08
######################### perpare 2 Copy all libs to other machine oper #####################cd /usrfind . -type f -mmin -30 -cmin -30 > listfind . -type l -mmin -30 -cmin -30 >> list[root@localhost usr]# cat cp.sh ####################################################################.........【阅读全文】
发布时间:2018-04-04 16:48:41
http://www.johnath.com/beep/beep.chttps://wiki.archlinux.org/index.php/PC_speakerbeep -l 200 -r 20echo -e '\a' 实际控制的是声卡beep -l 200 -r 20https://wiki.archlinux.org/index.php/PC_speaker......【阅读全文】
发布时间:2017-03-22 14:36:03
KEWELL 2 systemd cmd:[sync]KEWELL 2 systemd cmd:[mkfs.ext3 -q /dev/sda1]KEWELL 2 systemd cmd:[fsck.ext3 -y /dev/sda1]e2fsck 1.42.9 (28-Dec-2013)/dev/sda1: clean, 11/655360 files, 79696/2621435 blocksKEWELL 2 systemd cmd:[mount /dev/sda1 /dat/sda0]KEWELL 2 systemd cmd:[sync]KEWELL 2 syst.........【阅读全文】
发布时间:2016-10-31 16:51:47
端口扫描:nmap -v -sT localhostSYN扫描:sudo nmap -v -sS localhost[root@localhost ~]# nmap -v -sT -p1-10000 10.4.13.105 ############# OUR 3531+3531 NVRStarting Nmap 5.51 ( http://nmap.org ) at 2016-10-31 16:19 CSTInitiating ARP Ping Scan at 16:19Scanning 10.4.........【阅读全文】