RSSAmplifier

Blog

The Mergy Organization

Strategic IT Consulting and Implementation Services

mergy.orgRSS feed ↗10 posts

Latest posts

Blocking Spam from *.bc.googleusercontent.com

Over the last year, the volume of garbage from Google cloud bad actors has become very noisy. Here is a fail2ban filter that has been working well for me with postfix. It’s been running for over a week and already minimizing the noise in the logs.

Compiling Virtualbox with VBOX-KVM Errors and Fixes

I wanted to post my notes on this for anyone else trying to compile Virtualbox with virtualbox-kvm from source on a modern Linux OS. The Error: I was getting a unit32_t error and never could figure out what it was when I started the compile. The Fix: was to give it a revision on the […]

Compiling Virtualbox KVM on Linux Without Additions

Even though vbox-kvm hasn’t really be updated recently, it still works. I still find it to be the fastest I’ve worked with on linux hosts. The issue for the last few virtualbox releases though as been in compiling from source, you have to omit guest additions from the config.kmk Get all the dependencies in order […]

ipu6 Camera on ThinkPad Carbon X1 with Debian Linux

Running Debian Trixie/Sid with as new kernels as it can get but not able to get the ipu6 camera working on Debian. Below is from dmesg If anyone has it going, please let me know.

Lenovo Carbon X1 Gen 12 Audio on Debian Linux

After melting down my older Carbon X1 Gen 10, I just got a Gen 12 and audio started to be an issue on the Gen 10 before it died when I went to Debian Trixie for some reason. I lost the internal mic but didn’t think much of it with ear buds and speakerphones, it […]

Compiling vbox-kvm on Debian 12.x

I’m really happy with the performance of VirtualBox and the Linux KVM as the hypervisor thanks to the Cyberus vbox-kvm project. https://github.com/cyberus-technology/virtualbox-kvm But recently, with the latest version on Virtualbox 7.1.2.x, the initial release of the vbox-kvm was no longer able to compile. So, when I went to compile vbox-kvm from source again, it didn’t […]

Updates on Debian Linux on Thinkpad Carbon X1 Gen 10 – Late 2024

Debian 12.x has been great on the Lenovo Thinkpad Carbon X1 Gen 10 for the last year and a half. Only caveats:

GLIBC Vuln Fix For Debian For Now

Cobbled together from https://www.reddit.com/r/PHP/comments/1c9lslg/security_vulnerability_in_php_caused_by_glibc/https://security-tracker.debian.org/tracker/CVE-2024-2961https://rockylinux.org/news/glibc-vulnerability-april-2024/ For Debian-based systems this might be helpful until there is an update release Check if your system is vulnerable: From terminal/shell run: If you get:…

Best Methods to Represent AI-Generated Content To Users

Agree with the below from ChatGPT itself but would also be for just normalizing #ShowThePrompt or basically ALWAYS including the prompt given as well as the output. Essentially, show your source along the lines of bibliographies (https://www.bibliography.com/how-to/bibliography-rules-and-guidelines/) or footnotes. From ChatGPT Itself: To represent or denote content generated by AI in a way that…

fail2ban List 20230812

Found myself chasing-down a recent attack and decided to do a reboot on a server and fail2ban had to re-block on restart. Thought I would share just as people search on attacking IP addresses to confirm, yes, they are bad actors. If they are on this list, they have tried to do bad stuff to […]