Cli

21 Oct 2025

How to boot Proxmox from USB using GRUB

The last time I was forced to install a fresh Linux system on my old laptop, I had opportunity to learn how to steer GRUB to boot a system using a bootloader located on a USB drive. This little trick saved me dozens of …

29 Nov 2021

Avoid using global git identity

When I clone a new project, I put the proper email address (e.g., a company email) as an author email in the local config stored in the repository. It worked fine until I started working for a client whose project is …

07 Aug 2021

How to remove hard spaces from file using awk

Some tasks seem easy when we perform them manually, but new things come to light once we want to automate them. What can go wrong if we remove hard spaces from a text file using a script? If it’s a one-time …

08 Apr 2021

How to decrypt PDF files on macOS

Some companies send encrypted PDF documents. If you’re a macOS user, Preview will ask you for the password each time you use quick look or open the document. Moreover, if you print that document, you’ll end …

02 Apr 2020

How to boot system from USB using GRUB

Almost every modern computer has a dedicated menu to choose from which device the system should boot. If not, there is an option in BIOS/UEFI to change that. But what if both options failed for some reason?