How to check installed Linux version

Comment vérifier la version de Linux installée

For check linux version installed on your machine, several methods are available. One of the most used commands is lsb_release -a, which provides detailed information about the distribution and its number. Alternatively, for Debian based systems you can view the file /etc/debian_version. Another approach is to use the command uname -a, which displays kernel and … Lire plus

Differences between Linux and Windows: a technical guide

Différences entre linux et windows : un guide technique

Operating systems Linux And Windows have fundamental differences that influence their use and adoption. First of all, Linux is a system open-source, allowing users to have full access to the source code, while Windows is generally subject to restricted licenses. In terms of cost, Linux is often free, while Windows requires a license purchase. In … Lire plus

How to create a bash script in Linux: practical guide

Comment créer un script bash sous Linux : guide pratique

In this guide, we will explore the creating Bash scripts on the operating system Linux. To begin, we will write our first simple script which displays the message “Hello World! First Bash script!” in the console, using the command echo. A Bash script helps automate repetitive tasks, making your workflow easier. We will also cover … Lire plus

Basic Commands to Master in Linux

Commandes de base à maîtriser sous Linux

THE basic commands under Linux are essential for anyone who wants to navigate this environment effectively. They allow you to manage files, manipulate directories and perform various system operations. For example, the command CD is used to change directories, while mv Allows you to move or rename files. Other commands like cat are used to … Lire plus

Essential Linux troubleshooting tools

Les outils de dépannage incontournables sous Linux

THE troubleshooting tools below Linux are essential to optimize the user experience and resolve issues quickly. Among these tools, procps stands out with commands like p.s., vmstat, uptime, And top to monitor system performance. The package iproute2 is essential for managing the network using tools like ip, ss, And tc. In the event of a … Lire plus

How to reinstall grub on linux easily

Comment réinstaller grub sur linux facilement

Reinstall GRUB on Linux may seem complex, but this process can be simplified. If your system no longer boots, insert a DVD or USB stick installation of Ubuntu or another Linux distribution. Boot from this media and choose the option to live session. Open a terminal and mount the partition where Linux is installed. You … Lire plus

How to configure a web server on Linux efficiently

Comment configurer un serveur web sous Linux efficacement

For configure a web server on a system Linux, it is essential to follow several key steps. First, start by preparing your system making sure it is up to date. Then proceed tofacility of Apache, a very popular open source web server, which will allow you to host your web applications. Once Apache is installed, … Lire plus

How to master processes in Linux?

Comment maîtriser les processus sous Linux ?

For master processes in Linux, it is essential to understand the tools available to monitor and manage these processes. Commands such as p.s., top, htop And atop allow to view current processes of execution, to examine their tree structure and of search for specific processes. The order p.s. displays a list of processes associated with … Lire plus