TL;DR check out the fish shell and tide fish shell offers a decent auto-completion fish scripts are easy to write and read extensive documentation available on Linux and MacOS tide: easy configuration of the look and feel with a configuration wizard GitHub: https://github.com/fish-shell/fish-shell https://github.com/IlanCosman/tide For Beginners: Shell?! Taken from the Gnome help center: ...
AI Instructions in Code Repositories
In this blog post we will explore how to make your codebase ready for AI supported contributions based on the recent RFC proposal regarding AI coding assistants in the Linux Kernel.
Getting Started with GoAccess: Visualizing Nginx Access Logs as HTML Reports
Understanding web traffic is critical for assessing server performance and identifying usage patterns. GoAccess is an open-source log analyzer…
Gzip: Reduce Website Load Times
Gzip is a simple, free tool to provide zipped resources on your server. Compressed files are smaller and thus, website load times improve drastically…
Marp: Advanced Image Positioning
In your theme.css you can add styling with aliases to use on images like the builtin filters of Marp…
Hugo: Create a Post Series
Want to write posts that are part of a series of posts? Hugo allows doing so by utilizing its taxonomy feature…
Hugo directory structure & routing
Hugo offers directory structure based routing but also offers other ways to control under which routes your content is made available…
Set up a new Hugo project
Hugo is an open-source static site generator focused on speed and flexibility, written in Go…