Tuesday, July 13, 2010

Withdraw from Paypal thru BDO

In a previous post entitled Withdraw from Paypal thru Citibank, I revealed how I was able to withdraw funds from my Paypal account to my credit card. In this post, I will detail my experience in Withdrawing from my Paypal account to my current account in BDO.

I initiated the withdrawal on July 8 2010. The amount was: $200.00. I chose this amount so as to not incur the PHP50.00 withdrawal fee that Paypal charges for amounts less than PHP 7,000.00. Paypal automatically converted the $200.00 withdrawn into PHP 9,033.10. Doing the simple math, Paypal used 45.1655 as the exchange rate.

Saturday, July 10, 2010

Withdraw from Paypal thru Citibank

Thru some stroke of luck which is another story altogether, my PayPal account has accumulated a considerable amount of credits. I've now come to the point where I want to make use of the credits I've earned. This meant using the withdraw features of PayPal and there are several options of getting your money here in the Philippines. This post discusses one of them.

As this was my first attempt at using the PayPal credits I earned, I opted to use the money to pay for my credit card bill. My VISA credit card is from Citibank and it's the same credit card I used to verify my PayPal account.

Friday, June 25, 2010

Slow git fetch, pull and push on Ubuntu 10.04

With our recent attempt at migrating to git, a lot of issues were expected and this post documents one of them.

Some of our developers installed Ubuntu 10.04 and they are experiencing slow remote operation specifically git fetch, pull and push. I first suspected an error in the git server setup using indefero but the other users on Ubuntu 9.04 did not have this problem.

Investigating further, I found that using ssh to connect to the git server was also slow which could be the cause of the problem. To find out what happens during ssh connection I did:

Friday, May 21, 2010

InDefero with Git on CentOS



In my never ending quest to improve the development environment at the office, I started looking at DVCS(distributed version control systems) and was leaning towards migrating from subversion to Git. I started looking for an easy way of managing a Git repository and came across InDefero.

InDefero is both a code and project management system that is similar to GoogleCode.

This post documents what I did to setup InDefero on a fresh install of CentOS 5.4.

Monday, May 03, 2010

Grails with Notepad++ Text Editor

Yesterday, I had to work on a Grails project on my old laptop which was running a fresh install of Windows XP SP3. The laptop is about 8 years old. It had 512mb memory and a Pentium M 1500Mhz. The experience was not very good.

First thing I had to do was to get Java installed. I went to the official website and downloaded JDK 1.6.0_20. I ran the installer and proceeded with the next step.
Next I downloaded the zip file distribution of Grails version 1.1.1 and extracted it to c:\grails.