S3 Glacier is an AWS storage service intended strictly as a last-resort backup, only if […]
Markdown Cheat Sheet
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It […]
VBScript Cheat Sheet
Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK […]
Installing cPanel + WHM on Ubuntu
The only drawback of cPanel is that it’s neither open-source nor free. The same is […]
S3CMD Cheat Sheet for Amazon S3 Object Storage
Installation: sudo apt update sudo apt install s3cmd -y OR sudo apt install python3-pip sudo […]
Setting Up a Content Delivery Network (CDN) with Cloudflare
A CDN is a group of servers distributed around the world. It improves your website’s […]
Video Conferencing Platform with Jitsi
Jitsi [Link] is an open-source video conferencing solution for web and mobile. HD audio and […]
Remote Access Gateway with Apache Guacamole and Teleport
GUACAMOLE Apache Guacamole [Link] is a self-hosted remote access gateway with a web GUI. Key […]
Perfect Forward Secrecy (PFS) on Apache and NGINX
HTTPS uses SSL/TLS to encrypt traffic between server and client using private and public keys, […]
Private Cloud with NextCloud 29 on Ubuntu
This instance of NextCloud will be installed directly on the server. If you wish to […]