Install OPT and transmission ON NAS

Source: Internet
Author: User


-------------------------------------
Start Telnet and then install optware.

Search online and download "acp_commander.jar", for example, in c :\

Window, "Start", "attachment", and "command prompt", and use the doscommand to enter c :\

Enter "Java-jar acp_commander.jar-T 192.168.1.88-o" and press enter, which is the IP address of your LS-GL.

If: Java is not an internal or external command ........ Download and install Java.

Use the Telnet software such as putty or securecrt to enable the Telnet function. log on to 192.168.1.88: 23 and enter login as the root user.

Enter the following commands (each step may take several seconds to wait. Please refer to the prompt ):
Mkdir/mnt/disk1/tmp
CD/mnt/disk1/tmp/
Wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/lspro-bootstrap_1.2-7_arm.xsh
Sh./lspro-bootstrap_1.2-7_arm.xsh
Ipkg update
Ipkg upgrade
Ipkg install OpenSSH
Ipkg install nano

Next, modify the SSH password (to make it a little complicated, otherwise it will become a zombie if it is always connected ):
CD/opt/etc/OpenSSH/
Passwd

Enter the new password twice.

After changing the password, install the BT client:

CD/mnt/disk1/tmp/
Ipkg install Transmission
Transmission-Daemon-F
Mkdir/mnt/disk1/share/downloads (create a directory for backup)

 


Keep the window blank. Wait for about 1 minute. The configuration file cannot be created.
Run Ctrl + C on the keyboard to interrupt the process. Enter the following command line:

Nano/root/. config/transmission-daemon/settings. JSON

There are many options, including:
"Download-Dir": "\/Root \/downloads", changed to "Download-Dir": "/mnt/disk1/share/downloads ". (Download and save the path. Remember to go to the network neighborhood and find the chlorophyll. Go to the share folder and create a new downloads directory (case sensitive ))
"Pex-enabled": True, changed to "pex-enabled": false. (Seed exchange. We recommend that you change the PT value to false. Otherwise, do not change it)
"RPC-whitelist": "127.0.0.1", changed to "RPC-whitelist": "192. 168 .*.*". (There is no restriction on the Web access address segment or simply change it to "*. *", that is, the IP address you use to manage)

After the modification, press Ctrl + O to save the modification, press enter, and press Ctrl + X to exit the editing program.

Command Line input:
Transmission-daemon

Open http: // 192.168.1.88: 9091/in the browser (remember to enable the virtual service or ing of port 51413 on the vro). This is the transmission Web Management page, you can also download a separate client, such as http://code.google.com/p/transmission-remote-dotnet/, which has a Chinese interface and is more convenient.

3. Set transmission to start automatically
-------------------------------------
After being restarted, transmission needs to be manually started through telnet or SSH each time. Continue to enter the following in command line mode:

Nano/opt/etc/init. d/s60transmission

Add the following content in empty text mode:

#! Bin/sh
Export Home =/root
/Opt/bin/transmission-daemon &

Press Ctrl + O to save the changes, press enter, and press Ctrl + X to launch the editing program. Continue:

CD/opt/etc/init. d/

Run the following command to modify the File ACL:
Chmod 775 s60transmission

After modification, enter reboot and restart. After the chlorophyll blue light is on, use the transmission client to connect to it, which is similar to other btsoftware.

4. read and write permissions on the transmission download folder.
-------------------------------------
When downloading with transmission, the folder created by the downloaded file cannot be written. To write data (such as adding text instructions), enter telnet or ssh. Run the following command to modify the read/write permissions:

Chmod-r 777/mnt/disk1/share/downloads/

Idle egg pain, update transmission to the latest version, the results are not good, the new looking for the article to introduce how to modify, the new transmission needs libevent-2.0.so.5 support, engaged in a long time, the last feeling

Ipkg update
Ipkg upgrade

It should be okay ~~~~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.