puté que ça a l'air bien ça
je le met là parce que j'ai du le re-chercher et que ça m'a gonflé :D
Un "framework" de gestion de cloud qui a l'air d'avoir été pas mal éprouvé par walmart
Un genre de xen applicatif pour tout un tas d'OS différents, je laisse ça de côté :)
une nouvelle feature à venir qui va roxxer!
Euh ... y'a tellement de docs que ça devient effrayant :D
Un truc dont je me servirai peut être un jour
Un peu "à l'ancienne" mais pas faux, sauf quelques règles qui sont paradoxales (never do anything you can back off from VS try new stuff)
Via blue iirc :
You can press ctrl-z to interrupt the process and then run bg to make it run in the background.
You can show a numbered list all processes backgrounded in this manner with jobs.
Then you can run disown %1 (replace 1 with the process number output by jobs) to detach the process from the terminal.
In spite of the name, the process will still be owned by you after running disown, it will just be detached from the terminal you started it in.