Chasing sudo

Posted by Oleg Kossoy on May 24, 2008 in Humour

http://googlebot.habrahabr.ru/blog/42901.html
http://www.lessaid.net/fun/apt-get-wife.png

Media rulez

Posted by Oleg Kossoy on April 14, 2008 in Humour


Venecia

Posted by Oleg Kossoy on April 14, 2008 in Travel

I didn’t knew my photo can look like this, even after photoshop master:

Thanks to Dima

Work in proccess

Posted by Oleg Kossoy on April 14, 2008 in Computers, Music

Hard to be a web developer:

Courtesy of Dmitry Mirlin, author of the exellent Panorama Photo Blog. 360 Degrees Virtual World.

Melancoly updated

Posted by Oleg Kossoy on March 30, 2008 in Music

Listen:

Last.fm page:
http://www.last.fm/music/Oleg+Kossoy/_/Melancoly

svn:externals quickie

Posted by Oleg Kossoy on March 26, 2008 in Computers

On Leopard:

echo “export SVN_EDITOR=vi” >> ~/.bash_profile
cd /
svn propedit svn:externals .

In vi, add desired externals:

geppa svn://svn.geppahost/geppa/trunk
svn ci -m ‘Stupid comment’

Done.

Installing symfony using PEAR with MAMP

Posted by Oleg Kossoy on March 9, 2008 in Computers

$ export PATH=/Applications/MAMP/bin/php5/bin:$PATH
$ pear channel-discover pear.symfony-project.com
$ peardev install symfony/symfony

Using peardev instead of pear is required because of memory_limit variable,
set to 8M in default php.ini and -1 in peardev.

scd take 2

Posted by Oleg Kossoy on January 17, 2008 in Music


PHP 5.2.4 with pdo_mysql on Leopard quickie

Posted by Oleg Kossoy on January 17, 2008 in Computers

http://www.entropy.ch/phpbb2/viewtopic.php?p=10814#10814
http://www.entropy.ch/phpbb2/viewtopic.php?t=2668
Download:
http://www2.entropy.ch/download/entropy-php-5.2.4-1-apache2.tar.gz
Ignore error message at the end of install.

Some symlinking:

cd /etc/apache2/other/
sudo ln -s /usr/local/php5/entropy-php.conf +entropy-php.conf
sudo mkdir -p /usr/local/apache2/lib
sudo ln -s /usr/lib/libexpat.1.5.0.dylib /usr/local/apache2/lib/libexpat.0.dylib
cd /usr/local/php5/lib
sudo cp php.ini-recommended php.ini

PEAR install in Leopard

Posted by Oleg Kossoy on December 9, 2007 in Computers

# curl http://pear.php.net/go-pear | php