命令列的藝術
來自 鳥哥的 linux 私房菜
來自 監控
dstat -cdngym 10
iostat -mtx1
top檢視
1、cpu檢視
1)cpu個數:#cat /proc/cpuinfo | grep "physical id" | uniq | wc -l
2)cpu核數:#cat /proc/cpuinfo | grep "cpu cores" | uniq
3)cpu型號:#cat /proc/cpuinfo | grep 'model name' |uniq
2、記憶體檢視:#cat /proc/meminfo | grep memtotal
3、硬碟檢視: #fdisk -l | grep disk
lsblk
lvdisplay
du -h --max-depth=1
df -h
time dd if=/dev/zero of=/data1/test bs=1048576 count=8000 oflag=direct
4、 網路
ifconfig
ping -i 10.185.182.200 10.185.182.211
來自 ssh的互信配置過程
來自 ssh原理與運用(一):遠端登入
來自 ssh user@host 'mkdir -p .ssh && cat >> .ssh/authorized_keys' < ~/.ssh/id_rsa.pub
來自 批量建立ssh互信
rpm批量解壓
2023年2月13日
11:56
for rpmfile in `find /whb -name '*.rpm'`
doecho $rpmfile
rpm2cpio $rpmfile| cpio -div
done
for dir in `ls -i*.gz`;
doecho $dir
done
程序狀態由t改為s kill -cont
shell中統計 組合命令
find $goroot -name '*.go') | indents | sort | uniq -c | sort -nr | sed 30q 60224 v
來自 筆記 | 史上最全的正規表示式
來自
PowerDesigner常用彙總
左側工作空間上右鍵 new physical data model 彈出框選擇 physical data 輸入 model name 工具欄 database configure connections connection profiles 配置資料來源 工具欄 database update ...
String類常用彙總(二)
一.getbytes 返回字串的 byte 型別陣列。getbytes 返回乙個字串的byte型別陣列 byte a str.getbytes for byte b a 二.length 返回字串長度 system.out.println str.length 三.tolowercase 將字串轉成...
Echarts常用元件常用簡單使用彙總
1.折線圖常用命令 根據第獲取元素 var dom document.getelementbyid bottom 02 載入echarts元件 var mychart echarts.init dom 折線圖資料來源 var data line option null option xaxis 設定...