uHub — packages for Debian GNU/Linux and Ubuntu
Created: 2011-09-27
Updated: 2012-11-08
Description:
This is a free translation of my notes and it may differ from
original.
uHub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware.
uHub uses the
Advanced Direct Connect protocol, and is compatible with DC++, LinuxDC++, EiskaltDC++ and other ADC clients.
Key features:
* High performance and low memory usage.
* Support of IPv4 and IPv6.
* Support of SSL/TLS (optional).
* Advanced access control support.
* Easy configuration.
Last stable release version: 0.4.1 (2012-11-07), see
changelog for more details.
Activity in the project:
network graphic,
commits in master branch
deb packages:
Packages can be downloaded
here. They are suitable for Debian GNU/Linux version >= 6.0 (Squeeze) and for Ubuntu version >= 10.04 (Lucid Lynx). Sources are also available ibid.
To add
my packages archive in Debian GNU/Linux Squeeze:
echo "deb http://ppa.launchpad.net/tehnick/tehnick/ubuntu lucid main" | sudo tee /etc/apt/sources.list.d/tehnick.list
To add
my packages archive in Debian GNU/Linux Wheezy or Sid:
echo "deb http://ppa.launchpad.net/tehnick/tehnick/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/tehnick.list
Import the key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 437276613F6729E2
Users of Ubuntu >= 10.04 (Lucid Lynx) can add my PPA using a standard utility
add-apt-repository:
sudo add-apt-repository ppa:tehnick/tehnick
Updating the list of available packages:
sudo apt-get update
Installing
uhub:
sudo apt-get install uhub
Or you can install
uhub-unstable (daily builds):
sudo apt-get install uhub-unstable
uhub-unstable package is updated automatically from
git repository of program. Script for update is something like
that.
Bug reports in the deb-packages you can send to
me. Bug reports and feature request to the program you may leave
here.
Now
uhub package is
available in official
Debian >= 7.0 (Wheezy) and
Ubuntu >= 12.04 (Precise Pangolin) repositories.
External links:
uHub – Documentation
License: Public Domain (
en)
Note:
All materials presented here can be used in part or in whole without reference to the author (me) and the original page.