Linux 3 méthodes pour changer le shell sous linuxLe Shell est un programe sous Linux qui permet d’interpréter les commande, c’est gràce au Shell que ces commandes sont…
Linux Observer les port TCP et UDP en temps réelUn port permet d’identifier un process ou application spécifique ou bien un service réseau, Chaque service réseau sur Linux utilise…
Linux Résoudre le problème de Kernel panicKernel panic est une situation que la plupart des administrateurs Linux rencontre suite à une mise à jour ou installation…
Linux How to disable SElinux on CentOS 7 and RHEL7SELinux (Security-Enhanced Linux) is a Linux kernel security feature for access control designed by the NSA, the US national security…
Linux 10 most used puppet commands on LinuxWe have already seen how to install puppet on CentOS 7 / RHEL 7, in this article we will list…
Linux Install chrome on Red Hat-based Linux DistributionsGoogle chrome is a free browser developed by google inc. the latest version is 93.0.4577.63 at the time of writing…
Linux How to add a directory to $PATH on LinuxPATH is a variable that allows you to run your scripts by simply typing its name without needing to specify…
Linux dd (Disk Dump)dd (Disk Dump) is a powerful UNIX utility that allows you to copy all or part of a disk in…
Docker How to install Docker in CentOS 7Docker is a platform that makes it easy to build, deploy and start applications using containers. Developing with Docker also…
Linux find : 11 Practical examples for searching for filesfind is a powerful command on Linux, it allows you to search for files and folders using different criteria: name,…