Install cron on Fedora 38

October 21st, 2024 – 9:38 pm
Tagged as: Computing Notes

dnf install cronie systemctl enable crond.service systemctl start crond.service

Building an anti-bitrot bunker

October 20th, 2024 – 12:18 am
Tagged as: Computing Notes

When I first obtained a CompTIA A+ certification some time ago, the concept of bit rot related to what happens to software reliability as the number of updates to the system increases. Over time, software that worked in years past ceases to work as new system updates block system calls or change permissions and files [...]