hodifa_almosa_0966

torrent

Feb 14th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1. In this video you can learn how to install and use utorrent on Linux / Ubuntu.
  2.  
  3. Enter "admin" without quotes in user field and leave the password blank.
  4.  
  5. Here are the commands used:
  6. https://www.utorrent.com/downloads/linux/
  7.  
  8. cd ~/Downloads
  9.  
  10. sudo tar -xvzf utserver.tar.gz -C /opt/
  11.  
  12. sudo chmod -R 755 /opt/utorrent-server-alpha-v3_3/
  13.  
  14. sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
  15.  
  16. wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
  17. sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
  18.  
  19. utserver -settingspath /opt/utorrent-server-alpha-v3_3/
  20.  
  21. localhost:8080/gui
  22. If you are facing libssl not found
  23. execute command
  24.  
  25. sudo apt-get install libssl-dev
  26.  
  27.  
  28.  
  29.  
Add Comment
Please, Sign In to add comment