Execute Python scripts over SSH without copying them

Posted on 2025-01-05 in Trucs et astuces • Tagged with SSH, Linux

You can run scripts (written in Python or any other language) directly on a server if the proper interpreter is installed. I recently used it to run a Python script over several servers without the need to copy the relevant script on the server. It all relies on the following …


Continue reading

Emacs : se connecter en ssh

Posted on 2013-08-08 in Trucs et astuces • Tagged with Emacs, ssh, Trucs et astuces

Emacs n’est pas installé sur le seveur où vous devez modifier des fichiers ? Vous détestez vi et trouvez nano trop limité ? Eh bien vous pouvez utiliser Emacs avec votre configuration habituelle !

Pour que Emacs se connecte au serveur, tapez simplement : ^x ^f /ssh2:USER@SEVER. Emacs va alors se …


Continue reading