ps command • 9 min read • How to Check Memory Usage per Process on Linux How to Check Memory Usage per Process on Linux with our step-by-step tutorial. It is used to view and analyze running processes on a system.…
installation-guides • 3 min read • How to Install pip on Debian 10 Install pip on Debian 10 with our step-by-step tutorial. A pip is a package management system for installing Python packages.…
sysbench • 4 min read • How to Use Sysbench for Linux Performance Testing Use Sysbench for Linux Performance Testing with our step-by-step tutorial. A sysbench utility offers benchmarks for CPU, MySQL, memory, and I/O.…
installation-guides • 6 min read • How to Install Node.js and npm on Ubuntu 20.04 Install Node.js and npm on Ubuntu 20.04 with our step-by-step tutorial. It enables developers to build scalable and efficient web applications.…
installation-guides • 4 min read • How to Install Python 3.11 on Debian 11 How to Install Python 3.11 on Debian 11 with our step-by-step tutorial. Python is a beginner-friendly free, open-source language.…
installation-guides • 3 min read • How to Install Python 3.11 on Debian 10 Install Python 3.11 on Debian 10 with our step-by-step tutorial. It offers dictionary merging, improved syntax, and optimized performance.…
installation-guides • 7 min read • How to Install and Configure Squid Proxy on Debian 10 Linux Install and Configure Squid Proxy on Debian 10 Linux with our step-by-step tutorial. Squid is a caching proxy that supports common protocols.…
installation-guides • 4 min read • How to Install VirtualBox Guest Additions on Debian 10 Linux Install VirtualBox Guest Additions on Debian 10 Linux with our step-by-step tutorial. Allows running multiple Operating System simultaneously.…
sonarqube • 11 min read • How To Ensure Code Quality with SonarQube on Ubuntu 18.04 In this tutorial, you will ensure code quality with SonarQube on Ubuntu 18.04. SonarQube is an open-source platform for code quality assurance.…
tr • 5 min read • Tr Command in Linux with Examples In this tutorial we'll show you how to use the tr command. A Unix tool that transforms, deletes, and compresses characters from input to output.…
installation-guides • 7 min read • How to Install Ghost Blogging Platform on Ubuntu 18.04 Install Ghost Blogging Platform on Ubuntu 18.04 with our step-by-step tutorial. It is an open-source blogging platform for easy content creation.…
stdin • 4 min read • How to Read From stdin in Python Read From stdin in Python with our step-by-step tutorial. In Python, stdin is a built-in file object representing the input read by a program.…