Shaare your links...
6241 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/ Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
3 results for tags command x
  • Note: executer commandes depuis un fichier texte
    ```console
    #!/bin/bash

    # Liste des adresses IP des switches
    switches=("xx.xx.xx.xx" "xx.xx.xx.xx")

    # Nom d'utilisateur et mot de passe
    user="blurp"
    password="blurpx2"

    # Fichier de commandes
    command_file="commands.txt"

    # Boucle à travers chaque switch
    for switch in "${switches[@]}"; do
       echo "Exécution des commandes sur $switch"
       sshpass -p "$password" ssh -o StrictHostKeyChecking=no "$user@$switch" < "$command_file"
    done
    ```
    Fri Sep 6 15:13:47 2024 - permalink -
    - http://www.la-pub-dans-les-films.fr/shaarli/?0qNEww
    command ssh
  • explainshell.com - match command-line arguments to their help text
    write down a command-line to see the help text that matches each argument
    Thu Jan 11 13:28:21 2024 - permalink -
    - https://explainshell.com/
    command linux
  • command
    ??
    cnf
    dnf
    Thu Nov 9 18:44:36 2023 - permalink -
    - https://command-not-found.com/
    command commande linux list
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.