Live data from Hacker News

Viewing profile — simplerhosting

simplerhosting

HN member
Joined
Sun, Dec 11, 2022, 3:48 PM UTC
HN karma
12
Public activity
4 items

About simplerhosting

No profile information was provided.

Recent public activity

  1. comment
    Comment #33945986

    Not sure if you read the linked article, but there is a strategy to restart services on boot, using crontab's @reboot feature

  2. comment
    Comment #33945113

    Main disadvantages: restart services if they crash (so run them in a loop); security and isolation of services from each other and the OS; restart services on reboot. I've solved t…

  3. comment
    Comment #33944254

    haha, exactly what I've been doing (yes, sleep 10 as well!) I also added bubblewrap for security and wrapped it all up in a nice script to list/stop/start services, see https://tob…

  4. comment
    Comment #33944143

    I've only recently started running my servers this way, and I've taken this to the next level with bubblewrap: https://tobykurien.com/simpler-linux-selfhosting/