21 January 2011

CodProxy. Simple proxy server for developers.

CodProxy is simple proxy server for developers basically.
* He allows to change server content to own(see Config.pike).
* Free for use.

Written on Pike 7.8.352.

To run CodProxy just launch: "pike CodProxy.pike"

Download CodProxy

08 January 2010

Ubuntu Netbook Remix. Adding an applets.

Who have a problem with adding applets to panel.

I found solution from Alan here:
http://alanhogue.blogspot.com/2008/12/adding-applets-to-ubuntu-netbook-remix.html


Also I found a litle bit easy solution.
You can click right button mouse at the bottom of the panel.
But need click about 3-4 pixels from the bottom edge and you will see 'Add to panel' menu item.

Cheers!

24 September 2009

Проект LinuxHelper в Петербурге.

Идея создания проекта по продвижению Linux в Петербурге и Лен.области.

Смысл следующий:
Собирается(на добровольной основе) группа технических специалистов ОС Linux готовых к разъездной работе.
Центром группы является абонентский телефонный номер сбора заявок от населения и сайт координирующий работу и т.п.
В рамках проекта(организации) существуют правила.
Участник проекта получает возможность видеть поступающие заявки и выполнять их.
ВНИМАНИЕ - участник проекта выполняет заявку за ОПЛАТУ(в рамках установленных тарифов проекта).
Т.е. участник - это выездной Linux специалист.
Все полученные деньги от заказчика остаются у исполнителя заявки.

Исходя из уровня и возможностей участников можно определить список услуг.

Ищу заинтересованных.
Любая помощь - приветствуется.

##################
danykey@gmail.com
На данный момент основное обсуждение происходит в группе вконтакте.
http://vkontakte.ru/club11850408

Также подняли жаббер: linuxhelper@conference.jabber.ru

20 September 2009

Can't update alsa-utils: no configure: error: panelw library not found

While compilation alsa-utils 1.0.21 I got:
checking for form.h... yes
checking for new_panel in -lpanelw... no
configure: error: panelw library not found

Here is a workaround for this issue:
sudo ln -s libpanelw.so.5 /usr/lib/libpanelw.so
sudo ln -s libformw.so.5 /usr/lib/libformw.so
sudo ln -s libmenuw.so.5 /usr/lib/libmenuw.so
sudo ln -s libncursesw.so.5 /lib/libncursesw.so

source

17 September 2009

su without root.

Just run sudo su or sudo -s.

Cheers!

24 July 2009

Wine compilation on the multicore processor.

./configure && make -j3 depend && make -j3 all

Note: the '-j3' means compile 3 files at once. This is handy for multi core/cpu machines as it allows more files to be compiled at the same time. If you had 4 CPU's you could use '-j8'. You probably will not want to do this if you only have one CPU and can omit the '-j' parameter.

source

17 July 2009

Driver Canon PIXMA MP190 for Linux is exist.

Download:
Go to http://software.canon-europe.com/
Choice "Multifunctionals" combo -> PIXMA MP190
Next, select OS - Linux, and select type of package.
I had stop on DEB package.

Installation:
Unpack DEB packages from TAR files.
We have packages for printer and scanner.
Firstly need install a common package, after that need install mp190series.

In my case(Kubuntu Linux) after installation, I found Canon->"MP190 Ver.3.00" model in the Printer Configuration tool.

For scanner we have "scangearmp" program.
We can launch "scangearmp" through console width sudo, or width kdesudo from the KDE environment.

If you want change language just launch something like:
export LANG="ru_RU.UTF-8" && kdesudo scangearmp

Good luck.

08 June 2009

Live CAPTCHA anti-bot service is ready!

Hi, sometime ago I had launch my anti-bot service.
Right now the russian language is done, but soon I will to make an english..
Welcome to www.livecaptcha.net.

Now test period till of July.

17 February 2009

SolarRedactor 0.3

* Now need push CTRL+ENTER for load a Script and CSS to browser.
* Fixed a resize width function of the panels.

12 February 2009

SolarRedactor 0.2

+ Redesign of UI.
+ Add feature which allow to change width of panels.