2022

Monitor User Activity With acct Tool on Ubuntu 20.04

Introduction acct is an open-source application that allows tracking user’s activities on the system. It works in the background and monitors all user activity on the system and the resources used. It is often used at companies and must work continuously on servers. It is very useful because it provides resources used by Apache, MySQL, …

Monitor User Activity With acct Tool on Ubuntu 20.04 Read More »

How to Install GNU Octave on Ubuntu

GNU Octave is an open-source, high-level complete programming language. It is compatible with MATLAB and is mostly used for numerical calculations. It has a lot of graphical capabilities for data plotting and visualization. It also aids in the numerical solution of linear and nonlinear problems. GNU Octave is supported on Linux, BSD, Windows, and macOS. …

How to Install GNU Octave on Ubuntu Read More »

How to Install Discourse on Ubuntu 20.04 LTS

Discourse is an open-source discussion forum and mailing list management software that allows you to collaborate in a work environment with your team. The software supports many cool features that you see on other social networking sites like quick notifications, endless scrolling, and active discussions. It also keeps a strict criterion for everyone to act …

How to Install Discourse on Ubuntu 20.04 LTS Read More »

Generating Random Numbers From Linux Terminal

Generating random numbers is a fun kind of work to do. Sometimes, such tasks are needed for a purpose too like creating a password. In Linux, there are several ways to generate random numbers with some scripts. In this article, we are going to explain the different ways to generate random numbers through Linux terminals. …

Generating Random Numbers From Linux Terminal Read More »