×


Blog


Rename Directories in Linux Mint 20 - The Best way ?

This article covers the best methods to organize your directories in your Linux Mint system. Keeping an organized file system brings merit not only to system administrators, but regular users can also benefit from it.

To rename a directory on Linux, use the "mv" command and specify the directory to be renamed as well as the destination for your directory. To rename this directory, you would use the "mv" command and specify the two directory names.


Install OpenLiteSpeed Webserver on Ubuntu 20.04 - Easy method ?

This article covers how to install and configure OpenLiteSpeed webserver. OpenLiteSpeed is an easy-to-use, open-source web server. It offers unbeatable features and performance to your sites along with top-notch security. Also, it understands all the apache rewrite rules and has intelligent cache acceleration features that let you implement the fastest caching on your server. Apart from all these, you get to install a customized PHP processor that is optimized for the OpenLiteSpeed server.


OpenLiteSpeed server's Frontend (default page) is located at:

http://<your-server-public-IP>:8088

It's backend (admin console) is located at:

https://<your-server-public-IP>:7080


Install Apache Maven on CentOS 8 - Easy Method ?

This article covers the installation methods( Yum package manager or via direct download method), you can easily install Apache Maven on CentOS. Apache Maven is basically a software project management and comprehension tool. 


How to check Apache Maven on Linux?

Use the following command to check the version of installed Maven on your system:

$ mvn -version


Bash For Loops - An overview with Examples

This article covers different loop formats available in Bash Scripting. Bash For loop is a statement that lets you iterate specific set of statements over series of words in a string, elements in a sequence, or elements in an array.


The syntax of the for loop is:

for VARIABLE in PARAM1 PARAM2 PARAM3
do
  // scope of for loop
done


Install bashtop on Linux Mint 20 - Best Method ?

This article covers how to install the "bashtop" utility on your Linux Mint 20 system. Bashtop is a command-line based resource monitor written in bash, which depicts usage and statistics for the CPU processor(s), RAM, hard disks, network sources, and other running processes. It also contains a customizable menu and a fully responsive terminal user interface. 

Now, you will be able to use this utility for monitoring the resource usage statistics on your system. 


To Run or start Bashtop application, run one of the following commands.

# bashtop
# bpytop


Install Gitea on Linux Mint 20 - Best Method ?

This article covers the installation procedure of Gitea on a Linux Mint 20 system. With Gitea, you can track time, issues, repository branching, file locking, merging, etc.