11.12.2015 г.

How to wathc and listen movie and mp3 from another machine

Install virtual mashine or not you are choice:

install samba server
apt-get isntall samba

#config of samba share and add to the end of file /etc/samba/smb.conf

[share]
comment = Borko share
path = /home/borko/share
valid users = borko
read only = no
writables = yes
gueest ok = no

On mashine where put file and connect to mashine install samba-client

To mount server use

mount -t cifs //ip/share-filder -o username=borko,password=wonderwand /tmp

If you use local network use mount if you whant to put file in other segment use ftp or another.

To downoad torrent file make use aria

get toorent file and add this in terminal:
aria2c http://zamunda.net/download.php/444449/torrent-name.torrent

In the same folder (may use ssh) start daemon:
python -m SimpleHTTPServer

In your broweser put ip from server and port 8000(default)

Watch movie or listen mp3 from your browser.

1 коментар :