July 2009
7 posts
5 tags
Asus eee 1005HA
I just upgraded to the 1005HA and so far the jury is still out on this one. I am not a big fan of the slick surface (it feels sticky). I also don’t like that I had to buy it with windoze.
I want to put Fedora on it, but I am waiting to get my game plan together (doing research first)
https://fedoraproject.org/wiki/Eee_PC
...
6 tags
Image resizing on the quick
I really hate repetitive and tedious tasks…
So in the past I have created photoshop droplets…
This time I just used a powertoy from the dark side, it just had to be done quickly
4 tags
The value of education
No matter how much you spend on any piece of technology hardware (or software) your company buys, it is only as good as it’s configuration…
6 tags
Processing Crows →
4 tags
This is the most amazing representation of data that I have ever seen. Fascinating information that moves before your eyes!
Graph Generation with PHP
Perhaps we can utilize jgraph to make a snazzy presentation from what could be considered dull data … http://www.aditus.nu/jpgraph/
5 tags
Forwarding root's email on Mac OS
sudo pico /var/root/.forward
change /dev/null to your email address
(this tells the system which address mail for root should be forwarded to)
sudo chown -R postfix /private/var/spool/postfix
sudo chown root /private/var/spool/postfix
sudo postfix start
(this sets some file & folder permissions then starts Postfix, the mail transfer agent)
sudo pico /etc/hostconfig
change MAILSERVER to...