自己也是剛?cè)腴T(mén)菜鳥(niǎo)linux常用命令,整理網(wǎng)上的東西,根據(jù)自己的使用習(xí)慣記錄下來(lái)。
1 =====================
使用Linux命令行測(cè)試網(wǎng)速
安裝speedtest
speedtest是一個(gè)用Python編寫(xiě)的輕量級(jí)Linux命令行工具,在Python2.4至3.4版本下均可運(yùn)行。它基于Speedtest.net的基礎(chǔ)架構(gòu)來(lái)測(cè)量網(wǎng)絡(luò)的上/下行速率。安裝speedtest很簡(jiǎn)單——只需要下載其Python腳本文件。
$ wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
$ chmod a+rx speedtest.py
$ mv speedtest.py /usr/local/bin/speedtest
$ chown root:root /usr/local/bin/speedtest
使用speedtest測(cè)試網(wǎng)速
使用speedtest命令也很簡(jiǎn)單linux常用命令,它不需要任何參數(shù)即可工作。
$ speedtest
2===================
mkdir +文件夾名字
touch +文件名字
rm -fr 刪除文件,問(wèn)價(jià)夾 -f強(qiáng)制刪除 -r是遞歸
運(yùn)行Python:在文件目錄下 python mingzi.py
=================
2.查看端口屬于哪個(gè)程序?端口被哪個(gè)進(jìn)程占用
lsof -i:8060
netstat -ant 查看每個(gè)端口建立的TCP連接
netstat -nat | grep -i "9898" 查看9898端口建立的TCP連接
==============
screen 切換到screen模式,可以執(zhí)行長(zhǎng)期任務(wù)
screen -r 顯示當(dāng)前所有的窗體
oot@Damon:~# screen -r
There are several suitable screens on:
5850.pts-0.Damon (04/15/18 10:49:47) (Detached)
5213.pts-0.Damon (04/15/18 08:13:32) (Detached)
root@Damon:~# screen -r 5850 進(jìn)入某個(gè)
鍵盤(pán) ctrl +a d 退出screen,但是不關(guān)閉任務(wù),直接退出xshell,任務(wù)還在運(yùn)行
====================
創(chuàng)建文件夾
mkdir name
rm -r a 刪除文件夾
創(chuàng)建文件
touch name
rm a.txt 刪除a.txt
===============
Vim
esc :wq 保存并退出
esc :w 保存
esc :q! 退出但,不保存
=============
cat name 打印出文件中的內(nèi)容
top -b -n 1 > top.txt 保存top結(jié)果到top.txt 中
rm a.txt 刪除a.txt
rm -r a 刪除文件夾
壓縮文件夾
zip -r name.zip dir
解壓
unzip name.zip
=================
Windows和linux之間,在ssh中
上傳到linux rz
下載自linux sz
=================
安裝百度云盤(pán)
pip install bypy
上傳 bypy.py upload 把當(dāng)前目下的內(nèi)容上傳到網(wǎng)盤(pán)的 我的網(wǎng)盤(pán)/我的應(yīng)用數(shù)據(jù)/bypy
下載 bypy.py downdir 把我的網(wǎng)盤(pán)/我的應(yīng)用數(shù)據(jù)/bypy 下的內(nèi)容下載到linux當(dāng)前目錄
==========
修改系統(tǒng)時(shí)間
執(zhí)行tzselect命令-->選擇Asia-->選擇China-->選擇east China - Beijing, Guangdong, Shanghai, etc-->然后輸入1。
TZ='Asia/Shanghai'; export TZ
date 看時(shí)間正確了。
===============
查看實(shí)時(shí)網(wǎng)速
apt-get -y install nethlogs
nethlogs