Note: Ensure that dead process can be respawn ASAP without systemd
for i in {1..10}; do flock -nx ~/tmp/ws.lock -c "/home/binary" || true ; sleep 5; done
for i in {1..10}; do flock -nx ~/tmp/ws.lock -c "/home/binary" || true ; sleep 5; done
Why? Echoing my comments in https://lowendtalk.com/discussion/177687/nodejs-hosting-using-directadmin – Since Apache can be used as reverse proxy why should we be limited by environment provided by the host? How? Apache ProxyPass (nope)… Read more »
Why? Although not problematic for most commercial Email providers(GMail, Outlook, etc.), self-hosted Email are prone to inbound SPAM. A couple solutions exist: the most common one is to use local… Read more »
Why? Google Docs is great – but is behind GFW. Better have something we can control. Options? Nextcloud has native support of Collabora Office. ONLYOFFICE also supports Nextcloud. Difference? Collabora… Read more »
What Cache? There are may layers of cache one can run on WordPress – ranking from farthest to closest: Browser: setup long expiry time to cache as much data as… Read more »
What happened? Sadly Google is shutting down the free version of G Suite for good. What now? There are some not-so-good alternatives: Self hosting: Mailcow is extremely memory hungry and… Read more »
There’s a problem that Slack login is required for Slack integration, but sometimes we want to use OIDC for login: this will make the application vomit. Steps to fix it:… Read more »
Outline what? Outline is a nice personal wiki tool that Supports Markdown natively Self hosting option Fast Nice searching function Not overly complicated Supports live collaboration making it great for… Read more »
OpenVZ – no Docker this time. install Nginx, php 7.4, and plugins https://www.cloudbooklet.com/upgrade-php-version-to-php-7-4-on-ubuntu/ install mysql get a root password make sure root password is in deed working, and wrong passwords… Read more »
In the light of recent news that Docker Desktop for Windows and macOS is no longer free, efforts have been put in to search for a replacement. Docker Desktop? Docker… Read more »