Webmin is a web hosting control panel like CPanel which provides easy to use interface for managing Unix-like systems. Webmin…
Some times you may require to convert any string to uppercase (all letters). This tutorial will help to convert a…
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…
