bash function
bash function for rpm whatprovides
2018/12/31
Sometimes some simple one-liner function can save you a lot of time, like-
mv command with progress
2018/03/19
When moving large files/directories, I would like to see the progress. Idea for this is to use rsync with progress and remove source files. But that option does not remove the empty directories left …
Highest disk usage of directory in subdirectories
2018/03/12
I find myself doing this lot of times so thought will share this with you all. Basically, once I want to clear out the directory, I first want to find out the sub-directory using the maximum disk …
ldap search function
2014/08/25
First you will need the ldap search utility. The client for ldap search comes in openldap-clients, so you need to install that first: sudo yum install openldap-clients Now, that you have installed it, …