getting started w/ smokeping
https://jonathanhaack.com/dokuwiki/doku.php?id=computing:smokeping
Education and Technology with a focus on Free Software.
https://jonathanhaack.com/dokuwiki/doku.php?id=computing:smokeping
https://jonathanhaack.com/dokuwiki/doku.php?id=computing:freebsd #freebsd #nginx #php #dokuwiki I made a few updates … all very basic. Next, I will do my version of the FEMP stack and FAMP stack for freeBSD. For now, this consolidates like ten web pages, i.e, multiple real people doing this same thing, into a condensed reminder set for me. I share them…
I would like to talk to you today about the essentials of self-hosting. I mean the term broadly here, i.e, I want to include all types of self-hosting, whether websites, repositories, learning management systems, cloud-based storage hosting, etc., etc. What then is self-hosting and how does it differ from other types of hosting? Put simply,…
#selfhosting #wordpress or some other domain? … okay, then you need to make sure that your server stays running and that uptime is maximized. Let’s create two simple shell scripts that check the status of the apache2 web server, and restart that service if needed. First, create apache-notify.sh: sudo touch /usr/local/bin/apache-notify.sh sudo chmod 750 /usr/local/bin/apache-notify.sh…
I posted a new tutorial on Haack’s Wiki for using cron here: cronsyntax The guidelines in man and on the crontab -e page always CONFUSE me.