themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to repair broken locale in Debian

sudo apt-get -u --reinstall --fix-missing install $(dpkg -S LC_MESSAGES | cut -d: -f1 | tr ', ' '\n' | sort -u)