System

16/06/2016
Print Friendly, PDF & Email

Bash scripting Tutorial

Hello World Bash Shell Script linuxconfig.org:~$ which bash > hello-world.sh linuxconfig.org:~$ vi hello-world.sh linuxconfig.org:~$ chmod +x hello-world.sh linuxconfig.org:~$ ./hello-world.sh Hello ...

Introduction aux scripts shell

Vous venez d'apprendre à utiliser un éditeur de texte puissant comme Vim. Cela va vous être particulièrement utile pour les ...

Utilisation d’un iMac en tant qu’écran avec le mode d’affichage cible

Le mode d’affichage cible permet d’utiliser l’écran intégré d’un iMac pris en charge en tant qu’écran externe pour un autre ...

BASH: Vérifier qu’une commande existe

Comment vérifier qu'une commande existe en Bash ? Comment vérifier la disponibilité des prérequis d'un script ? Une méthode permettant ...

BASH : Suppression des accents, cédilles, etc

Comment supprimer les accents, cédilles, etc, dans une chaine de caractères ? Méthode classique : la substitution La suppression des ...

Rsync : Sync Files/Directories

Copy files or directories from one location to an another host by rsync. If you'd like to set rsync automatically ...

Bash: How do I get the command history in a screen session?

If I start a screen session with screen -dmS name, how would I access the command history of that screen ...

Scripts shell de sauvegarde

Une des façons les plus simples de sauvegarder un système utilise un script shell. Par exemple, un script peut être ...

Learn Bash: Remove Commands From Your History

Occasionally I type a password or other sensitive information into a shell prompt. Using bash history, the command can be ...

Dumper une base MySQL avec horodatage dans le nom du fichier

J'ai un projet qui utilise la base de données MySQL. Je souhaite sauvegarder la base de données tous les jours, ...

Administration Linux Avancée : commandes utiles

I► Dans cet article, nous allons aborder les commandes d’administration Linux avancé : => mkfifo et script permettent d’initialiser un fichier de type pipe ...

How To Secure Apache with Let’s Encrypt on Ubuntu 16.04

Introduction This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 16.04 server running ...

Make the configuration of iptables persistent (Debian)

Objective To make the configuration of iptables persistent on a Debian-based system Background The iptables and ip6tables commands can be used to instruct Linux ...

The role of shells in the Linux environment

Shell is used for various purposes under Linux. Linux user environment is made of the following components: Kernel - The core ...

Detect Webcam & Microphone Activity on Mac with Oversight

Source: osxdaily.com Though Mac users don’t usually have to worry excessively about “camfecting” malware and spyware, some security conscious users ...

How to Migrate a Web Server Running Apache, MySQL, WordPress and Drupal

Well folks its time that my old home hosted server is retired. Which means I have to migrate all of ...
Les commentaires sont fermés.