Install cron on Fedora 38
Posted in Computing Notes on Oct 21st, 2024 Comments Off
dnf install cronie systemctl enable crond.service systemctl start crond.service
Posted in Computing Notes on Oct 21st, 2024 Comments Off
dnf install cronie systemctl enable crond.service systemctl start crond.service
Posted in Computing Notes on Oct 20th, 2024 Comments Off
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 [...]