LOL!host

Поток самосознания

0 notes &

ZBar bar code reader

ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

The flexible, layered implementation facilitates bar code scanning and decoding for any application: use it stand-alone with the included GUI and command line programs, easily integrate a bar code scanning widget into your Qt, GTK+ or PyGTK GUI application, leverage one of the script or programming interfaces (Python, Perl, C++) …all the way down to a streamlined C library suitable for embedded use.

Filed under source barcode library c 2dcode qrcode

1 note &

The internet community quite enjoying the destabilizing effects of global connectivity on the status quo, fights any attempt at restriction tooth and nail. Organizing themselves both on- and offline they managed to stop anti-piracy laws like the Stop Online Piracy Act (SOPA) or the Protect IP Act (PIPA) from passing. But it wouldn’t be the internet community if people weren’t working on technological solutions as well. Hackers, engineers and freedom-loving folk are working to create a decentralized, independent network where you can’t stop the signal.

The internet community quite enjoying the destabilizing effects of global connectivity on the status quo, fights any attempt at restriction tooth and nail. Organizing themselves both on- and offline they managed to stop anti-piracy laws like the Stop Online Piracy Act (SOPA) or the Protect IP Act (PIPA) from passing. But it wouldn’t be the internet community if people weren’t working on technological solutions as well. Hackers, engineers and freedom-loving folk are working to create a decentralized, independent network where you can’t stop the signal.

Filed under solar cell electronics power internet server diy

0 notes &

Free N2N supernode

N2N - легковесный VPN построенный по технологии P2P, т.е. траффик идёт от клиента (edge) к клиенту минуя центральный сервер (supernode). Клиенты могут находится за NAT, но к supernode необходим прямой доступ. Один supernode может поддерживать несколько сетей и благодаря тому, что через него не идёт траффик от клиента к клиенту не требует для своей работы широкого канала.

Если есть желание организовать свою приватную сеть, но нет возможности организовать свой supernode для её поддержки, можно воспользоваться одним из публичных. Например: vpnhosting.cz

Быстрая установка под Ubuntu 11.10

N2N версии 1.3.x уже находится в репозитории так что установить достаточно легко:

$ sudo apt-get install n2n

Для автоматического запуска воспользуемся initctl. Создадим файл: $ sudo vi /etc/init/n2n.conf

# n2n - Starts the n2n edge program that connects to the network
#
# This happens automatically when the network device is up.

description "connect using n2n"

start on net-device-up

exec edge -c community -k keystring -a private_network_IP -l 88.86.108.50:82

respawn 

Здесь:

  • community - уникальное имя вашей сети.
  • keystring - ключ сети. Этот и предыдущий параметр должны быть идентичны у всех клиентов сети.
  • private_network_IP - IP адрес устройства в сети. Должен быть у всех разным.

После всех приготовлений можно запускать сервис: $ sudo initctl start n2n

Проведя аналогичные действа на другом компьютере (поменяв IP естественно) получаем связь между ними, даже если обе машины находятся в разных сетях за NAT.

Filed under network n2n supernode free