Hi!

I wrote a little init.d script from skeleton for uTorrent Server.
Maybe you can use it on Debian and Ubuntu.
utorrent server 에대한 골격을 약간의 init.d 스크립트를 사용했다.
아마도 당신은 데비안과 우분투에서 사용할수 있을것이다.
 

You can download from here: http://www.sitedesign.hu/download/utserver.tgz

다운받는다 utserver.tgz 을

2 files included in the TGZ:
- utserver - this is the init.d script
- utserver.conf - this is a minimalist configuration file


 
# wget http://download.utorrent.com/linux/utorrent-server-3.0-24118.tar.gz //최신버젼검색후 받으세요

# wget http://www.sitedesign.hu/download/utserver.tgz
# mkdir /etc/utserver
# tar xzf utorrent-server-3.0-24118.tar.gz
# tar xzf utserver.tgz
# cd utorrent-server-v3_0
# cp webui.zip /etc/utserver/
# chmod +x utserver
# cp utserver /usr/bin/
# cd .. # cp utserver /etc/init.d/
# cp utserver.conf /etc/utserver/
# /etc/init.d/utserver start
 




+ Recent posts