Finding Empty Directories in Linux with One Command
In Linux systems, empty directories often accumulate over time — leftovers from removed applications, failed builds, or cleanup scripts…
cat finding-empty-directories-in-linux-with-one-command.md →# Linux, Devops, Scripting, Cats and various things come to my mind
// also on this box: ./tools and ./games
In Linux systems, empty directories often accumulate over time — leftovers from removed applications, failed builds, or cleanup scripts…
cat finding-empty-directories-in-linux-with-one-command.md →There’s a moment every Linux user hits sooner or later.
cat copy-a-directory-structure-transfer-nothing.md →When working in the terminal, backing up a file before editing it is a habit that saves time, nerves, and sometimes entire systems. There’s…
cat the-fastest-way-to-back-up-a-file-in-bash-youre-probably-not-using-it.md →If you often type commands in Greek and English, you might have noticed a common annoyance: typing Greek letters by mistake in the…
cat mistakenly-entered-a-command-in-terminal-in-greek-auto-switch-keyboard.md →RabbitMQ is a lightweight message broker that connects independent services through reliable message passing. It’s widely used in…
cat how-to-send-and-receive-data-with-rabbitmq-named-queues-in-python.md →Assume the following problem, you have myriad of word files and you want to search inside files for a specific keyword and opening each…
cat how-to-use-grep-to-search-text-in-docx-files.md →Ever wondered who’s logging into your Linux box? Whether it’s a critical production server or a personal VPS, it’s smart to get notified…
cat stop-intruders-in-their-tracks-get-an-email-every-time-someone-logs-in-via-ssh.md →One common challenge when using emails to communicate with clients is not just confirming that an email address is valid, but ensuring that…
cat stop-guessing-the-web-api-that-verifies-and-confirms-if-an-email-address-exists-and-is-deliverable.md →In the glorious world of computer science, we have many elegant ways to sort data — quicksort, mergesort, heapsort. They compare, they…
cat stalin-sort-the-sorting-algorithm-that-purges-dissent.md →When working with AWS RDS and connecting via IAM authentication, you’ll often run into a frustrating limitation: the generated…
cat how-to-maintain-an-aws-rds-connection-even-after-the-token-has-expired.md →