Guest User

Untitled

a guest
Jan 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. > GRAAL cheat sheet
  2. # Cheat Sheet
  3.  
  4. ## Connexion à deepnlp
  5. `ssh username@{ip_address}`
  6.  
  7. ### configuration local connexion ssh
  8. Pour configurer la connexion ssh
  9.  
  10. 1. Se déplacer dans le répertoire `.ssh`
  11. 2. Éditer le fichier *config*
  12.  
  13. ## tmux
  14. - tmux ls -> affichage session
  15. - tmux a -t 0 -> 0 la session a se reconnecter
  16. - tmux > create a new session
  17. - `ctrl + B` and `d`
Add Comment
Please, Sign In to add comment