Category Archives: Linux

Resurrecting the Gen8: Fedora 43, Legacy BIOS, and the Case of the Missing RAID 10

By | December 14, 2025

OMG the server is dead It is the scenario every homelabber dreads: a catastrophic failure. My HP MicroServer Gen8 didn’t just lose a drive; the primary RAID 1 array holding the OS suffered a double-disk death. Starting from scratch with Fedora 43, I had two goals: build a bulletproof, redundant boot drive on new hardware,… Read More »

Starship with bash: customize the status command line with a workday hour counter

By | October 16, 2025

I am a big fan of of Starship Cross-Shell prompt see https://starship.rs/ You can add to the command line very fancy information besides the default stuff that is also extremely useful. You can add a workday hour counter to your Starship prompt by creating a small script and then telling Starship to display its output… Read More »

Bash one liners: Keeping an Eye on Connections: Using tcpdump to Monitor Client-Server Port Activity

By | May 30, 2025

In the world of network administration and troubleshooting, there are countless moments when you need to verify connectivity. Is a specific client successfully reaching a server on a designated port? Is the server responding? Or is something silently dropping the packets? For these scenarios, the command-line tool tcpdump is an invaluable asset – powerful, versatile,… Read More »

My Family Name Domain and the Multilingual Ransomware Scam

By | May 12, 2025

I own my family name as an internet domain with several country codes. It’s not every day you get to claim your heritage in the digital world like that. However, this seemingly harmless act has turned me into an unexpected recipient of a rather peculiar type of email: the multilingual ransomware scam. My inbox, normally… Read More »

#Firefox took a wrong time-zone when resistFingerprinting is on

By | March 17, 2025

Some websites require to obtain the time-zone from the client browser in order to correctly display some information. This is not always critical but in case you are using some web hosted e-mail or calendar account this is important. One day I noticed that suddenly all my tutanota.com mail calendar events were completely off by… Read More »

Fedora Linux Server useful one liners -part 2

By | May 7, 2024

This is a continuation of the previous post about one liners from https://blog.voina.org/fedora-linux-server-useful-one-liners/ Updating to a new version – extra commands In case the usual one liner does not work or there are some issues related to the upgrade, there are some additional things that can be done. Make sure to have latest packages of… Read More »