Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
What?? Updated: 2020-06-24 We are going to make a demo linux web-server with systemd , config file and installable .deb binary in rust. I have been creating web-servers in Node.js for a while. When it comes to running it in production almost always I end up using a solution like pm2 or nodemon to keep the service up and use nginx or apache as reverse proxy to that service. This tutorial is written for people who are fairly new to rust and linux. If you are a developer with battle scars you mi...| Harry Gill
Earlier today: the new update command seamlessly updating and restarting Site.js on SiteJS.org. I just released Site.js version 12.9.5. This version brings with it some new commands, the most important of which is the update command1. # Update Site.js to the latest version. site update The update command does what it says on the tin and updates your copy of Site.js to the latest version. If Site.| Aral Balkan
/* Windows can’t even take screenshots properly. Fix the borders. 🤦 */ h2 + p img { outline: 1px solid black; outline-offset: -1px; } Last week, I bought a refurbished 7-year-old ThinkPad 440p1 so I could test Site.js under Windows. Long story short, Windows is still shit2. Plus, it’s now also a cesspit of surveillance3. And, over the weekend, I ended up adding native Windows 10 support4 to Site.| Aral Balkan
TL;DR: Use use_vmac directive in keepalived when using multicast and your carrier allows multiple MAC addresses per interface. If that’s not an option, migrate away from netplan/systemd-networkd, e.g. to ifupdown.| chr4
After about a year of development, the MATE Desktop team have finally released MATE 1.24. A big thank you to all contributors who helped to make this happen. What's new in MATE 1.24 This release cont| MATE
tl;dr - stream-of-consciousness notes as I stumbled through upgrading a k0s cluster from single-node to HA control plane. You probably shouldn’t attempt to do this though, just make a new HA-from-day-one cluster and move your workloads over. Recently I went through the somewhat traumatic experience of upgrading a k0s Kubernetes cluster from a single master (I was running 1 controller+worker node with other worker-only nodes) to a group of HA controller-only nodes with the same set of workers.| vadosware.io
+ tl;dr - If you didn’t know how to set up a SystemD timer and service to backup your k0s cluster, you no longer have an excuse, scroll down for the code Recently while going through my workloads and making sure everything’s backed up to external storage (I’m using BackBlaze B2) and it’s been great so far). I came across the problem of how I should back up the cluster itself.| vadosware.io