Web server in one line

Posted by Oleg Kossoy on July 21, 2008 in Computers

$> python -c “import SimpleHTTPServer as ws; ws.test()”

In Leopard.

“Kernel panic” band

Posted by Oleg Kossoy on July 16, 2008 in Humour, Music

Kernel Panic rehearsal youtube video

Easter eggs Leopard

Posted by Oleg Kossoy on June 30, 2008 in Computers, Humour

$ cd /System/Library/PrivateFrameworks/SyncLegacy.framework/Versions/
A/Resources/SampleConduit.bundle/Contents/Resources/
$open SampleConduit.icns

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.