Explore >> Select a destination


You are here

bernsteinbear.com
| | rolisz.ro
2.4 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | blog.bitexpert.de
4.1 parsecs away

Travel
| | Setting up cron jobs for Magento on Debian 12 now requires configuring a systemd service instead of the cron package. This blog post explains how to do this in detail.
| | alecbcs.com
4.2 parsecs away

Travel
| | This past weekend I taught my laptop to wake up in the middle of the night and create a backup of itself. This is something I've always wanted to do but until recently I didn't think it was possible in Linux. Turns out it's not only possible but actually pretty easy to setup. Why Create Automatic Backups? In short, because we humans are notoriously bad at being consistent. Ever try to start a workout routine on January 1?
| | pilledtexts.com
12.0 parsecs away

Travel
| I use nginx as my webserver. It's fast and has a tone of features. However, for me it's been a process to learn how to set up properly redirecting, ...