Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It is recommended to use a […]
VBScript Cheat Sheet
Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK 2 = vbCancel 3 = […]
Installing Latest cPanel + WHM on CentOS 8
cPanel has only one problem: it is not open source, neither free. But if you want to use it to […]
S3CMD Cheat Sheet for Amazon S3 Object Storage
Installation: sudo apt update sudo apt install s3cmd -y OR sudo apt install python3-pip sudo pip install s3cmd Commands: s3cmd […]
Setting Up a Content Delivery Network (CDN) with Cloudflare
CDN is a network of server around the globe that receives the client request to your website and respond with […]
Video Conferencing Platform with Jitsi
Jitsi [Link] is an open-source Video Conferencing for web and mobile. HD audio and video; Unlimited meetings; Up to 50 […]
Remote Access Gateway with Apache Guacamole
Apache Guacamole [Link] is a self-hosted remote access gateway with Web GUI. Most evident benefits of using Guacamole: Compatible with: […]
Perfect Forward Secrecy (PFS) on Apache and NGINX
HTTPS uses SSL/TLS to encrypt the traffic between server and client using Private and Public keys and also an external […]
Private Cloud with NextCloud 29 on Ubuntu 24.04
This instance of NextCloud will be installed on the server. If you wish to have it using Docker or Snap […]
PHP / SQL Injection Prevention
Basic usage of the main PHP native functions. See PHP documentation for more details, examples and versions that they apply. […]