Browsing archives for 'Open Source'

Installing OAuth extension in XAMPP for Mac OS X

Mac OS X,Open Source,PHP Programming,Web Development 4 June 2011 1 Comment

Installing via PECL didn’t really work out for me. So, here is what I did: Install Xcode if you don’t have it Download & install XAMPP for Mac developer package You will need the PHP header files. Create a symlink: ln -s /Applications/XAMPP/xamppfiles/lib /Applications/XAMPP/xamppfiles/include Download the module here: http://pecl.php.net/get/oauth Unpack Run phpize: sudo /Applications/XAMPP/xamppfiles/bin/phpize Configure [...]

DirectAdmin libmysqlclient.so.15 is missing

Open Source 11 January 2011 0 Comments

To resolve the issue, simply grab the old libmysqlclient.so.15 file from DA server. $ wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15 $ chmod 755 /usr/lib/libmysqlclient.so.15 $ ldconfig $ service directadmin start

Aircrack fixed channel mon0 : -1

Debian,Open Source,Security,Ubuntu 10 January 2011 4 Comments

Here is the solution (at your own risk). $ sudo apt-get install linux-headers-$(uname -r) $ wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-12-20.tar.bz2 $ tar -jxf compat-wireless-2010-12-20.tar.bz2 $ cd compat-wireless-2010-12-20 $ wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch $ sudo apt-get install patch $ patch ./net/wireless/chan.c channel-negative-one-maxim.patch $ make $ sudo make install $ sudo make unload $ sudo reboot

OSX : Installing MongoDB and the PHP MongoDB driver.

Mac OS X,Open Source,PHP Programming,Web Development 7 January 2011 0 Comments

1) Grab the latest 64-bit version for OSX from MongoDB website. 2) Untar the file tar -zxvf mongodb-osx-x86_64-1.6.5.tgz 3) I use XAMPP for OS X, need to create a location for it to store databases. sudo mkdir -p /Applications/XAMPP/xamppfiles/var/mongodb sudo cp -r bin/* /Applications/XAMPP/xamppfiles/bin/ 4) Create configuration file, name it mongodb.conf and put it at [...]

Tagged in , ,

PHP Security Talk at MyGOSSCON 2010

Open Source,PHP Programming,Security 11 November 2010 0 Comments

Slide from my recent presentation at MyGOSSCON 2010 PHP Security View more presentations from Sumardi Shukor. A big thank you to those who attended my presentation. Big applause to the organizer.