this post was submitted on 16 May 2024
17 points (100.0% liked)

Linux Upskill Challenge

645 readers
1 users here now

Daily lessons, support and discussion for those following the month-long "Linux Upskill Challenge" course material. Aimed at those who aspire to get Linux-related jobs in industry - junior Linux sysadmin, devops-related work and similar.


founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 3 months ago (1 children)

I always wonder why at isn't mentioned more in these types of articles.

[–] [email protected] 3 points 3 months ago (1 children)

probably because at appears to just be for scheduling single tasks, not recurring ones - but thanks for mentioning it, since I wasn't aware of it before.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

Ah, my bad. I saw the systemd timers thing, and not knowing much about systemd I figured that was an alternative closer to at than cron. Looks like it's more of another unneeded replacement. I use at all the time and only really edit my cron a few times a year. I'd think that I'd learn to read entire articles before commenting.

[–] fnmain 3 points 3 months ago

I think, rough estimation, my server which is running Arch would last ~1 month with auto updating on

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

I honestly wouldn't recommend this for any server, and probably not for a workstation. This is useful for learning but could easily be a nightmare when troubleshooting an issue on a remote machine.

It's always a great idea to do updates when you can give them your attention. Even if it's you triggering them via ansible or other automation.

[–] livialima 1 points 3 months ago