Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 994 Bytes

Tools.md

File metadata and controls

69 lines (49 loc) · 994 Bytes

Net speed test

pip install speedtest-cli
which speedtest-cli | bash 

Accelerate git

github.com -->  github.com.cnpmjs.org

动态实时监控GPU 的使用情况

pip install gpustat
watch --color -n1 gpustat -cpu

indicator-sysmonitor

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor  
sudo apt-get update  
sudo apt-get install indicator-sysmonitor 

cpu: {cpu}    mem: {mem}   net:{net}    GPU:{nvgpu}

截图

sudo apt install flameshot

文件对比工具

sudo apt-get install meld

录屏

# SimpleScreenRecorder

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

终端与命令行之间粘贴

sudo apt install xclip

tmux

vim ~/.tmux.conf
set-option -g mouse on

# old version
Ctrl  + B, :,set mouse-mode on 
# new version
Ctrl  + B, :,sset -g mouse on