Alpine Linux is a powerful ultra lightweight distro super popular for micro services such as Kubernetes and Docker. Basically, it […]
Leveraging Pimox – Proxmox VE 7 for Raspberry Pi
Proxmox officially does not run in Raspberry Pi but Pimox does [Link]. Pimox is an adapted build of Proxmox that was […]
Setting Up LIGHTtpd on Ubuntu 20.04 and 22.04
As the name implies, the main advantage of lighttpd over Apache2 and Nginx is the lower resource usage, making it […]
Introduction to UNIX for Linux Users
While Linux is not a direct descendant of any particular version of Unix, it was inspired by Unix and designed […]
How to Install Whonix Gateway CLI on Proxmox
Whonix is a privacy-focused operating system that aims to provide users with the highest level of privacy and security possible. […]
Using HAProxy to Loadbalance SOCKS5 Connections
HAProxy (High Availability Proxy) is an open-source, TCP and HTTP load balancer used to distribute incoming connections across multiple backend […]
Building Custom SOCKS5 Proxy and HTTP Proxy
SOCKS5 is a widely used proxy protocol for facilitating secure and efficient communication between clients and servers. Compared to SOCKS4, […]
NGINX Proxy Manager as a LXC in Promox
NGINX Proxy Manager [Link] is an open-source tool that allows you to easily manage and configure NGINX servers for: A […]
OpenWRT as LXC in Proxmox
OpenWrt [Link] was originally created as an open-source lightweight firmware for embedded devices such as routers and network-attached storage devices. […]
How to Create Docker Image
Having a custom image would allow one to scale applications on-demand via orchestration (Kubernetes, Rancher, Kasm, etc) because they can […]