TheLinuxTerminal
Linux
Ubuntu
CentOs
Shell Scripting
Nginx
Our Tools
About Us
Contact Us
# learn linux
How to Install NVM In Centos 8
Introduction Node version manager is a command line utility to manage different versions of node in a system. While doing application….
20th march 1990
9 mins Read
How to Install Rocky Linux (Best Guide With Screenshots)
Introduction Rocky Linux has been released with its latest stable version of 8.4 .Since Centos has been announced its end of life Rocky….
20th march 1990
9 mins Read
How to Install JDK on Rocky Linux
Introduction Java is one of the most popular programming languages currently used in the industry Java is free and open source so as JDK….
20th march 1990
9 mins Read
How to Install POSTGRESQL ubuntu 23.04 and 23.10
Introduction In this article , we will walk you through the process of installing and setting up a PostgreSQL database on Ubuntu 23.04 and….
20th march 1990
9 mins Read
Grep Command Examples in Unix/Linux Shell Scripting
Introduction For most of the developers and admin , manipulating something after reading a particular file is a common task that most of us….
20th march 1990
9 mins Read
10 Netstat Command Examples in Linux
Introduction Netstat is one of the most used command for checking and monitoring network configurations , iptables and routing informations….
20th march 1990
9 mins Read
10 Tips to Secure Your Apache Web Server on UNIX / Linux
Introduction If you are one of those Linux admins who works daily on Apache Web server or use it extensively , you should be probably aware….
20th march 1990
9 mins Read
What is a 500 Internal Server Error and How to Fix
Introduction 500 Internal Server Erroris a generic error message that appears on the web browser. It is also known as an internal server….
20th march 1990
9 mins Read
How to Monitor Server memory Using Shell Script
Introduction Almost all linux admin knows about bash and bash scripting is one of the most demand skills for any linux admin . So today we….
20th march 1990
9 mins Read
Beginners Guide to Install Docker in Fedora
Introduction Docker is a containerization software solution , used as a Virtual environment to package and deploy applications . You can….
20th march 1990
9 mins Read
Linux and Unix fgrep Command With Examples
Introduction Most of us knows grep command in linux . We have discussed about grep command in our recent post . But we have two more….
20th march 1990
9 mins Read
How Setup Virtal Machines on Mac M1 Apple Silicon Chip
Introduction Virtual Machine(VM) is a standalone computer that mocks or emaluates another computer. It allows you to run multiple….
20th march 1990
9 mins Read
How to Install MySQL on Ubuntu 22.10
Introduction MySQL is a free and open source RDBMS (Relational Database Management System ). Its used by many organization and many….
20th march 1990
9 mins Read
Shell Script to Parse CSV Files In Linux
Introduction We will now look at creating a script to parse and format a CSV file. The formatting of the file will add new lines, tabs, and….
20th march 1990
9 mins Read
How to Write While Loop in Bash Programming
Introduction Bash while loop is one of the most important loops that we use in bash programming . As most of you are aware loops are….
20th march 1990
9 mins Read
How to Install and Setup Apache Web Server on Ubuntu 22.10
Introduction In this post we will follow step by step guide to install Apache Web Server in Ubuntu 22.10 . The Apache Web Server is open….
20th march 1990
9 mins Read
Setup Virtual Host using Apache On ubuntu 22.10
Introduction Virtual hosts in Apache allow you to host multiple websites on a single server, each with its own unique domain name. This is a….
20th march 1990
9 mins Read
How to Install GCC Compiler on Ubuntu
Introduction If you are a programmer or a software developer, you must have heard of the GCC compiler. It is one of the most popular….
20th march 1990
9 mins Read
Top 10 Cron Examples - Run Every Hour , Every 24 Hour , Every Weekend and Every Nth Minute.
Introduction Cron is a command that runs jobs or tasks on a schedule. It's essentially a background task management system for Linux….
20th march 1990
9 mins Read
How to Install PhpmyAdmin on Ubuntu 22.10
Introduction PhpMyAdmin is a free, open source web interface for mysql interface. It's a powerful tool used by many web developers to….
20th march 1990
9 mins Read
Step by Step Guide Installing PHP on Ubuntu 22.10
Introduction If you are a developer or a website owner, you must have heard of PHP, the popular programming language that powers most of the….
20th march 1990
9 mins Read
How to Add , Remove and List Users In Sudoers List Linux
Introduction There is a SuperUser in Linux (and Unix in general) by the name of root. Working as the root user can be extremely risky….
20th march 1990
9 mins Read