How to setup a NAS on a Mac


Prerequisite

File Sharing


Downloading Service

Bittorrent

  1. Download newest transmision.dmg from here
  2. Install Transmission to Application Folder

Mldonkey

  1. Put a net.sf.mldonkey.plist file into
    vim ~/Library/LaunchAgents/net.sf.mldonkey.plist
  2. <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>net.sourceforge.mldonkey.mlnet</string>
    <key>ProgramArguments</key>
    <array>
    <string>/path/to/mldonkey/</string>
    </array>
    <key>KeepAlive</key>
    <true/>
    </dict>
    </plist>

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki