chinmay chhajed

chinmay chhajed @chhajedji

About: Sharing tips, tricks, hacks, tools, programs which I use to make my linux system more lovable 🥰

Joined:
May 27, 2020

chinmay chhajed
articles - 12 total

Android vs iOS

After using Android phones for almost all the years and iPhone for about 3 months, here is an...

Learn More 2 0Aug 30 '24

Simple ransomware in Python

A ransomware is a piece of code that encrypts files and denies user access. The files can only be...

Learn More 4 1Jun 14 '22

Example showing usage of LD_PRELOAD environment variable in UNIX

LD_PRELOAD We can use LD_PRELOAD environment variable to set a location to fetch shared...

Learn More 9 0Apr 29 '22

Make fzf your best friend inside terminal

Fuzzy finder is one of the best tool which you can use for speeding up your daily terminal work flow....

Learn More 9 1Jun 5 '21

Why to `find` files when you can `fd` them ;)

If you happen to be a frequent terminal user, you must be using the GNU find command to know the loca...

Learn More 10 0Mar 11 '21

Transfer files between your phone and computer without any cable and internet!

Isn't it tedious to always reach out for a USB cable and then connect phone with computer, wait while...

Learn More 27 4Feb 22 '21

Bash: Edit command in your editor and execute directly

Sometimes we need to enter same command multiple times by changing 1 or 2 arguments. This is very ted...

Learn More 16 2Feb 20 '21

Minimal and super useful shell prompt

Primary shell prompt can be set by setting PS1 variable in shell's config file. Let's consider bash a...

Learn More 15 0Feb 20 '21

Add return of last command to your shell prompt

Whenever we execute a shell command, it returns an integer value. When this value is 0, last command...

Learn More 7 0Feb 20 '21

Add background jobs to your shell prompt

If you know what are background processes, you can directly proceed to see Setting the prompt....

Learn More 6 0Feb 20 '21

Add time stamp in your shell prompt

Bash prompt can be set by setting the environment variable PS1. We need to update this variable to ge...

Learn More 8 0Feb 20 '21

Add current working directory in your shell prompt

Bash prompt can be set by setting the environment variable PS1. Current directory can be displayed i...

Learn More 10 0Feb 19 '21