Formatting code for MacNAS


show source only

======How to setup a NAS on a Mac======

==== Prerequisite ====
- Xcode, for gcc
- Optional:
- [[http://www.macports.org/ macports]]
- [[http://github.com/mxcl/homebrew Brew]]
==== File Sharing ====

==== Downloading Service ====
===Bittorrent===
1) Download newest transmision.dmg from [[http://www.transmissionbt.com/download.php here]]
1) Install Transmission to Application Folder
=== Mldonkey ===
1) Put a //net.sf.mldonkey.plist// file into %%(bash) vim ~/Library/LaunchAgents/net.sf.mldonkey.plist %%
1) %%(xml)
<?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>
%%
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki