« SSH » : différence entre les versions
| (4 versions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Informatique]] | [[Catégorie:Informatique]] | ||
À renommer ou à fusionner avec [[Linux]] ou [[Serveur Linux]] ? | |||
Un bon tutoriel ici : [https://www.youtube.com/watch?v=mBqq3nCBa0w GodOfMacro] | |||
== Se connecter en SSH avec un terminal propre == | == Se connecter en SSH avec un terminal propre == | ||
| Ligne 7 : | Ligne 11 : | ||
== Configurer l'interface en ligne de commande == | == Configurer l'interface en ligne de commande == | ||
* Installer zsh tmux git | * Installer zsh tmux git | ||
* | * Installer [https://github.com/ohmyzsh/ohmyzsh OhMyZsh] | ||
* Modifier le fichier ~/.zshrc pour changer le thème : de ''robbyrussel'', passer à ''ys'' | |||
* zsh-syntax-highlighting ? | |||
== Logiciels ou utilitaires intéressants == | |||
[https://tldr.sh/ tldr] est un petit utilitaire de commande pour avoir de meilleures explications que ''man''. Il y a plusieurs manières de l’installer, voir https://github.com/tldr-pages/tldr/wiki/Clients | |||