How to read source of a Binary file alongwith assembly code (or Machine code)?
Here we will look at one of the interesting feature of Linux to read the source program from a binary file. This is one of the most useful tip that...
Here we will look at one of the interesting feature of Linux to read the source program from a binary file. This is one of the most useful tip that...
Today we will look at an interesting feature of VIM editor using which we can setup the VIM editor properties to ease our programming life. The complete VIM setup would...
Suppose you have created two or three commands that perform same operation and want to know which script takes less time in execution. For this, we need to identify time...
Today we will look what are unicode characters in Linux and how to print these characters in Linux. Printing Unicode Characters 1. On Bash or Z Shell & in...
Today we will check how to use iterable in bash shell linux. Lets see a command to see its illustration. Iterable Usage ### Iterable use in case of alphabets [root@nglinux...
Suppose you want to know how much processes currently running on the system. So there are many ways by which we can find the number of running processes on the...
In this article we will see how to print a particular line from a file in Linux using awk command. Many of the times, we need to grep a particular...
In Linux, we use read command to take the user input. However sometimes, we may need to timeout the user input to automate the script execution in case no one...
Today we will look what is : in bash shell in Linux or Unix and how to use it, and what is its impact if used. What is : (colon)...
It is a common question what do you mean by cpio archive and what is its use when we have gzip/xz, etc compressions already in place. And how to create...