Using Top, Du, and Netstat as Tools to Monitor Server Resources

using top du and netstat to monitor server resources

In this tutorial, we will explain the usage of the top, du, and netstat as tools to monitor server resources.

The du is a shortcut of disk usage, the top is used for showing the running processes, and netstat is for printing network connections, routing tables, interface statistics, masquerade connections, etc. We will explain these commands with real examples, and we will use Ubuntu 20.04 as OS in this tutorial, but you can choose any Linux distro per your choice. Let’s get started!

Read More

How to Install Dokuwiki on Ubuntu 22.04

how to install dokuwiki on ubuntu 22.04

Dokuwiki is an open-source wiki software written in PHP, and it doesn’t require a database. It was developed by Andreas Gohr in 2004. Dokuwiki works on plain text files, and its syntax is similar to the one used by MediaWiki. With its simple yet powerful syntax, users can create structured texts easily, and it ensures the data files remain readable outside the wiki. In this tutorial, we will show you how to install Dokuwiki on Ubuntu 22.04.

Read More

How To Install Akaunting on Debian 11

how to install akaunting on debian 11

Akaunting is a free, open-source self-hostable accounting software that can be used to manage your invoices, quotes, and finances. Akaunting provides an elegant and intuitive UI will all the features and was designed for small businesses and freelancers.

In this tutorial, we are going to show you how to install Akaunting on Debian 11 VPS.

Read More

How to Install Node.js on Ubuntu 22.04

how to install nodejs on ubuntu

In this tutorial, we are going to explain in step-by-step detail how to install and use Nodejs on Ubuntu 22.04 OS.

Nodejs is an open-source, cross-platform back-end javascript runtime environment responsible for executing javascript code. Nodejs allows developers to use javascript for server-side scripting and to produce dynamic web pages. Nodejs is developed and maintained by the OpenJS Foundation and written in C, C++, and Javascript.

In this blog post, we are going to explain the three different ways to install NodeJS on your Ubuntu 22.04. Let’s get started!

Read More

How to Install Joomla 4 on Debian 11

how to install joomla 4 on debian 11

In this tutorial, we are going to explain in step-by-step detail how to install Joomla 4 on Debian 11 OS.

Joomla is an open-source content management system (CMS) used for publishing web content on websites. Joomla CMS is written in PHP Symfony and is based on the MVC (Mode-View-Controller) web application framework. This software includes a lot of features such as page caching, blogs, language support, feeds, etc. In this tutorial, we are going to set up Joomla 4 with the most used stack, the LAMP stack.

Installing Joomla 4 with LAMP stack is a straightforward process that can take up to 15 minutes. Let’s get started!

Read More

How to Install LOMP Stack on Ubuntu 22.04

how to install lomp stack on ubuntu 22.04

In this tutorial, we are going to install the LOMP stack on Ubuntu 22.04 OS.

The LOMP stack stands for Linux, Openlitespeed, MySQL, and PHP. This stack is very often used where we need to gain better performance of our complex website. Openlitespeed is the Web server where the requests are handled, MySQL is the database storage system, and PHP is the programming language that is integrated well with Openlitespeed.

Installing the LOMP stack is a very easy process that may sometimes take up to 45 minutes. Let’s get started!

Read More

How to Install Flatpak on Ubuntu 22.04

how to install flatpak on ubuntu 22.04

Flatpak is package management for Linux machines. It is a universal package management DNS utility for software developers to install and run applications of multiple Linux distributions. Flatpak is actively maintained by an independent community composed of contributors, volunteers, and organizations.

Flatpak allows users to install applications in an isolated environment. With Flatpak, all applications are limited to a set of predefined permissions and also enhance privacy and security. This article will show you how to install Flatpak on Ubuntu 22.04.

Read More