#.clash -d .
sudo /home/lizhenyun/clash/clash -d /home/lizhenyun/clash/
sudo dpkg -i xxx
chmod 777 xxx
sudo apt autoremove
sudo apt --fix-broken install
systemctl start systemd-resolved
systemctl enable systemd-resolved
systemctl stop systemd-resolved
systemctl disable systemd-resolved
dpkg -l | grep libc6
uname -a
#查看当前内核
uname -a
#查看已安装内核
dpkg --get-selections | grep linux
#移除内核
sudo apt-get remove xxx
#更新系统引导grub
sudo update-grub #根据情况选择grub/grub2
sudo chmod 775 ****.run
./****.run
#软连接 从A跳转到B
ln -s B A
#硬链接
ln B A