Category: Uncategorized

GoDaddy and SOPA: I’m moving [UPDATE: Done!]

There has been a lot of fuzz the last weeks about GoDaddy supporting SOPA.

Not only are they supporting the bill, resitricting a free and open internet, they are also releasing false statements to try and calm down customers by saying they dropped support. On the day of this writing however they have not dropped their support officially.

No matter wether they will drop their support, i’m already looking too move my 5 domains plus hosting away from the company. If an internet company does not get how bad such a bill can, and will, be from the second they lay their eyes on it, they do not deserve any of my money.

I must say i have never had problems with their services or anything, but supporting SOPA is really a statement of complete idiocy, in which i will not partake. This is a completely selfish act on the behalf of GoDaddy imo, so they will loose me, among many others as a customer in the weeks to come…

If you too are a customer, please inform yourself about SOPA.

Note to Self

ubuntu php dev prep commands:
sudo apt-get install vim php5 apache2 libapache2-mod-php5 mysql-server phpmyadmin
sudo apt-get install php-pear php5-xdebug php5-sqlite php5-curl php5-svn php5-mcrypt php5-ldap phpunit
sudo a2enmod rewrite
echo 'ServerName localhost' | sudo tee /etc/apache2/httpd.conf
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
sudo service apache2 restart
sudo apt-get install subversion git git-svn

pear prep commands:
sudo pear upgrade
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony-project.com
sudo pear channel-discover components.ez.no
sudo pear install phpunit/PHPUnit --alldeps

mounting shared folder in virtualbox:
sudo mkdir /mnt/workspace
sudo chmod 777 -R /mnt/workspace
echo '[FOLDERNAME]  /mnt/workspace  vboxsf  defaults,rw 0   0' | sudo tee /etc/fstab
sudo mount -a

install sun java jdk to run PHPStorm
sudo add-apt-repository "deb http://archive.canonical.com/ maverick partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk

(thx to this blog for the tip on the repo)

install openVPN support in gnome
sudo apt-get install network-manager-openvpn-gnome

Debian based Linux flash plugin

Lot’s of websites are still using Flash to play movies. I personally think this is counter productive because of it’s pour compatibility, and support not beeing native. It’s biggest competitor at the moment is HTML5. It can do video playback natively in the browser, with hardware acceleration and better power management. HTML5 also does not exclude a large userbase of iOS internetters.

Continue reading »

Upgrading GoDaddy to 4th Generation Hosting (4GH)

Godaddy recently “upgraded” their hosting capabilities. As they call it: 4GH. Now this is probably all just marketing tricks, especially because they still do not support PHP5.3 officially on shared hosting… (workaround here (not tested yet))

They also publicise the fact that there are EU servers now, but I’m not sure if that’s actually a new thing… anyway, I wanted to make sure I was in on the goodness.
A one sentence google got me there right away, the server is upgrading for free as I’m typing.
go get yours here, your hosting will be upgraded within the 72 hours.

Release guessing

Google AndroidA while ago I bought myself a new phone. I was fed up with Windows Mobile, but that’s a whole story by itself… So my new phone ran Google’s Android 2.1, with the added joys of HTC’s sence smeered over the original UI. The latter is a nice addition by the way, I quite like it. The problem however is the following: about 2 months after my purchase Google released Android 2.2 A.K.A. Froyo. This brings some nice features aswell as claiming a 400% speed improvement.

This update is available for the Google Nexus One, but not yet for my HTC Desire. This is the case with all software updates due to the fact that HTC needs to tinker with their sence UI and various applications to update them to the new platform aswell. As soon as word from Google got out, HTC owners all around the interwebs started specualting about when HTC will update their phones. Beeing a customer myself this actually annoys me quite a bit. I’ve payed well enough for this device, and I have to looking about on the interwebs for rumours about speculated release dates. Why doesn’t HTC want to provide us any information on this? Surely they have got to have an idea themselves? I can’t imagine they don’t have any planning internally…

There are a few drawbacks on making release plans public, especially when you aren’t going to be able to stick to it, but I think you’re frustrating many more customers by just letting them stand into a corner wondering… People are going to set dates for themselves anyways, which could be wild guesses or leaks from trusted sources, but they do want dates set. So why not come clean and make your release plans public? I think it will only benefit the customer relationship.