Locating and removing empty directories is easy with the find command. Below are the two simple commands to find and delete empty folders from your…
Comments closedCategory: Unix/Linux
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…
Leave a CommentIn this post, you will learn how to move to the beginning and to the end of the line from your bash window. You can…
Leave a CommentIn this post, I will share a useful tip to switch back to the last working directory. Using this tip you can navigate back to…
Leave a CommentIn 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…
Leave a CommentIn this tutorial, you will learn how to add the date and time to bash history. Sometimes it would be very useful to know when…
Leave a CommentIn this, tutorial you will learn to adjust the size of the Bash history. The default size of history in Ubuntu is 1000 and it…
Leave a CommentIn this tutorial, you will learn how to create and use custom alias commands in Linux. You can see a list of defined aliases on…
Leave a CommentIn this tutorial, we gonna download YouTube live-stream video in chunks for the given interval. We gonna run a few commands in the terminal for…
Leave a CommentIn 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…
Leave a CommentIn my recent project, we have developed a small process monitoring system to check the health of the process and it should send emails if…
1 CommentIn this post, I will show you disabling IPv6 on your Ubuntu machine. Before going further, let’s check the current status of the IPv6 on…
Leave a CommentIn this post, I am gonna show you how to write a simple shell script to delete files from a directory if the files are…
Leave a CommentBy default, RabbitMQ does not embed a web-based management console but offers it as an optional plugin. This management console makes it very easy to…
Leave a CommentIn this post, I will show you how to install RabbitMQ on Ubuntu 16.04. We can install RabbitMQ easily using Ubuntu’s package manager, apt. The…
Leave a Comment