Skip to content

Instantly share code, notes, and snippets.

@meghprkh
Last active May 9, 2019 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meghprkh/e5b8d48e718940356db06dc98d363941 to your computer and use it in GitHub Desktop.
Save meghprkh/e5b8d48e718940356db06dc98d363941 to your computer and use it in GitHub Desktop.
DCPP #fedora

Fedora dc++

  • NO LONGER NEEDED: Enable my copr repos:

    dnf copr enable meghprkh/eiskaltdcpp
    
  • Install eiskaltdcpp

    dnf install eiskaltdcpp-qt
    

    (The GTK one eiskaltdcpp-gtk crashes frequently)

Eiskalt settings

  • Tools > Prefs > Sharing > Advanced : Max Hashing Speed = 15 MBPS (otherwise eiskalt slows down your computer)
  • Tools > Prefs > Connection : Change ports to 4000 and 4001 because 3000 is a common development server port
  • IIIT DC address 10.2.32.223

Dtella (outdated for IIIT)

Running dtella (outdated for IIIT)

cd /path/to/dtella/
source bin/activate
python src/dtella.py

(You may want to make a script/alias for this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment