WeTTy the Fast SSH Terminal in your BrowserWeTTy is a fast, full fledged terminal emulator, faster than ajaxterm and anyterm. Handles just like a normal terminal. I’ll show you how to set it up on Docker using Traefik and Docker Compose.
Matomo Website Analytics via Docker ComposeHow to setup Matomo, a simple yet advanced analytics tool, with Docker Compose.
Route Traffic with Traefik on DockerTraefik is an awesome simple little router made for the cloud. What does that mean? It means it will automatically route traffic to container just by specifying it in the container’s labels/definit...
Anonymizing Logs in NGINX and ApacheHere’s some tips on ways to anonymize your Website logs. This is simply the process of taking users’ IP addresses in the logs and removing the end of it so that the users can’t be individually iden...
Improving the Speed of Digikam using MySQLDigikam is great for organizing pictures, yet above 20,000 pictures it can begin to slow down. You can speed it back up with MySQL, and set some options to make it even faster.
The Meltdown and Spectre VulnerabilitiesMost every cpu made since 1995 is vulnerable to a set of vulnerabilities that could compromise secret data on computers, servers, and containers.
Listing users via the CVE-2016-6210 vulerabilityOpenSSH 7.2p2 and before had a vulerability where it would use Blowfish for users that don’t exist, and SHA256 / SHA512 for real users. Here’s how to test for it.
Clear Cloudflare’s Cache Automatically when Pushing from Git to Github PagesDo you use Cloudflare with Github Pages? Are you using Jekyll, Hugo, or another static generator, and want to clear those cached pages without logging into Cloudflare. Here’s how!
Making DMARC awesome with a Report ViewerWanting to take DMARC, DKIM, and SPF to the next level? Have you setup a method to collect reports and view them? If not, this article shows a way how to do it.
Auto Renew Lets Encrypt Certificates using CertbotHere is a simple way to auto renew all your certificates with Certbot, get email notifications about it, and safely restart NGINX, Apache, and any other service you need to restart to get the certi...