Ubuntu 设置远程免密登录
ssh-copy-id -i ~/.ssh/id_rsa.pub user@host
Ubuntu删除服务
sudo su
apt-get autoremove
apt-get clean
dpkg -l |grep ^rc|awk '{print $2}' |xargs dpkg -P
安装额外视频解码
sudo apt install ubuntu-restricted-extras
Ubuntu 设置远程免密登录
ssh-copy-id -i ~/.ssh/id_rsa.pub user@host
Ubuntu删除服务
sudo su
apt-get autoremove
apt-get clean
dpkg -l |grep ^rc|awk '{print $2}' |xargs dpkg -P
安装额外视频解码
sudo apt install ubuntu-restricted-extras