curl marrant

Rédigé par Paulo Aucun commentaire
Classé dans : Web, Divers Mots clés : curl

curl marrant :

  1. exporter le proxy si nécessaire
    # utilisation éventuel d'un proxy
    export http_proxy=http://proxy.de.chez.nous
    export https_proxy=http://proxy.de.chez.nous

     

  2. meteo
    # meteo
    curl wttr.in/lyon
    curl wttr.in/bergen
    
    
  3. commande shell

    # commande shell
    curl cheat.sh
    curl cheat.sh/ls
    curl cheat.sh/btrfs

     

Les commentaires sont fermés.