After using Android phones for almost all the years and iPhone for about 3 months, here is an...
A ransomware is a piece of code that encrypts files and denies user access. The files can only be...
LD_PRELOAD We can use LD_PRELOAD environment variable to set a location to fetch shared...
Fuzzy finder is one of the best tool which you can use for speeding up your daily terminal work flow....
If you happen to be a frequent terminal user, you must be using the GNU find command to know the loca...
Isn't it tedious to always reach out for a USB cable and then connect phone with computer, wait while...
Sometimes we need to enter same command multiple times by changing 1 or 2 arguments. This is very ted...
Primary shell prompt can be set by setting PS1 variable in shell's config file. Let's consider bash a...
Whenever we execute a shell command, it returns an integer value. When this value is 0, last command...
If you know what are background processes, you can directly proceed to see Setting the prompt....
Bash prompt can be set by setting the environment variable PS1. We need to update this variable to ge...
Bash prompt can be set by setting the environment variable PS1. Current directory can be displayed i...