Menu

Install uTorrent on Ubuntu 16.04
µTorrent, or uTorrent (see pronunciation) is a freeware, ad-supported, proprietary BitTorrent client owned and developed by BitTorrent, Inc. With over 100 million users it is the most widely used BitTorrent client outside China; globally only behind Xunlei.The "µ" (Greek letter "mu") in its name comes from the SI prefix "micro-", referring to the program's small memory footprint: the program was designed to use minimal 

computer resources while offering functionality comparable to larger BitTorrent clients such as Vuze or BitComet. The program has received consistently good reviews for its feature set, performance, stability, and support for older hardware and versions of Windows.
INSTALLATION 
$ sudo apt-get update
$ sudo apt-get install libssl1.0.0 libssl-dev
Download the Latest version of the uTorrent server from the official website or simply enter the following command to download the current version.
### 32 bit ###

$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-i386-ubuntu-13-04/track/beta/ -O utserver.tar.gz

### 64 bit ###

$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
Once you have downloaded, extract the file into /opt directory
$ sudo tar -zxvf utserver.tar.gz -C /opt/
Set an executable permission to the extracted directory for running the uTorrent Server.
$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
Link uTorrent Server to /usr/bin/ directory.
$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
Start uTorrent Server by executing the following command.
$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &
Once you run the command, navigate your web browser to the following address.
http://your-ip-address:8080/gui
Username is admin and leave the password field empty.

Once you have logged in, set the download directory. To do that, click on Settings (Gear Icon) –> Directories –>  Put new downloads in —> mention the directory –> Save settings.

www.hackthesec.co.in

About Author:


I am a Linux Administrator and Security Expert with this site i can help lot's of people about linux knowladge and as per security expert i also intersted about hacking related news.TwitterFacebook

Next
Newer Post
Previous
Older Post

0 comments:

Post a Comment

 
Top