diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -135,20 +135,6 @@ Group chats do not have audio yet. Examples ======== -SSH over TOX for the practical paranoid ---------------------------------------- - -On the sender side (the client): -1) cd into the friend's directory (the server) -2) nc -lv 1234 > file_in < file_out - -On the receiver side (the server): -1) cd into the friend's directory (the client) -2) cat < file_out | nc localhost 22 > file_in - -Now on the client run the following: -ssh -o ProxyCommand="nc %h 1234" user@localhost - Screencasting using ffmpeg and mplayer -------------------------------------- |