Administration

Benchmarking

Benchmarking is the process of testing and measuring the performance of various hardware components, such as the CPU, GPU, memory, and disk, as well as software applications running on the

Read More »

Monitoring

As a system administrator, it’s important to keep track of the commands that users are running on your Linux server. This can help you identify any unauthorized activity or potential

Read More »

Processes

In Linux, a process is an instance of a running program. Every process has a unique process ID (PID), and processes can spawn child processes. The Linux operating system uses

Read More »

Vi

Vi is a text editor that is available on most Linux systems. It is a powerful tool that can be used for editing various types of files, such as configuration

Read More »

Crontab

Crontab is a tool in Linux which automates tasks that need to be executed at specific times or intervals. This can include tasks such as backups, cleaning up temporary files,

Read More »

How to add a user on Ubuntu 18.04

In this example I will add a user that is called “genie”, using the adduser command. Replace genie with your desired username. When you add your username the system will

Read More »
No more posts to show
Scroll to Top