2018-07-23 - Ubuntu 命令集合

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

你可能感兴趣的:(2018-07-23 - Ubuntu 命令集合)