Computers


Old times thing

Posted by Oleg Kossoy on August 21, 2008 in Computers, Music

Contact on YouTube
Thanks to Dmitry Mirlin

Лоджыг

Posted by Oleg Kossoy on August 12, 2008 in Computers, Music

Picture 1.png

svn keywords (Id, etc)

Posted by Oleg Kossoy on August 11, 2008 in Computers

myleopard:~ user$ mate ~/.subversion/config
enable-auto-props = yes
*.php = svn:keywords=Date Author Id Revision HeadURL

Friends

Posted by Oleg Kossoy on July 28, 2008 in Computers

http://vadim.befeast.com/

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.

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

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.

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.

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