Simulate attacks on your server with Nikto
Introduction Nikto is a powerful, open-source web server scanner designed to identify potential security issues and vulnerabilities in web servers. It plays a crucial role in assessing the security...
View ArticleUnderstanding Server Name Indication (SNI)
The Mailman’s Challenge For the mailman to successfully deliver the package to the correct apartment, he needs more than just the building’s address; he needs the specific apartment number. This is...
View ArticleHow to work with websocket and Apache2 reverse proxy
On my VPS I set up Minio an alternative to Amazon S3, I set up Minio trough Docker and Portainer. Everything worked great but some part of the Minio Interface. That interface relies on Websocket, and...
View ArticleDeploy a global app with Fastly Compute and S3
In this project, I will deploy a static website on Minio, an Amazon S3 alternative. My goal is to use this S3-compatible storage as the backend for my website. To ensure the app can scale globally and...
View ArticleHow to to fix a WordPress redirect loop on static pages after a reverse proxy...
When deploying this site on Fastly CDN (Varnish), everything worked except for a redirect issue on the home page. After extensive troubleshooting, I discovered the cause of the problem. I felt it was...
View ArticleInstalling Samsung ML-2020w Printer on the Latest Macs
I have an ML-2165w printer my dad gave me. It’s a great little laser printer—compact and cheap to run. But I found you can’t install the driver on the newest Mac anymore, even though the hardware works...
View ArticleMinio container behind apache2 Reverse Proxy with HTTPS
Minio Server (Port 9000) The service running on port 9000 is the primary Minio server. This is the main entry point for interacting with the Minio object storage system. Here are its key functions:...
View ArticleOptimizing the first response : Time to first byte
TTFB measures the duration from the user or client making an HTTP request to the first byte of the page being received by the client’s browser In this step, the server can perform different tasks, like...
View ArticleHow to remove Blocking JavaScript on your website ?
By default JavaScript files are blocking. They create a blank screen during their loading is loaded in the head of the page without any optimization. How to check if the website contains blocking...
View ArticleHow to properly size images ?
For most developers it’s easier to scale images in CSS than to create other size versions of the images. So a lot of too big images are loaded on mobile and downscaled in CSS.Use Chrome Developers...
View ArticleCompress your images
Having compressed images on a website is crucial for delivering a fast and seamless user experience. When images are optimized, web pages load faster, allowing users to navigate the site without...
View ArticleHow to setup WireGuard VPN with Docker
WireGuard is a super simple and fast VPN. It’s built with modern encryption, so it’s secure, and it’s designed to be lightweight and easy to set up. Unlike older VPNs like OpenVPN or IPSec, WireGuard...
View ArticleHow to enable Wake On Lan ( WOL ) with Proxmox ?
In the Proxmox terminal: Install ethtool run apt install ethtool -y List the IP Addresses ip addr Search for your network card; in my case: 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500...
View ArticleResolving Proxmox Update Errors
Resolving Proxmox Update Errors: A Guide for Home Labs proxmox Error: command 'apt-get update' failed: exit code 100 Many home lab users encounter update errors in Proxmox VE due to the default...
View ArticleHow to get started with Kubernetes
This article organizes step-by-step instructions for deploying, exposing, and managing Kubernetes workloads, handling connectivity issues, and ensuring self-healing deployments with K3s. These notes...
View Article