How to use Perl Net:SNMP v3 authentication with newer SHA protocols

How to make the Perl Net::SNMP module work with newer SHA (SHA256, SHA512) authentication protocols. | Continue reading


@claudiokuenzler.com | 2 years ago

Technical analysis of hack with running process (reading code from memory dump)

A technical analysis of a Wordpress hack, involving about.php and lock.php, required digging into a process memory to see the actual executed code. | Continue reading


@claudiokuenzler.com | 2 years ago

Fix data corruption and strange characters in InfluxDB measurements and series

How to fix data corruption and strange/illegal characters in InfluxDB measurements and series names. | Continue reading


@claudiokuenzler.com | 2 years ago

Lets Encrypt Root CA Expiry: Make Sure to Remove DST Root CA X3

We ran into the Lets Encrypt Root CA expiry (server certificate verification failed) when working on the command line. | Continue reading


@claudiokuenzler.com | 2 years ago

Defining optional URI paths in Nginx locations using PCRE regular expressions

Defining locations in Nginx supports PCRE regular expressions. But only few know how to define optional (sub-) paths in locations. | Continue reading


@claudiokuenzler.com | 2 years ago

Nginx reverse proxy error: SSL alert number 47 while SSL handshaking to upstream

Nginx reverse proxy error: SSL alert number 47 while SSL handshaking to upstream | Continue reading


@claudiokuenzler.com | 2 years ago

How to use [CTRL] [ALT] [DEL] key combination in standard Remote Desktop

What if Windows requires to use the Ctrl+Alt+Del key combination, but you connected with a Remote Desktop? | Continue reading


@claudiokuenzler.com | 2 years ago

Analysis of packet losses of KVM guest Ubuntu 18.04 on Debian 9 host

Packet losses were detected on a KVM with Ubuntu 18.04 as guest OS, running on a Debian 9 (Stretch) host. | Continue reading


@claudiokuenzler.com | 2 years ago

How to backup KVM virtual machines using virt-backup.pl script

While evaluating different backup solutions for KVMs (Kernel based Virtual Machines), we came across the virt-backup.pl script. | Continue reading


@claudiokuenzler.com | 2 years ago