Server
-
Tail your server logs with a web UI
Sometimes, well, often, I like to monitor my application logs, without ssh’ing into the server. Usually on the go! Although…
Read More » -
Navigating Internet Outages in West Africa with VPNs
Note: The interim solution via VPN outlined below is, well, interim, temporary. Should access to the network be restored, there…
Read More » -
Django and Angular on the same Domain with Nginx
Don’t stress. Take a look at the complete conf file for nginx below and let’s discuss afterwards, or not. It’s…
Read More » -
[Updated] Deploy Angular to Production with Github Actions
Github Actions is cool. Angular is the best. Deploy your Angular application with Github Actions. Here’s how To create your…
Read More » -
Deploy Angular 17+ Server Side Rendering with Nginx as Proxy
You’re ready to deploy your Angular 17+ Server Side Rendering application, and wanna do it with Nginx sitting in front.…
Read More » -
Keep Service Running after Exiting SSH – Systemctl Service
sudo loginctl enable-linger your-username your-username is the username of which you’re running the systemctl service. So is this your villain…
Read More » -
Scaling Multiple WordPress Sites on Single Droplet
WordPress is a popular open-source Content Management System (CMS) used for making websites and blogs. 43% of the web is…
Read More » -
Deploy Deno API with PostgreSQL Database and Nginx as Proxy on DigitalOcean via Github Actions
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.…
Read More » -
Test & Deploy Django Application to server via Github Actions
If you’re reading this article, I assume you know what Django isyou know what Github and Github Actions areyou have…
Read More » -
Install OpenVPN with DNSMasq on DigitalOcean
“OpenVPN is a virtual private network system that implements techniques to create secure point-to-point or site-to-site connections in routed or…
Read More »