Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Monitoring Open Files: Installing lsof on Ubuntu

Published October 13th, 2023 14 min read

lsof (short for "list open files") is a versatile command-line utility that provides information

Read more →

Clean and Organized HTML: Installing Tidy on Ubuntu

Published October 12th, 2023 19 min read

Tidy is a powerful command-line tool that helps you clean up and format HTML documents. It's part

Read more →

Elevate Your Text Editing: Installing Neovim on Ubuntu

Published October 11th, 2023 13 min read

Neovim is a modern, feature-rich text editor that serves as an enhanced alternative to the classi

Read more →

Streamlining Code Analysis: Counting Lines of Source Code with cloc on Ubuntu

Published October 10th, 2023 15 min read

Analyzing the size of your source code is essential for project management and optimization. The

Read more →

Secure File Integrity: Generating and Verifying SHA-1 Hash in Linux

Published October 9th, 2023 20 min read

Ensuring the integrity of files is crucial for maintaining data security and authenticity. One ef

Read more →

Keeping Your Linux System Clean: Deleting Files Older Than X Days

Published October 8th, 2023 27 min read

As your Linux system accumulates files over time, it's important to regularly clean up old and un

Read more →

Creating Empty Files on Linux: Simple Methods to Get Started

Published October 7th, 2023 29 min read

In the world of Linux, creating empty files might seem like a straightforward task, but having a

Read more →

Mastering Linux Environment Variables: Splitting PATH into Lines

Published October 6th, 2023 19 min read

The PATH environment variable in Linux plays a crucial role in determining where the system looks

Read more →