↧
Copying Files between Clients and Servers over ssh using scp
It’s quite common to need to upload or download file between one or more servers and the local computer. If it’s available a ssh access on the servers, using scp to transfer file from and to the server...
View ArticleExecuting Commands and Scripts Remotely with ssh
Often it’s required to execute on a remote server a command or a whole bash script. Not everyone knows that through ssh it’s possible to execute this task. Here’s the ssh syntax: usage: ssh...
View ArticleWatch P2P Television on Linux with Sopcast and VLC player
On Windows I was used to watching on-line television with the software Sopcast. On linux I had to spend about an hour to setup everything to correctly view P2P Tv, so I believe that this post may be...
View Article