本帖最后由 johnsonliu 于 2012-3-25 10:15 编辑
1.去GO DADDY申请一个.info的域名,可以用支付宝,一般不超过2美金 (对于有IP地址的VPS,可以无视这步。) 2.去淘宝买一个月BURSTVPS,35元 3.VPS开好之后,卖家会发给你一封E-MAIL,其中包含你的VPS的各种信息, ACCOUNT INFORMATION Order ID: ***** Hosting Package: VPS #1 (Virtual Private Server) - vePortal - RESALE Domain: jnj.com Billing Cycle: Monthly Next Due Date: 10/10/2010 SERVER INFORMATION VPS ID: **** VPS IP Address: 184.82.9.*** SSH Root Password: **** VPS Control Panel Username: **** VPS Control Panel Password: **** NOTE: If you ordered a control panel (CPanel, Plesk, DirectAdmin, etc...) with your VPS, the installation of such has just began following this email. It may take 1-2 hours for this to complete installation, depending on the VPS package you ordered and the software vendor's download sites---so do not be alarmed if you cannot access your control panel immediately following receipt of this email. If you did order a control panel, then the applicable one would be accessible, once install completes, as follows:
|
打开VPS Control Panel URL,输入用户名、密码, 点OS Reload,选择ubuntu-10.04-x86_64,选中Confirm Reload,点击Reload VPS,一般只要两分钟就可以重装好系统。更改ROOT 密码(建议简单些的,方便后面设置时输入) 4.下载PUTTY 5.打开PUTTY,在Host Name中填入VPS IP Address,在Save Sessions中填入一个你喜欢的名字,端口默认22,不需要改。然后点击Save,这样以后你要登陆VPS的时候只要双击那个名字就可以了,不用一遍遍输入IP地址。 若弹出以下窗口,点“是” 6.用户名输入root,密码输入刚更改后的新密码。 ***输入密码时光标不会移动,但实际上已经在输入了,输完按回车就好了。 7.输入“$sudo apt-get install transmission-daemon”(不含双引号),安装的时候会问你是否安装,输入“y”并回车 8.输入“transmission-daemon” 9.输入“killall transmission-daemon” 10.输入“nano ~/.config/transmission-daemon/settings.json” 11.下载WinSCP, 打开Winscp登录窗口。填入VPS IP Address,用户名:Root, 密码填之前更改后的新密码,端口默认22,不需要更改。然后登录。 到这个目录 右键settings.json ---编辑。 a.找到“"rpc-whitelist-enabled": true,”,把"true"改为“false”。 b.找到""rpc-enabled": false,"把"false"改为“true”,保存。 c. 找到以下风别修改: "peer-limit-global": 1000, ****最大连接用户,一般改成1000 "peer-limit-per-torrent": 1000, ****最大可连接源,一般改成1000 "peer-port": 33333, *****传入端口,一般33333,49152-65535 都是不错的选择,假如部分PT站不行的话,可以改其它的试下。 “rpc-port": 9091, *****VPS 登录端口,默认是9091,若被VPS 禁了,可以改其它的试下。 13.重新打开Putty 并登录 。输入"transmission-daemon。 关闭Putty. 14.打开FireFox,在地址栏中输入“你的VPS地址:9091”(不知道Chrome怎么样,反正IE是不行的) 15.IE地址是:http://你的VPS地址:9091/transmission/web/ 接下来,设置transmission, 这样就可以通过用transmission 方便管理下载/上传。不用打开网页。 下载并安装 ,在安装过程中可以选择软件语言为中文(Chinese). 打开transmission, 在本地设置里ADD SERVER, 输入 VPS IP地址和 9091端口号。点 添加你从任何PT站下载的种子,暂时没有发现有那个PT站是用不了的。 提示下,远程设置 里可以限制上/下 行速度,传入端口(我暂时用33333万能端口) 可以多个PT站同时传输,用过μT 的童鞋应该都会用的,自己慢慢摸索吧。~ :) Cheers!
|