内容还不多,如果有收集到有用的命令会尽快更新至此
sudo apt install linux-headers-`uname -r`
sudo update-grub
dpkg -l|grep 包名或者是包名里包含的部分字符
sudo timedatectl set-local-rtc 1
sudo hwclock --localtime --systohc
cp /etc/source.cpp /home/dest.cpp
cp /etc/source.cpp /home/
cat file1.txt file2.txt > file.txt
sudo apt install ncdu
完成安装后,执行命令
ncdu /home/你的用户名
例如,我的用户名是 test ,运行 ncdu /home/test后,结果如下
用方向键进行导航,回车进入下一级目录,按 d 可删除文件 ,q 退出 (更多用法请执行 man ncdu 进行查看 )