How to setup a NAS on a Mac
Prerequisite
File Sharing
Downloading Service
Bittorrent
- Download newest transmision.dmg from here
- Install Transmission to Application Folder
Mldonkey
- Put a net.sf.mldonkey.plist file into
vim ~/Library/LaunchAgents/net.sf.mldonkey.plist
-
<?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]