Recipe¶
Debian 10 ⇒ 11 upgrade¶
Boils down to:
- Update the system with
apt-get update && apt-get full-upgrade
to the most recent state of working version. - Update
/etc/apt/sources.list
to1 2 3 4 5
deb http://deb.debian.org/debian/ bullseye main contrib non-free deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free deb http://security.debian.org/debian-security bullseye-security main deb-src http://security.debian.org/debian-security bullseye-security main deb http://ftp.debian.org/debian bullseye-backports main contrib non-free
- Upgrade the system with
apt-get update && apt-get dist-upgrade && reboot
to the new version.
2021-08-20 @ fabicon.ru
emmcdl & QDL¶
1 2 3 4 5 6 7 8 |
|
When the password was changed?¶
chage -l $USER
— show password "aging" statuspasswd -S $USER
— show user's "status"zgrep -Fw passwd /var/log/* /var/log/*/* | grep -Fw $USER
— look for passwd(1) report
Who has eaten all the swap?¶
1 2 3 4 5 6 7 8 |
|
Remove leading zeroes ${VAR##+(0)}
¶
1 2 3 4 5 6 7 8 |
|
Found here.
Mediatomb (hosted by ветеран.su) became gerbera¶
Since about Ubuntu 20.04 it's gerbera now.
Gerbera is proudly built upon MediaTomb 0.12.1 continuing that projects great legacy.