Moving Your Hetzner Load Balancer IP Between Projects
A guide on retaining your Hetzner Load Balancer's public IP when migrating to a new project.
Explore insights, practical experiences, and lessons learned in software engineering and technology shared through my articles.
A guide on retaining your Hetzner Load Balancer's public IP when migrating to a new project.
I narrate my journey as a tech blogger, evolving from a self-created PHP framework to Squarespace, and eventually embracing Tailwind UI and CSS for greater control. I share my transition to MDX and Next.js, leading to a highly efficient site hosted on Google Cloud Platform.
Implementing the Unmarshaler and Marshaler interfaces for custom types in JSON can lead to stack overflow issues, which can be resolved using intermediary variables and type aliases to break recursive loops.
Using oh-my-zsh's plugins brings numerous aliases, many of which may remain unused, like the roughly 50 in the git plugin; to prevent these from loading, alias 'alias' to 'true' before sourcing oh-my-zsh, and then unalias it.
Choosing Gentoo Linux over pfSense for router functionality, this detailed guide covers installation, setup, and configuration, including partitioning, chrooting, Portage settings, kernel updates, inittab modifications, networking with udev rules, bridge creation, hostapd setup, and advanced nftables and Wireguard integration for secure, efficient routing.
Slack, often chosen by companies for its convenience and features, has notable drawbacks including its proprietary nature with embedded trackers, the shutdown of its XMPP/IRC bridge pushing users to its closed client, and privacy concerns due to administrative access to user messages, leading to viable alternatives like IRC, Matrix, Rocket, and Mattermost.
Firejail security sandbox uses Linux namespaces and seccomp-bpf in order to isolate processes.
Migrate your GitHub projects to a Gitea instance using a provided script that leverages the platform's API.
Hosting your own email server, while initially appealing for privacy and learning, proves time-consuming and complex, involving intricate setup and security concerns. I'll share my experience of server configuration, the historical context of email technology, and the challenges of ensuring reliable and secure email communication.
How to fix macOS Sierra using the wrong locale
This blog post highlights four essential Firefox extensions for enhancing online privacy and security, reflecting a growing public desire for control over internet anonymity.
How to stop all running Docker containers
In this second part of a series on enhancing website accessibility for screen readers, the focus shifts to applying ARIA (Accessible Rich Internet Applications) to buttons, navigation, and dialogs.
This article, the first in a series on website accessibility, highlights the importance of making web content accessible to visually impaired users, an often-overlooked aspect by developers. The article details ARIA attributes, roles, and HTML elements essential for accessible web design, such as labels, inputs, fieldsets and legends.
php-fpm on macports: An another FPM instance seems to already listen
Automatically archiving old email
At FOSDEM 2016 in Brussels, I experienced the growing popularity of this event firsthand, as I volunteered during its buildup and cleanup, witnessing the gathering of an estimated 5,000 hackers globally.
Reddit Dailyprogrammer Challenge #249
Gentoo GNU/Linux, though not inherently respecting user freedom by default, can be configured for a more libre experience. By setting ACCEPT_LICENSE="-* @FREE" in /etc/portage/make.conf and adding the deblob USE-flag to the kernel package, users can limit their Gentoo installation to free software, aligning more closely with the principles of the Free Software Foundation.
Sorting files in git by creation date
Vim is now built from git
Doctrine 2 preUpdate event
Troubleshooting SMTP servers with Swaks
Email trouble: PTR records
Vim updated to 7.4.729
Vim updated to 7.4.475
Vim MacPorts overlay
In this article I will show how to optimize Wordpress load speed by using the PageSpeed Module, W3 Total Cache and Varnish.