功能說明:功能強大的網路工具
nc [-hln
詳解cp) failed: connection refused
connection to 192.168.2.34 22 port [tcp/ssh] su
cceeded!
nc: connect to 192.168.2.34 port 23 (tcp) failed: connection refused
nc: connect to 192.168.2.34 port 24 (tcp) failed: connection refused
netstat
如下[root@localhost jiangbao]# netstat -tpln
tcp 0 0 0.0.0.0:4444 0.0.0.0:* listen 18166/nc
trl+c(或d)退出。
mcached
1)儲存資料:printf 「set
key 0 10 6rnresultrn」 |nc 192.168.2.34 11211
2)獲取資料:printf 「get keyrn」 |nc 192.168.2.34 11211
3)刪除資料:printf 「delete keyrn」 |nc 192.168.2.34 11211
4)檢視狀態:printf 「stat
srn」 |nc 192.168.2.34 11211
5)模擬top命令檢視狀態:watch 「echo stats」 |nc 192.168.2.34 11211
6)清空快取:printf 「flush_allrn」 |nc 192.168.2.34 11211 (小心操作,清空了快取就沒了)
host.example.com 70-80
掃瞄埠(70到80),可指定範圍。-v輸出詳細資訊。
功能強大的KSnapshot
ksnapshot是kde整合桌面環境自帶的截圖工具,不過在gnome整合桌面環境下也可以安裝和使用它。我們可以通過新立得軟體包管理器或使用apt get命令來安裝它。假設使用命令列方式來安裝,開啟乙個gnome終端視窗,在終端視窗中輸入如下命令 sudo apt get install ksnap...
功能強大的SQL語句
1.複製表結構 sql 1.select into b from a where 1 0 select into b from a where 1 0 2.複製表記錄 複製某些字段 sql 1.insert into b a,b,c select d,e,f from a insert into b...
功能強大的sscanf 函式
int sscanf const char src,const char format,int scanf const char format,這兩個函式很相似,只是第乙個函式以src作為輸入,而第二個函式以標準輸入stdin讀取輸入 format 是格式控制字串,它包含控制字元 如 d,i,s等 ...