MX Linux is a cooperative venture between the antiX and former MEPIS communities. The MX Linux, version 18.3 is the…
JSON (JavaScript Object Notation) is a popular lightweight data interchange format used for exchanging data between servers and clients. While…
Apache is one of the most popular open-source web servers available, used by many websites globally. One of its features…
In the era of cloud computing, having your own private cloud storage is not just a luxury but a necessity…
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…