Useful
Technology moves fast, and keeping track of the best tools, resources, and shortcuts is a job in itself. The Useful category is a collection of high-value “finds” – from software recommendations and productivity hacks to specific hardware reviews (like YubiKey setups) that make a tangible difference in a technologist’s daily life.
This is where you’ll find the answers to the “how do I do this quickly?” questions. It’s a mix of general IT knowledge, security tips, and digital life-improvements that don’t always fit into a strict server category but are indispensable for anyone working in the DevOps or IT space.
Calculate SHA-256 checksums in PowerShell
Learn how to calculate and create file checksums with PowerShell's Get-FileHash and certutil.exe. Use this to validate file integrity in Windows (Windows Server).
Converting an Access 2003 database to 2007 and higher online
Learn how to programmatically convert legacy Microsoft Access 2003 (.mdb) databases to the modern .accdb format using Classic ASP and the ACE engine. This guide provides essential scripts for performing online conversions and database maintenance directly on your IIS web server. It is an ideal solution for sysadmins managing legacy environments who need to upgrade data storage without local access to Microsoft Office.
PowerShell blacklist check script: find an IP address’ blacklist status & reputation
Blacklist check script written in PowerShell, to easily lookup an IP address status in various blacklists (DNSBLs, RBLs)
Generate pseudorandom passwords with OpenSSL
OpenSSL comes in handy when you need to generate passwords or random strings. For example for system accounts and services. In this short post I'll give you a quick example on how to generate random passwords with OpenSSL in Linux (Bash), Windows and PHP.
How to play classic MS-DOS games on Windows 11 with DOSBox
Relive the golden age of PC gaming. Learn how to configure DOSBox on Windows 11 to run classic MS-DOS titles, optimize CPU cycles for period-accurate speed, and set up a custom autoexec.bat menu for easy launching.
Check website availability with PHP and cURL
A useful PHP script to check if your website is up and online available. It uses PHP and cURL. This script comes in handy because website uptime and availability is important, and you want your website to be always online available.
Check, repair and optimize MySQL tables with mysqlcheck
MySQL's mysqlcheck is a command line table maintenance program: it checks, repairs, optimizes, or analyzes tables. Very handy for automated performance optimizations of MySQL databases and tables.
Don’t turn off CURLOPT_SSL_VERIFYPEER and fix your PHP configuration
Learn how to fix your PHP config instead of turning off CURLOPT_SSL_VERIFYPEER in php.ini and overcome certificate validation errors with cURL and PHP.
Redirect HTTP to HTTPS
In this post I provide you various HTTP to HTTPS redirection methods, for Windows Server IIS and Linux Apache. Use these examples to your advantage to secure the traffic between your visitors and your website.