Small steps for man, giant step for freedom.

I ‘m following through with what I wanted to do almost a year ago, to quit Facebook. Watching Eben Moglin’s keynote again made me realize how much I agree with his views. Sometimes you have to make a stand and today I also quit Twitter. Making a change should start with yourself first otherwise you are just posing an image , and besides it’s very hypocritical.  Some might think I’m a jerk and in quiting facebook, and shows that I don’t care about them, this is not true. I really would love for them to visit me or write an email what they are up to. Relatives and friends I hold dear, but I won’t let convenience guide my choices and freedoms . Stay Free

I left facebook with this note:

My dear friends, I love you all very much, but the time has come where I need to make a stand for freedom and so I’m leaving Facebook. I’m decentralizing MY data to my own server.The plan is to build out my WordPress install to accommodate all my info I would otherwise share with you on here. you can keep in contact with me through my blog site www.brainspoil.net and micro blogging client identi.ca also under brainspoil. very soon I will change my email address to my own domain also. This is all a social as well as a technical challenge, but I hope this will not impede our friendships build over the years.

next I will post a video that inspired this move to a more free version of the social internet. Stay free !

come look me up.

WordPress Upgrade on a dedicated Linux Box

After looking around and seeing more people wrestling with automatic WordPress updates
on dedicated machines. I figured to document my quick hack out to make sure I won’t forget
next time here goes.
upgrading existing WordPress to latest version our way on Debian Squeeze,  fast and easy

original install is from Debian Squeeze package and is setup their way
it puts the config-yourhost.php script in /etc/wordpress

#rm -r /usr/share/wordpress 

// remove the original directory or follow every single error file and delete the file it errors on.

download and install latest version from wordpress.org

change user and group

#chown -R www-data:www-data /usr/share/wordpress
#chmod -R 750 /usr/share/wordpress 

symbolic link wp-config.php to /etc/wordpress/config-yourhost.php

# ln -s wp-config.php  /etc/wordpress/config-yourhost.php

Let me know if there is a better way to achieve the same on a dedicated  GNU/Linux Host

Comments and advice are welcome as always.