Wanon | 29 September, 2008 09:36
Wanon | 29 September, 2008 09:36

Wanon | 29 September, 2008 09:36
Recently I have been pondering starting my Masters in Information Technology with Queensland University of Technology.
If I were to do this, I think I would prefer doing it by research. If this were possible under my current circumstances I think I would like to do some research about social and security impacts of a non existant as of yet - as far as I know, mass instant messaging service in a similar vain to email list software.
I think it would be interesting to see the success of such a service as an opt in, in an office type environment.
I might even run up a prototype service. Stay Tuned.
Wanon | 29 September, 2008 09:36
Wanon | 29 September, 2008 09:36
I found this after someone at work posted it to a mailing list. I found it quite true. Especially the one about the lighting.
Wanon | 29 September, 2008 09:36
The other day I was completely over having non descriptive Konsole tab names, when you're adminstering multiple servers these can be prone to be lost among the others.
A little googling brought up an escape sequence that can be set in your ~/.bash_profile or ~/.bashrc to allow you to ouput to the konsole tab name.
export PS1=$PS1"/[/e]30;/h:/W/a/e[28;0t/]"
(Please replace / with a backslash, lifetype doesn't seem to like backslashes)
Explanation:
/[ Start of the escape sequence for non printing characters
/] End of the escape sequence
/e Start ascii output (escape character 33)
/h The hostname up to the first '.'
: Straight ascii
/W The cwd (eg. httpd)
/w The complete cwd (eg. /usr/local/httpd)
/a The ascii bell character
If you add the above line into your ~/.bash_profile on all your login accounts you should end up with something like the following:
You can try experimenting with other escape sequences. Here is a good list for available bash escape codes.
Wanon | 29 September, 2008 09:36
I have had some fun with a few computer glitches lately. One was caused by the latest Microsoft patch for the animated cursor vulnerabiliy in XP.
On bootup the following is displayed in an alert box:
RTHDCPL.EXE - Illegal System DLL Relocation
To fix this install this patch provided by Mircosoft:
For more information:
http://support.microsoft.com/kb/935448/
Wanon | 29 September, 2008 09:36
I recently had trouble setting up my dual monitors with my new video card... It's an MSI Nvidia 512mb 8600 GTS (NX8600GTS Diamond Plus) and only comes with a single DVI port and a single HDMI port.
Luckily a new HDMI cable came in the box so all I need was a HDMI female to DVI male adaptor. Picked one up off ebay for a couple of bucks (Found one in a local shop for $99).
I noticed that if you plug both monitors in to each of the ports dual output is not on by default even at the bios level, unlike my previous nVidia 6800.
To enable the dual display outputs, simply open your NVIDIA Control Panel:
And select "Set up multiple displays" and you're away. If you do not have this control panel, I would suggest using the CD that came with your video card or try downloading the latest driver package from nVidia themselves.
Then run the "Run display optimization wizard" to reset your brightness and what have you as no doubt it will have changed with the new cable/card.
Enjoy your new dual monitor set up!
Wanon | 29 September, 2008 09:36
They still haven't cracked this one...
-(35.29724,-30.849906)
Wanon | 29 September, 2008 09:36
I finally managed to get fedora 7 running last night...
How to install VMWare Tools
Click VM and then Install VMWare Tools in the VMWare gui.
Inside the VM, fedora will automount the cd image under /media/cdrom
The easiest way is to execute on the rpm found here from konqueror. Or manually from a console.
After it has been installed, run vmware-config-tools.pl which should already be on your path after installing the rpm.
Problems
X Server Fails to Restart
After I ran the config script my X server would not restart. To fix this, edit /etc/X11/xorg.conf and add the following above the existing monitor section.
Section "Monitor"
Identifier "vmware"
EndSection
VM Fails to automatically resize when you change the size of the VMWare window
Re run the config tools script and change your resolution and then reboot.
New ethernet driver fails to compile
Extract the rpm or the tar.gz found next to the rpm.
cd /tmp/vmware-tools-distrib/lib/modules/source
tar xf vmxnet.tar
vi /vmxnet-only/vmxnet.c
Around line 1058, change the line:
vmxnet_interrupt(dev->irq, dev, NULL)
TO
vmxnet_interrupt(dev->irq, dev)
tar cf vmxnet.tar vmxnet-only/
/tmp/vmware-tools-distrib/vmware-install.pl
To load the new driver without rebooting:
$ su -
# /etc/init.d/networking stop
# rmmod pcnet32
# rmmod vmxnet
# depmod -a
# modprobe vmxnet
# /etc/init.d/networking start
Wanon | 29 September, 2008 09:36
Where is the largest island in a lake on an island in a lake on an island in the world?
Vulcan Point in Crater Lake in Volcano Island in Taal Lake on Taal Volcano (Luzon near Manila in the Phillipines) OF COURSE!
Google Maps:
http://maps.google.com/maps?hl=en&ie=UTF8&ll=14.009529,120.994663&spn=0.079947,0.117073&t=k&om=1
UPDATE
Apparently I'm wrong... World Island Info seems to think it's an island in a lake on Glover Island in Canada!
World Island Info: http://worldislandinfo.com/blog/index.php/2007/07/26/the-real-largest-island-in-a-lake-on-an-island-in-a-lake-on-an-island/
Google Maps:
http://maps.google.com/?ie=UTF8&ll=48.802115,-57.640457&spn=0.397993,0.933838&t=k&z=10&om=1
Wanon | 29 September, 2008 09:36
Just a quick word to let you know how awesome the new tv show, Chuck is.

I just finished watching the third episode and it just keeps getting better. The synopsis isn't that great, but the show sure is!
Also Life is another one to watch out for. Yay for tv season!
Wanon | 29 September, 2008 09:36
Lyrics:
a long long time ago
i can still remember
when my laptop could connect elsewhere
and i tell you all there was a day
the network card i threw away
had a purpose - and worked for you and me….
But 18 years completely wasted
with each address we’ve aggregated
the tables overflowing
the traffic just stopped flowing….
And now we’re bearing all the scars
and all my traceroutes showing stars…
the packets would travel faster in cars…
the day….the routers died
Chorus (ALL!!!!!)
So bye bye, folks at RIPE 55
Be persuaded to upgrade it or your network will die
IPv6 just makes me let out a sigh
But I spose we’d better give it a try
I suppose we’d better give it a try
....
(More)Wanon | 29 September, 2008 09:36
Wanon | 29 September, 2008 09:36
Now I don't consider myself a slow driver. I keep to the limit most times and keep some space between the cars around me.
This I think is why cars like overtaking me even if there's only half a car length between myself and the car infront of me.
Unfortunately Canberra drivers seem to think when a roundabout opens up to two lanes, that this means it is safe to use as an over taking lane!
CANBERRAN'S: ROUNDABOUTS ARE NOT OVERTAKING LANES!!!!!!!!
| « | July 2010 | » | ||||
|---|---|---|---|---|---|---|
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |