How to install Transmission BitTorrent client on FreeBSD
Transmission is a fast, easy and free BitTorrent client. This manual is for Transmission 2.00 and higher. Our plan is running it as a daemon with a web interface. Installation Install required ports:
1 |
cd /usr/ports/net-p2p/transmission-daemon ; make install clean |
Login to unpriv account and start transmission-daemon.
1 2 3 |
su - mariusvw transmission-daemon |
Now transmission created the default configuration kill it.
1 2 3 4 |
# Get current pid: ps aux |grep transmission # Kill it: kill |
Edit the configuration to […]