home.social

#anacron — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #anacron, aggregated by home.social.

  1. #linux #Fedihelp

    Need: program similar to anacron.

    But: as anacron is active from boot to shutdown I want it to be active only while I am logged into the window system.

    No doubt I am able to write this myself. Yet before I start, I would like to be sure it does not exist.

    Things I know: #cron, #anacron, #remind, #calendar.

  2. Algunas mejoras en la ruta de búsqueda de anacron y logs generados del Script "run_anacron.sh" para automatizar la limpieza con BleachBit en antiX

    #bash #cron #anacron 🤖 #antiX #linux #gnulinux #BleachBit 🧹

    drcalambre.blogspot.com/2024/0

  3. 5-7 years ago was wrong. It was 2 years ago (feels far more!). And then I thought it had to do with #anacron, somehow confused that on a day when DST applied, where was an hour when it didn't.

  4. @flub @joeyh You can schedule a systemd timer in an anacron-like fashion - "do this every day, rather than at a specific time". So when the machine is on, it will see it's been more than a day since last execution, and will run it. You can also do this without #systemd with #anacron.