How to Remove Files Without Extensions Using a Bash Script

Introduction In production environments, it’s not uncommon to encounter files without extensions. These files can be hard to manage and may clutter up directories, making file operations more difficult. This blog post will guide you through writing a bash script that removes files without extensions from a given directory. The script is designed to be production-ready, meaning it includes logging and error handling to ensure safe and traceable file cleanup. ...

May 11, 2025 · 4 min · Rohan Batra

Proxmox Automated VM Builder with Dual Disks

End-to-end automation of Proxmox ISO customization and VM provisioning using Docker and libvirt with support for dual QCOW2 disks.

May 3, 2025 · 4 min · Rohan Batra