Follow

I tend to keep a lot of reminders about system/network maintance I need to do. Things that are every few weeks or months like updating the system or renewing certs.

Sometimes I find that there is a bit of a mental hurdle to do a task when it comes in. Even though its not much it can feel daunting when you dont remember the exact steps and need to pull up a how-to again or remember where you stored your notes, if you even have any.

So what im doing now is when i create a reminder I actually copy and paste the step-by step instructions from the documentation into the comments itself. So when the reminder comes in I literally just copy and paste them into a terminal, hit enter, and im done.

I also add the links to the documentation and my personal notes in the reminder itself. That way if something doesnt go as planed I dont need to start digging around for the complete instructions, its all right there for me.

This has cut down my procrastination significantly. Instead of waiting a day or two and maybe forgetting to do the task at all I now have it over and done with after like 5 minutes max from seeing the alert.

ยท ยท 1 ยท 2 ยท 6

@icedquinn cron is a great tool but really doesnt fill the niche int he examples I gave. The issue with using cron is that if your doing system updates or certificate renewals or anything system critical then if it fails your system may go down until you respond to it. For this reason it shouldnt ever be used on anything mission critical like the aforementioned examples. Doing it by hand means you can fix it quickly (hopefully) when it fails with minimal downtime.

Now something like a backup that wont break things if it fails, yea by all means stick that on a cron job.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.