How to freeze and unfreeze your linux bash shell terminal ?
Today we will look at an interesting tip to freeze and unfreeze our linux bash shell terminal. How it works ? Freeze will freeze our terminal and we are not...
Today we will look at an interesting tip to freeze and unfreeze our linux bash shell terminal. How it works ? Freeze will freeze our terminal and we are not...
Brief explanation of process related terms in linux. Today we will look at a very interesting topic to understand various different process states available in Linux. To understand this post...
In this post we will see how to use strings in python. To understand it lets see a sample program and its output. Working with Strings in Python user@ngelinux$ cat...
Till now we have learned how to use variables, how to run a python script, and other small things. Suppose you want to compare if a is equal to b...
In this post, we will see how to list different process state codes which are available on our Linux system. To see the the process state code, you can see...