Posted by Mel on Wednesday, 25 June 2008
I’ve been using Vista Ultimate Edition on my work laptop for the past few months even though I disliked it even back then. The only reason it is still on the laptop is that I don’t have the time to wipe and reinstall the laptop with XP Pro. Hopefully that day will come soon.
I really tried to get to like Vista. I thought that if I became more familiar with it I might get a change of heart and grow to accept it. I now know that will never happen. In fact I’ve come to the completely hate Vista with a passion. I can’t pick certain features that I individually hate about Vista, it’s the OS as a whole that I detest. Windows ME 2?
According to a leaked internal memo, Intel are never going to use Vista. See the article on the Inquirer here (Via).
Nice to know I’m in good company!
Posted in Software | No Comments »
Posted by Mel on Thursday, 20 March 2008
Posted in Hardware | 1 Comment »
Posted by Mel on Friday, 22 February 2008
Posted in Uncategorized | No Comments »
Posted by Mel on Thursday, 14 February 2008
Posted in Uncategorized | No Comments »
Posted by Mel on Wednesday, 16 January 2008
Posted in Uncategorized | 2 Comments »
Posted by Mel on Tuesday, 2 October 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Monday, 1 October 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Thursday, 27 September 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Monday, 17 September 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Thursday, 6 September 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Tuesday, 4 September 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Friday, 31 August 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Wednesday, 8 August 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Wednesday, 1 August 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Wednesday, 1 August 2007
Posted in Software | No Comments »
Posted by Mel on Friday, 27 July 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Friday, 27 July 2007
Wifey, you’re so lucky! 
Posted in Uncategorized | 2 Comments »
Posted by Mel on Wednesday, 25 July 2007
Posted in Uncategorized | 1 Comment »
Posted by Mel on Wednesday, 18 July 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Thursday, 12 July 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Monday, 9 July 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Friday, 6 July 2007
Donncha tagged me for a charity blog meme which is intended to link to Irish charities in order to (potentially) improve their pagerank.
The list of charities so far is:
I’ve added a link to the National Association for Deaf People which I feel is appropriate as one of my sisters is deaf.
Now, who’s next, seeing as not too many people read my blog? Over to you Eoin.
Update
I’ve added the Kerry Deaf Resource Centre to the list as my sister no is longer involved with the National Association for Deaf People, but I’ll still leave it on the list.
Posted in Uncategorized | 1 Comment »
Posted by Mel on Friday, 29 June 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Thursday, 28 June 2007
Posted in Uncategorized | 3 Comments »
Posted by Mel on Tuesday, 26 June 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Wednesday, 20 June 2007
Posted in Software | No Comments »
Posted by Mel on Tuesday, 19 June 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Monday, 18 June 2007
Posted in Uncategorized | No Comments »
Posted by Mel on Friday, 15 June 2007
It’s been a long time since I played with linux so yesterday I installed Ubuntu 7.04 on a laptop and PC at work. I wanted to use PCLinuxOS 2007 TR4, especially as I preferred it’s interface and all the included software, but found after installing it that it’s difficult finding help for it, but help for Ubuntu is everywhere. Something to do with the fact that it is the most popular distro, possibly?
Anyway, I wanted the laptop and PC to dual boot with Windows XP Pro and I wanted to use the XP boot menu as default. Anybody complaining about me not using LILO or GRUB as default bootloader can feck off! I created
a 150MB hda1 partition for /boot and installed GRUB here. In order to get the necessary file to add to Windows boot menu i used the following command:
dd if=/dev/hda1 of=/mnt/hda8/ubuntu7.bin bs=512 count=1
More info on this can be found here and here, and by searching Google. I’m not going into details on everything I did, I just want to record the main commands for my own future reference to save me having to search Google next time I want to use them!
After install I was having display problems so, thanks to the FixVideoResolutionHowto in the Community Documentation for Ubuntu I used the following command to reconfigure xserver:
sudo dpkg-reconfigure xserver-xorg
I also installed 915resolution using:
sudo apt-get install 915resolution
After I installed an ATI Radeon VE AGP video card I removed 915resolution using:
sudo apt-get remove 915resolution
Now back to learning!
Posted in Linux/Unix | No Comments »