Tags
ajax apache apple bioinformatics catalyst command-line css eee ego firefox funny geek gem git google html ie iphone javascript leopard linux mac microsoft mysql oracle os x perl postgresql prototype r rant ruby safari sql tablekit tool tutorial twitter ubuntu vmware webdev windows wordpress xbox xbox360Categories
Archives
- March 2010
- February 2010
- January 2010
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
Category Archives: linux
Getting Your DVDs Onto Your Mac/iPod/iPhone
I’d looked at Handbrake a while back but the GUI was far too confusing for a simpleton like me. It seems like it’s been cleaned up quite a bit now and looks rather useful! (The little video giving an overview … Continue reading
Darwin Calendar Server
At the moment I’m a very happy user of Google calendar and Spanning Sync for all my scheduling needs. But the geek in me fancies playing about with things so I’m thinking about setting up a CalDav server (when time … Continue reading
Install phpPgAdmin on Ubuntu 7.10
Update: These instructions have been tested and work fine in the latest version of Ubuntu (8.04, Hardy Heron). phpPgAdmin is a web based GUI for administrating a PostgreSQL database server. Here’s some quick notes on getting it installed easily on … Continue reading
Mount ISO Files With Nautilus
Here’s two short bash scripts that allow you to mount and unmount an ISO image easily within the right-click menu in Nautilus (the file manager in Gnome): $ sudo mkdir /media/ISO $ cd ~/.gnome2/nautilus-scripts/ $ gedit “Mount ISO Image” Now … Continue reading
Installing Apache and PHP Troubles
I just recently set Apache up on my home server (more on the server at some point in the future), but I was having problems serving up php pages. Every time I tried to access a php based page, Firefox … Continue reading
Creating New Accounts in PostgreSQL
Getting a new account set up on PostgreSQL is a simple process… Create our new user: $ sudo su postgres -c createuser daz Then you have to give this new user role a name (I called it daz), and then … Continue reading
Install PostgreSQL on Ubuntu 7.10
If you are using the latest version of Ubuntu (8.04 - Hardy Heron), you might find these slightly updated instructions useful. This quick walk-through are my notes for installing the PostgreSQL database server and the PgAdmin administration application on Ubuntu … Continue reading
Posted in linux, noteworthy, postgresql
Tagged geek, linux, postgresql, tutorial, ubuntu
63 Comments
Installing VMware Tools on Ubuntu Gutsy
I’ve just started to play about with the new Ubuntu (7.10 - Gutsy), I have to say that I quite like it - I was a big fan of Feisty and all other Ubuntu releases previously, so this is more … Continue reading