linux:ligne_de_commande
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| linux:ligne_de_commande [2014/10/21 09:42] – bruno | linux:ligne_de_commande [2021/02/14 18:43] (Version actuelle) – bruno | ||
|---|---|---|---|
| Ligne 16: | Ligne 16: | ||
| [[http:// | [[http:// | ||
| + | |||
| + | == Tester si un site web supporte le protocole HTTP/2 == | ||
| + | <code bash> | ||
| + | curl -sI https:// | ||
| + | </ | ||
| == Nettoyer les noms des fichiers == | == Nettoyer les noms des fichiers == | ||
| Ligne 85: | Ligne 90: | ||
| export DISPLAY=": | export DISPLAY=": | ||
| notify-send -t 0 " | notify-send -t 0 " | ||
| - | </code-bash> | + | </ |
| == Synchroniser des fichiers sur un ordinateur distant avec la commande rsync sur un port différent == | == Synchroniser des fichiers sur un ordinateur distant avec la commande rsync sur un port différent == | ||
| Ligne 121: | Ligne 126: | ||
| </ | </ | ||
| + | == Cherche l' | ||
| + | <code bash> | ||
| + | sudo aptitude install git scons python3-sphinx python3-nose gettext build-essential libelf-dev libglib2.0-dev libblkid-dev libjson-glib-dev | ||
| + | git clone -b develop https:// | ||
| + | cd rmlint | ||
| + | scons config | ||
| + | scons DEBUG=1 -j4 | ||
| + | sudo scons DEBUG=1 --prefix=/ | ||
| + | </ | ||
| + | |||
| + | == Récupérer et interpréter les spécifications du moniteur en utilisant le protocole VESA VBE DDC == | ||
| + | <code bash> | ||
| + | sudo apt install read-edid | ||
| + | sudo get-edid | parse-edid | ||
| + | </ | ||
| * [[http:// | * [[http:// | ||
linux/ligne_de_commande.1413884525.txt.gz · Dernière modification : 2014/10/21 09:42 de bruno