Блог Навального на ЖЖ не отрывается с российского диапазона IP-адресов. В интернете можно найти много разных решений и, в частности, использование Tor. При использовании Tor обратите внимание, что по-умолчанию входящая и исходящая ноды выбираются случайным образом, т.е. выходая нода может попасть в список заблокированных. Чтобы избежать этого вы можете ограничить выходные ноды географически, добавив в torrc следующий параметр:
ExitNodes {de}
Параметр "ExitNodes {de}" указывает на использование выходных нод с IP-адресами Германии. Можно указать несколько диапазонов через запятую, например:
ExitNodes {de},{gb},5.78.0.0/16
суббота, 15 марта 2014 г.
пятница, 17 января 2014 г.
Ubuntu 12.04, OCS Inventory and UTF-8
Ubuntu 12.04 ships with OCS Inventory 2.0.2, however UTF-8 patchs come later in 2.0.4. Here is a way to fix UTF-8 for 2.0.2.
# The following changes made to OCS Inventory after installing in order to make it display UTF-8 correctly.
wget http://bazaar.launchpad.net/~ocsinventory-core/ocsinventory-ocsreports/stable-2.0/diff/791 -O /tmp/utf8-1.patch
wget http://bazaar.launchpad.net/~ocsinventory-core/ocsinventory-ocsreports/stable-2.0/diff/801 -O /tmp/utf8-2.patch
cd /usr/share/ocsinventory-reports
patch -p0 -i /tmp/utf8-1.patch
sed -i 's/,,/,/' backend/require/lib/phpcas/CAS.php
patch -p0 -i /tmp/utf8-2.patch
среда, 8 января 2014 г.
Переключение звуковой карты в один клик / Switch sound card in one click - обновление / update
Создан deb-пакет для Ubuntu / Deb-package for Ubuntu is created
http://www.helplinux.ru/wiki/en:kb:switch-sound
http://www.helplinux.ru/wiki/en:kb:switch-sound
вторник, 7 января 2014 г.
Rebuild Ubuntu LiveCD and make it privacy friendly
The following link contains the script aimed to rebuild Ubuntu LiveCD with online search results disabled by default: http://www.helplinux.ru/wiki/en:kb:make-ubuntu-privacy-friendly
четверг, 12 декабря 2013 г.
GPL is not charity
One can always hear or read something like "GPL does not mean free, it restricts some rights". And they are right. GPL is not about charity unlike many of BSD-like licences. GPL has its purposes: motivation for contribution, gathering knowledge, growing. GPL has never been supposed to be a charity. GPL is about freedom for end-users and not for developers or vendors.
воскресенье, 10 ноября 2013 г.
Plantronics .Audio 648 buttons in Ubuntu
Making Plantronics headset buttons work in Ubuntu: http://www.helplinux.ru/wiki/en:kb:ubuntu-plantronics
понедельник, 28 октября 2013 г.
Gigaset and Polycom: convert IPUI to IPEI
ipui-to-ipei.sh:
Usage example:
$ ipui-to-ipei.sh 001bf582ab
00447 0361131
Get IPUI on Gigaset phone:
Menu -> *#06# -> first line
#!/bin/bash
printf "%05d %07d\n" $((0x${1::5})) $((0x${1:5:5}))Usage example:
$ ipui-to-ipei.sh 001bf582ab
00447 0361131
Get IPUI on Gigaset phone:
Menu -> *#06# -> first line
Подписаться на:
Сообщения (Atom)
