Basic file and directory-based commands
ls -la – for listing folder contents, where the l option stands for long listing and the a option stands for all files (including the ones starting with a dot) touch – for creating
ls -la – for listing folder contents, where the l option stands for long listing and the a option stands for all files (including the ones starting with a dot) touch – for creating
In this post, you will learn how to move to the beginning and to the end of the line from your bash window. You can
In this post, I will share a useful tip to switch back to the last working directory. Using this tip you can navigate back to
In this tutorial, you will learn how to change the history file name. The default value is ~/.bash_history We can easily change the name of
In this tutorial, you will learn how to add the date and time to bash history. Sometimes it would be very useful to know when
In this, tutorial you will learn to adjust the size of the Bash history. The default size of history in Ubuntu is 1000 and it
In this tutorial, you will learn how to create and use custom alias commands in Linux. You can see a list of defined aliases on
In this tutorial, we gonna download YouTube live stream video in chunks for the given interval. We gonna run few commands in the terminal for
In this post, I would like to show you a quick way to SSH into VMs. Using this approach you don’t have to type ssh
In my recent project, we have developed a small process monitoring system to check the health of the process and it should send emails if