Installing PyDev on Aptana

Tuesday, May 26th, 2009

Installing pydev on aptana studio

  1. goto help->software updates-> find and install
  2. add a new remote site
  3. put in “http://pydev.sourceforge.net/updates”
  4. install pydev
  5. after installation goto window->preferences
  6. then navigate to pydev->interpreter – pydev
  7. add in the new python location -> library->frameworks->python.framework->versions->2.6->bin->python
  8. <important> highlight the newly added component on the top window then click okay. <gives you an error if you dun highlight it.
  9. start pythoning

Enabling extensions on IIS6

Tuesday, May 26th, 2009

I was trying to enable an extension (xml-rpc) on iis6 with php, but i didnt want to restart iis. The steps is to

  1. create a php file in your root folder or subfolder with a php code “phpinfo();”
  2. navigate to that page and search for the extension you want.
  3. locate the php.ini file on your server (check the phpinfo to get hints on where this is)
  4. now enable the extension by removing the semi colon.
  5. go to iis6 manager on your server
  6. right click on default application pool
  7. and select recycle.
  8. check your phpinfo file again and the extension should be loaded

good luck

Opening NTF volumes on Mac

Saturday, May 23rd, 2009

apparently microsoft has their file systems (ntfs) as closed sourced and proprietary. To access the hdd which are formatted as ntfs on a mac, you would need the following. installation should be easy enough. drop a comment if you are stuck.

Look at this. http://www.ntfs-3g.org/

Setting up an ubuntu cluster

Saturday, May 23rd, 2009

Reusing old pcs to make a super computer? read this.

I havent tried it out myself but apparently 2 easy ways of doing it are as follows.

Either use the kerrighed way or download the new ubuntuĀ  9.04 enterprise. I will be trying it out the next few weeks and will let everyone know on whats happening.

https://wiki.ubuntu.com/EasyUbuntuClustering/UbuntuKerrighedClusterGuide

or goto ubuntu website and download the ec2 enterprise edition.

:: why make things even complicated when our brains are not growing any bigger. ::