dpkg -l | grep ^rc | cut -d' ' -f3 | sudo xargs dpkg --purge删除所有带 rc 标记的dpkg包 **dpkg -l | grep ^rc | cut -d' ' -f3 | sudo xargs dpkg --purge** root@root:/# dpkg -l | grep ^rc | cut -d' ' -f3 | sudo xargs dpkg --purge (Reading database ... 122626 files and directories currently installed.)

Ubuntu Debian dpkg xargs

Read more

名称:ps 使用权限:所有使用者 使用方式:ps [options] [--help] 说明:显示瞬间行程 (process) 的动态 **ps常用参数:** -A 显示所有进程(等价于-e)(utility) -a 显示一个终端的所有进程,除了会话引线

Linux ps ps命令

Read more

**Debian10 安装 PHP5** apt-get install apt-transport-https lsb-release ca-certificates wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php5.list

PHP Debian mysql5

Read more

V