Blog
Hacking on Debian packages - the quick and dirty way
TurnKey user Ed Carp was recently trying to install TKLBAM on Linux Mint 20.3/Una (which is based on Ubuntu 20.04/Focal). Despite my best efforts, he kept hitting issue after …
Topic
5 matching pages
Blog
TurnKey user Ed Carp was recently trying to install TKLBAM on Linux Mint 20.3/Una (which is based on Ubuntu 20.04/Focal). Despite my best efforts, he kept hitting issue after …
Blog
systemd sysv init compatibility mode is magical. That is in the sense that it tries to handle compatibility with sysv init scripts while you are distracted looking somewhere else. …
Blog
I've never come across a problem I couldn't solve using the following technique / problem solving methodology, and I've come across some tough ones. …
Blog
I just fixed a broken cron job. It turned out it was a PATH issue. By default cron doesn't have /usr/local stuff in the PATH. Tips on how to debug cron: change the schedule for …
Blog
Do you find yourself occasionally wishing you could freeze a misbehaving program at an arbitrary point in time and then examining what was going on interactively? That's exactly …