• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle


  • Physical books are great. Internet goes out or other devices die and you need to complete work. These are reasons I like to have book references.

    Also, one of my favorite things to do when reading is writing in my margins. When I figure something out or find something interesting I like to write it in my own words in the margins, and then if I have to reference again, I have my own words and explanation in the margins to help myself understand faster and better.

    I also like to add sticky notes for the same purpose.




  • MXX53@programming.devtoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    17 days ago

    I run a Fedora server.

    All of my apps are in docker containers set to restart unless stopped by me.

    Then I run a cron job that is scheduled at like 3 or 4am that runs docker pull on all containers and restarts them. Then it runs all system updates and restarts the server.

    Every week or so I just spot check to make sure it is still working. This has been my process for like 6 months without issue.