10 Best WordPress Plugins For 2021 To Improve Your Site Performance

Can you imagine a WordPress site without Wordress plugins? With more than 55K+  plugins in WordPress, it has made it easier for newbie’s, designers, or web developers to add any functionality or upgrade their website.    As a leading WordPress hosting provider, we get many queries and issues from the clients regarding plugins and which […]

Exclude a directory or multiple directories using find command

How to exclude a directory or multiple directories using find command? Quick view on >> Find command and switches << Method 1 : Using the option “-prune -o” We can exclude directories by using the help of “path“, “prune“, “o” and “print” switches with find command. See the example: # find ./ -path ./bit/* -prune -o […]