How to Install Gradle Build Tool on Debian

Gradle installation on Debian Linux

Gradle is a build automation tool that is built on the ideas of Apache Ant and Apache Maven. Gradle replaces the XML form used by Apache Maven for defining the project settings with a Groovy-based domain-specific language (DSL). Gradle is using a Groovy-based DSL, which is more convenient for developers. This DSL also provides for ... Read more

How to Remove Directories in Linux

Remove Directory on Linux

Spring cleaning is not only necessary for homes, Your Linux Mint 20 file system also needs to be decluttered regularly. An organized file system will save you or the system administrator a lot of headaches in the long run. In this article, you will learn how to remove your directories to organize your file system. ... Read more

How to Backup OpenVZ Containers with vzdump on CentOS

OpenVZ is a Linux-based Kernel virtualization technology developed by SWSoft for its commercial product Virtuozzo. The modified Linux Kernel and the system utilities are released under an OpenSource license. Vzdump is a shell-based backup program for OpenVZ virtual machines. It is made for containers that use the traditional "simfs" filesystem, it can not be used ... Read more