Skip to main content

Posts

Showing posts from January, 2012

How to host DC hub

A DC(Direct Connect) hub is a common sharing platform to share files (audio/video/documents etc.). So , to host DC hub In Ubuntu (below 12.10) : $ sudo apt-get install opendchub After installing opendchub $ sudo opendchub Then it will ask you for port number on which DC hub will listen for user connections , so provide a port number (eg. 789 or 20103) then it will ask you for a admin link password and hub link password , so provide both passwords. Now you successfully configured the DC hub, so start the opendchub service $ sudo /etc/init.d/opendchub start and for stopping $ sudo /etc/init.d/opendchub stop Ubuntu 12.10 and other varients : You will find the open source package for opendchub , download that and then # gunzip opendchub.tar.gz # tar -xvf opendchub.tar # cd opendchub # apt-get install  libperl-dev # ./configure #make #make install # opendchub      Now the same thing it will ask you for DC hub port number to listen user connections , a