Skip to main content

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 , admin password and hub link password - provide all these and then you successfully configured the DC hub.

In windows :

For windows Ptokax Direct Connect is there which is simple exe file, so you install it by double clicking and host the DC hub server.

After hosting the DC hub server, the client requires a DC++ software which communicates with server. It requires DC hub server Ip address and port number on which DC hub service is running by providing that, users can share files.

DC hub is also very useful where friends shares their flat , so they can host DC hub and easily share.

Comments

  1. Opendchub is no longer supported on the latest 12.04 ubuntu. Have you got any ways of making DC hubs on ubuntu precise

    ReplyDelete
  2. Hi Vibhav, Sorry for late reply my laptop is not working that's why.
    I think, I get you correctly
    sudo apt-get install opendchub
    is not working fine in Ubuntu 12.04. Why not you try other method mentioned above. I think it will work.
    If this not the thing which you are looking for, can you please explain more so I can help you.
    Thanks

    ReplyDelete
  3. after opening ptokaX what we have to do to add users can u pls be more specific

    ReplyDelete
  4. Wynn Las Vegas - MapyRO
    Wynn Las Vegas is 인천광역 출장마사지 a 3-minute walk from the Las Vegas Strip and offers a golf course, a nightclub and an outdoor 안동 출장샵 pool. The casino also features a  대전광역 출장샵 Rating: 순천 출장마사지 7/10 울산광역 출장샵 · ‎9,046 reviews · ‎Price range: room rates from $180 per night (USD) - We Price Match!

    ReplyDelete

Post a Comment

Popular posts from this blog

How To: Generating Table Report via JSON data-source in Jasper Report

Recently, I got a chance to generate reports using JSON data source in Jasper Report via Java Spring application. As I was newbie in Jasper Report; I tried to find out tutorials to get started with JSON data source and populate JSON data in table. I thought it will be smooth but its not; you need to do some configuration in JRXML to populate the data fields. In this How - To, I will try to explain how to setup JSON data source and pull data field in iReport (Jasper Report - Report Designer Tool) and then generate a table.   Note: For Java 8 users, refer this link to open iReport http://stackoverflow.com/questions/23902977/ireport-not-starting-using-jre-8 First we create static JSON file student.json: [{"name" : "ABC", "age" : 23, "address" : "11 street", "taking_hostel" : "No"},{"name" : "DEF", "age" : 22, "address" : "1 street", "taking_hostel" : &q

How To: Automate MS Excel

MS Excel, sometimes we got some task which is time taking and require good manual effort. To automate these kind of task and making our life easy there are two ways - 1) Macro - MS Excel provide Macros functionality to automate tasks in Excel. We can record our steps ( go to 'View' tab then Record Macro) then run this recorded Macro to perform the same task again. It will be good if you know VB Scripting to write general algorithm Macros. 2) Python - Python has excel API xlrd and xlwt for reading and writing Excel documents. Python is easy to use and you can code easily as compare to VB Scripting. With Python Excel API we can easily automate the excel task. I) Setup the environment - Download Eclipse  - Eclipse is a Intergrated Development Environment in which we can easily write code. Download Python . Download Python Excel API . Open Eclipse - then go to Help menu bar - then Eclipse Marketplace Search pydev and install the Pydev - Python IDE for Eclipse  Afte