Question – How do I sort du -h command output by there sizes? In the GNU Coreutils >= 7.5 package,…
Laravel, a popular PHP framework for web application development, has a strong focus on security. Among the many security considerations…
Use rm -r switch with the git command to remove directory recursively. After removing the directory you need to commit…
Setting the proper file permission for any web application is an important part of web hosting. In this tutorial, you…
This tutorial will help you to install Dovecot on Ubuntu systems. Dovecot package provides service for POP/IMAP protocols. With these…
An array is a container of multiple values of similar types. After initializing an array, how can you empty it?…
Python is a powerful and versatile programming language that is widely used in various applications, from web development to data…
Question – How do I check If a String contains another substring in Java? In our previous article, you learned…
Laravel is an popular framework built on PHP programming language. You can find Laravel installation tutorials here. In this tutorial,…
First of all, make sure Apache deflate module is enabled on your system. The below command will enable the deflate…