Linux

Linux on Dell 7490

Don’t miss to add kernel options i915.enable_dc=0 and intel_idle.max_cstate=1, if you want to run a modern arch linux on your Dell Latitude 7490.

Broken Symlinks

I want to introduce a little command fu for reporting broken symlinks on the shell, because I found several variations while searching in the net, that were not very satisfying.

Ansible meets CurseForge on Linux

If you want to play modern Minecraft ModPacks on CurseForge in Java on Linux, the Twitch Launcher for Windows is not very helpful.

But since the project artifacts are available for public download and the data format is pretty straightforward, it was not a big deal to script a download of all files. I have chosen an Ansible Playbook for this task.

Anonymized IPs in nginx Access Log

If you want to reduce your nginx logs to non-personalized resp. anonymized client addresses, you may apply the following method, running a slightly changed log format after setting a new variable $remote_addr_anon.