Linux常用命令
实时查看显卡
watch -n 0.5 nvidia-smi
gpustat -i
watch --color -n 1 gpustat -cpu
scp amin.tar username@192.168.3.195:/home/ynu/runCode/ZP
tree -h --du
检测ipv6
if ping -c 1 2001:da8:257::19 &> /dev/null
then
echo "succces - NOP"
else
echo "fail - restart NIC"
ifconfig br0 down && ifconfig br0 up
fi
快来做第一个评论的人吧~