Main public logs
From wiki
Jump to navigationJump to search
Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:29, 16 August 2026 Admin talk contribs created page Debian APT (Created page with " =Check for unused packages= dpkg -l | awk '/^rc/ { print $2 }' apt-get purge xxx apt-mark hold smartmontools ALL in one go; apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }') dpkg --get-selections | grep 'hold$' apt-mark unhold openssh-server apt-mark unhold net-tools apt-mark unhold bridge-utils")