MaxMind GeoIP in Apache

MaxMind GeoIP in Apache
In many web development and system administration scenarios, knowing the geographical origin of a request is essential. Whether you are tailoring content for specific regions, managing security by identifying high-risk ASNs, or simply improving your analytics, moving geolocation logic to the web server level is more efficient than handling it within the application layer. This guide covers how to compile, install, and configure mod_maxminddb to inject GeoIP2 data directly into Apache

Matomo integration in HTMLy

Matomo integration in HTMLy
https://github.com
This integration originated from a very practical need: obtaining meaningful statistics from Matomo installations on small or minimally managed hosting environments. In many setups the problem is not Matomo itself, but the surrounding infrastructure. If you run a site on a fully controlled server you can usually mitigate bad traffic and tracking issues using tools such as firewall rules, bot filtering, reverse proxies, or automated banning systems. However, many users do not have that level of

HTMLy simple comment system

If there’s a book you want to read, but it hasn’t been written yet, then you must write it.
After moving to HTMLy, I missed a local commenting system. My needings are basic: I just need a very simple one, possibly based on flat files, not relying on external commenting systems. HTMLy only choices were Facebook and Diqus, none local. So I decided to write one for myself, ending in a slightly modified HTMLy 3.3.1 version.

Ovi HTMLy Theme

After (finally) choosing HTMLy as CMS and Occasio as theme, I started playing around with the layout to adapt it to my taste. Created a new Ovi theme from Occasio, and started modyfying it. Not much work, just some fix around with CSS to set round corners, changed the banner images position, added some trick to handle my previous content the way I liked.

Moving to HTMLy

Moving to HTMLy
Time to move away from my previous CMS. Joomla is getting more and more commercial, open source plugins start lacking (other than the "free" underpowered version of commercial ones) and I'm getting sick to update the template I was actually using (Purity III) to match the new Joomla version, to find out there are many little things to be fixed and changed.

Apple notes to Google Keep

Apple notes to Google Keep
Move Apple Notes to Google Keep (iPhone to Android) step by step guide. Moving from Apple Notes to Google Keep is not easy task, as Apple is notoriously a closed ecosystem, and Google Keep lack official API support for free users. I tried solutions googling around, and I finally succeeded mixing different parts from them - sharing my experience here hoping it can be helpful to someone else moving from iPhone to Android.

VMWare VSphere 5.x/6.x - Ghetto VCB and SMTP firewall rule

VMWare VSphere 5.x/6.x - Ghetto VCB and SMTP firewall rule
Recently I've been asked to setup some VMWare VSphere servers (free edition) implementing some kind of backup of the virtual machines on a secondary server. The choice for secondary server was Openfiler - compared to FreeNAS (I tested both) looked definitively more robust and stable. I configured all VMWare hosts had a secondary storage (NFS) mounted from Openfiler, to easily perform backups on the Openfiler storage. Setting up the backup scripts was quite easy - you just need to google around