Share
Yes … as unrealistic as it may sound, yesterday, I ran into an issue where something worked in Internet explorer but not in Firefox. I was trying to call an actionscript functions on a swf file from javascript. This is a fairly standard thing and is well documented on the web. I followed all the [...]
Share
s3sync is a nice ruby utility for backing up data on s3. It works much like rsync (but not completely like it). There are several way to configure the keys but if you are using the yml approach, you need to watchout for this little gotcha
If you are specifying the aws access key and secret [...]
Share
I installed mysql 5.0.54 today on my gentoo system and then found out that I was unable to login. I started it in safe mode skipping the grant table and found out that there were no users setup
I did some googling around and found that I have to setup mysql (atleast when I install using [...]