Search For:
- Home
- Search For:
This article covers the Complete guide for setting up a mail server using Postfix, Dovecot & SquirrelMail.
Linux mail command Options:
This article covers how to use the mv command in Linux.
mv command Options
This article covers how to install the Psensor Temperature Monitoring Application on the Ubuntu machine through the command line and graphically.
psensor can monitor:
How to Install psensor Using apt on Ubuntu Linux system ?
Update apt database with apt using the following command:
$ sudo apt update
After updating apt database, We can install psensor using apt by running the following command:
$ sudo apt -y install psensor
This article covers how to install Joomla on Rocky Linux 8. In fact, Joomla is an open-source and PHP-based content management system used for creating different types of websites including blogs, eCommerce storefronts, and marketing sites. It is simple, user-friendly, and provides an easy way to build dynamic and powerful websites.
This article covers how to install Gradle on a Debian 10 machine. In fact, Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process.
How to Install gradle on Debian Using apt ?
Update apt database with apt using the following command:
$ sudo apt update
After updating apt database, We can install gradle using apt by running the following command:
$ sudo apt -y install gradle
How To Uninstall gradle on Ubuntu 21.10 ?
To uninstall only the gradle package we can use the following command:
$ sudo apt-get remove gradle
We can use the following command to remove gradle configurations, data and all of its dependencies, we can use the following command:
$ sudo apt-get -y autoremove --purge gradle
This article covers how to install gLabels which is a unique desktop publishing for label designing. In fact, gLabels is designed to work with various laser/ink-jet peel-off label and business card sheets that you'll find at most office supply stores. gLabels also supports mail merge from sources such as CSV files, vCards and Evolution data servers.
How to Install glabels on Ubuntu Using apt ?
Update apt database with apt using the following command:
$ sudo apt update
After updating apt database, We can install glabels using apt by running the following command:
$ sudo apt -y install glabels