
Thu Oct 24 2019
How to Install Node.js and npm on CentOS 8
In this article we're going to walk you through two different ways to install Node.js and npm on CentOS 8. Choose the installation option that might be most appropriate for your environment. Node.js is a cross-platform JavaScript runtime environment built on Chrome's JavaScript.
Read more

Wed Oct 23 2019
Pstree Command in Linux
In this article, we will talk about the pstree command. It is similar to ps but instead of listing the running processes, it shows them in a tree.

Wed Oct 23 2019
Ps Command in Linux (List Processes)
In this article we will talk about how to use the ps command to list the currently running processes and display information about the about those processes.

Tue Oct 22 2019
Python Enumerate Function
enumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables.
Sat Oct 19 2019
How to Install Odoo 13 on Ubuntu 18.04

Fri Oct 18 2019
How to Install PHP on CentOS 8

Thu Oct 17 2019
How to Install MySQL on CentOS 8

Wed Oct 16 2019
How to Enable and Disable Root User Account in Ubuntu

Wed Oct 16 2019
How to Change Root Password in Ubuntu Linux

Tue Oct 15 2019
Configuring the Nginx Error and Access Logs
