Wednesday, 11 August 2010

deviantArt Munro

There are people in the world who doubt the usefulness of the Internet and the World Wide Web. These same people are the people who are currently talking down the transition from the desktop computing model to the "cloud" model. They are also the same people who stand to lose the most from this transition.

I've read articles in the past that talk about the security concerns related to "cloud computing" or "fog computing". There's a lot of scaremongering going on in the industry and in popular media. And disasters like Microsoft's Sidekick disaster are routinely trotted out to add weight to the claims being made. All of those articles however ignore one simple fact. We already live in the "cloud". As I've said in various forums in the past, cloud computing is simply a return to the client server model where applications are hosted by a server and interacted with via a client. The server does the heavy lifting. The client provides the interface. This is how the web works. It's how it's always worked.

So why all the fuss? Well traditionally web applications have always been limited to the capabilities of the web browser. Primarily Microsoft's Internet Explorer which has been a ball and chain shackled to the ankles of the Internet since Microsoft forced it upon it's customers in Windows 95. But that has changed. Microsoft no longer dominates the web in a meaningful way. It's market share is falling continuously. New versions of IE cannibalise market share from older versions of IE while the over all market share for IE falls. Microsoft's competitors are stealing the march on the web. Apple, Google, Opera and Mozilla have all released HTML5 aware web browsers. And it's HTML5 that will set the web free.

HTML5 is what powers Munro from deviantArt. Munro it's self is nothing special. It's a painting application that allows you to publish directly to your deviantArt account. What is important is how Munro is delivered. It's free to use and is delivered to the user via the deviantArt web site. There's no plug-ins required. No installation required. No configuration required. No lengthy serial number to input for activation. It is essentially the ultimate plug 'n' play application. The only thing the user is required to do is figure out how to use it. Which isn't hard.

Munro isn't the first HTML5 application to pop up. There are quite a few out there now. Discreetly integrated into web sites. Users simply take them for granted without even noticing how painless the whole experience was. Because it was painless. This is how the web was meant to be. Free and easy to use. Simple and transparent. Accessible to all.

Monday, 26 July 2010

Why does Wall Street hate Microsoft?

Why does Wall Street hate Microsoft? is the question posed on the Microsoft Blog. The answer the author arrives at, extremely quickly, is Windows is just not exciting enough. Hmm okay then. I'm no expert on the stock market or on how investors behave. But I think it's a safe bet they're more interested in the profit margins. Not just from one or two products. But from the whole product line. And there in lies the problem. With the exception of Microsoft Office and Microsoft Windows very few Microsoft product lines ever seem to make any profit at all.

Take Bing for example. It was supposed to be the next best thing since sliced bread. It wasn't. Hardly anybody uses it and Microsoft's on-line efforts are haemorrhaging something on the order of $2,000,000,000 per year. Vista was a disaster and despite the supposedly good figures for Windows 7. The business world is sticking with Windows XP. Which is why Microsoft has extended downgrade rights to 2020. And Windows Surface was also essentially still born.

There was Zune. Which only really sold in the USA and even then wasn't so popular. There's the Xbox. Hugely popular, yes. Shame it's a technical disaster with at least half of all units sold at one point being returned as duds. Which one might think was enough disappointment for one product. But no. Microsoft had plenty more disappointment for Xbox fans. First they decided to lock out third party peripheral devices. Then they decided to cut off early adopters by ending support for their version of the console. There was the sidekick debacle. Then there was the still born Microsoft "Kin Phone". Which nobody wanted. And then of course there is a list longer than your arm of product lines Microsoft has recently discontinued.

All of which is very telling about Microsoft's understanding of todays market. They just don't get it. For some unfathomable reason Microsoft thought teenagers would buy a phone like Kin when they could have an iPhone or the HTC Legend, the Google Nexus One or the Motorola Droid. Even Microsoft's own Windows Phone 7 looks like a better proposition. Then there is the way Microsoft treats it's paying customers. People are tired of the 20 character activation codes. It makes people who have bought and paid for their products feel like criminals. So it's understandable then they might consider switching to Apple or Linux.

And speaking of the competition. When Microsoft's competition does something different, exciting or innovative Microsoft's responses are almost non-existent. Microsoft's answer to the buzz surrounding Compiz on the Linux platform was a new task-bar. Windows that minimise or maximise when you shake them or some such. Compiz in comparison has a multitude of features. Some actually useful in boosting productivity like the Negative, Opacify, Enhanced Desktop Zoom or Add Helper. Basically Microsoft are a company that doesn't have anything new to offer and always seem to be late to the party. And not even fashionably late at that.

It's not that Wall Street hates Microsoft. Wall Street just doesn't see any potential. Investors minds have been made up that Microsoft has run it's course. It's time for a change. For something new. Apple are currently storming a head because Apple has proven it's self to be a company that can diversify to survive and fight it's way clear of bad times. Microsoft innovates by buying up an existing company or product and slapping it's own brand on it. Apple innovates by putting a new spin on existing technologies and products.

Then there is the honesty factor. Investors don't like it when people lie to them. Windows 7 is turning bumper profits. Except virtually nobody in the business sector is interested and the whole of Asia is apparently pirating Windows. So who exactly is buying Windows 7? Are these bumper profits coming from consumers alone? Maybe there's some "Hollywood" accounting going on over at Redmond.

Wall Street doesn't hate Microsoft. It just doesn't care any more.

Saturday, 24 July 2010

Ubuntu Tip: How To Synchronise Gnote Between PCs

In the great Tomboy vs Gnote debate one of the trump cards Tomboy has is it's ability to synchronise it's database of notes with other PCs. Not that it was ever a feature that worked brilliantly. However none the less it was a feature I used and the only reason I continued using Tomboy over Gnote.

How stupid I was?

Ubuntu as many Ubuntu users will know comes with a "cloud" service called Ubuntu One. Which while isn't that great provides us with the basic inspiration for what we're about to do. You see Canonical in their great wisdom decided it would be a great idea to integrate Tomboy with Ubuntu One. Fine. Excellent. If it works. It did for a time for me. Then sort of went a bit crappy. However there are more mature "cloud services" available for synchronising files between two PCs. And that incidentally is all Tomboy's synchronisation feature does so far as I can see. It simply copies files that have been created or changed recently to the PC that doesn't have the new version.

You see all of the notes you create in Tomboy or Gnote are stored in individual XML formatted files. And the Linux file system has a crafty little feature called symbolic links. Combine this with a service like Ubuntu One or Dropbox and all our notes are synchronised automagically so long as we have an active web connection.

Prerequisites:
  1. Tomboy or Gnote. I recommend Gnote. It's lighter and faster than Tomboy.
  2. Ubuntu One, Dropbox or similar service. I would recommend Dropbox.
Setup:
  1. Creat a new folder for yout notes in your Ubuntu One or Dropbox folder.
  2. Copy your existing notes to the folder you just created in your Ubuntu One or Dropbox folder. Tomboy notes can be found in /home/your-user-name/.local/share/tomboy. Gnote notes can be found in /home/your-user-name/.gnote.
  3. Replace the Tomboy or Gnote folder with a symbolic link. Open a terminal window and enter the following command adjust for your own PC;
    ln -vsf Dropbox/gnote /home/your-user-name/.gnote
  4. Repeat steps 1 and 3 on the second, third, fourth, etc PC.
NOTES:
  1. It's best to have Tomboy or Gnote already setup and working before you attempt this.
  2. It's also better to avoid using hidden directories with Dropbox. They don't work very well in my experience.
  3. If you're using Tomboy but would like to switch to Gnote that's not a problem. Gnote is a native Linux implementation of Tomboy that is free of all Mono dependencies. Both applications use exactly the same data file formats and both offer almost exactly the same feature set. So all you need to do is copy the Tomboy files to your Gnote folder.

Digg Is Dead

For quite sometime now I've had a Digg button imbedded in my posts. News aggrigators like Digg are great for driving web users to your blog. However for some strange reason the digg button isn't working any longer. At least not on my blog. All the posts show the same number of diggs. Clicking the button does nothing.

So what is it about the new blogspot templates that are causing this conflict with Digg? Clearly having a button on your blog or website that does nothing looks bad. So For the time being I've removed the Digg button.

Ubuntu Tip: Split Screen In Nautilus

Way back in the days when I got my first IBM compatible PC running MS-DOS and Microsoft Windows 3.1 there was a feature in the Windows file manager I have really missed over the years since 3.1 became redundant. It's the split screen mode.

Well I shall miss it not a minute more. For Nautilus has just such a feature. Simply open Nautilus and press F3. Each pain can point to it's own directory. Which is handy considering I connect to FTP servers using Nautilus.

Wednesday, 21 July 2010

Password Protecting A Website

I'm writing this more as a reminder to myself than for anybody elses benefit. Recently I had a request to add a password protected area to a web site I administer, www.aikido-gb.com. For some reason I had always thought this was quite difficult and needed experience in building on-line databases. It doesn't.

Adding password protection to an area of a website is actually pretty easy. Basically all you need to do is create a subdirectory and to it add two files, .htaccess and .htpasswd.

Setting Up .htaccess
The .htaccess file defines access privileges and the location of the password file, .htpasswd. It should look something like the following example;
AuthType Basic
AuthName "restricted area"
AuthUserFile /the-full-path-name-of-your-webspace/membersonly/.htpasswd
AuthGroupFile /dev/null
AuthName secure
AuthType Basic
require valid-user
order allow,deny
allow from all
An important point to note. The variable AuthUserFile must be the full path name of your web space. This will likely not be your domain name. So you may need to contact your ISP to get that information. Alternatively search the ISPs FAQ.

Setting Up .passwd
The .passwd file contains users names and passwords. Nothing else. The passwords must be encrypted. Fortunately there is an abundance of free tools around the web for this task.
userName:passWord

Tuesday, 20 July 2010

Ditching Ubuntu 64-bit

Since upgrading to Ubuntu 10.04 64-bit my PC became unstable. Most of the time it was just innconveinent minor things. The clock on the top panel wouldn't display properly. However occasionally the whole PC would freeze. Especially when under a heavy work load. Couple this with the fact that Adobe Flash and Adobe Air have never worked to satisfactory degree. I decided it was time to go back to a 32-bit world.

What I had to consider was what I was losing and what I was gaining. My PC has 8GB of RAM. Normally on a 32-bit system 3.75GB is as much as you get. So I'd potentially be losing half of my RAM. But that was it. None of the software I use is exclusively 64-bit. Some of it is however exclusively 32-bit and there are ways around the 4GB memory cap in 32-bit operating systems.

What I stood to gain was a simpler installation procedure for my 32-bit only software and a more stable operating system. I use the 32-bit version of Ubuntu 10.04 on my laptop with no problems. So I already knew it was more stable.

To get past the 4GB memory cap, I intended to install the server kernel which has PAE technology enabled by default. However I found this was totally unnecessary. The desktop kernel in Ubuntu 10.04 comes with PAE support.

In the end up I now have a more stable PC. A simpler installation procedure for my 32-bit software. I still get to use 7.9GB of the total 8GB of RAM in my PC. Which is actually an improvement over the 64-bit version of Ubuntu. The PC does however feel a little sluggish at times. Particularly when launching applications. But that's a small price to pay for simplicity and stability.

Monday, 7 June 2010

Ubuntu Tip: Gnome Schedule

Ask someone in the Linux world how do you schedule tasks to activate automatically and they'll likely start blathering about cron jobs. Now cron is a great tool if you do a lot of task scheduling. But for those of us who want something simpler there is Gnome Schedule. In Ubuntu it's bizarrely not installed by default. Why not? It's an insanely useful little tool that's easy to get to grips with. Luckily installation simple.

  1. Open a terminal window.
  2. Type sudo apt-get -y install gnome-schedule and press enter.
  3. Start gnome-schedule from the Applications > System Tools menu.
That's it. All ready to go!

Monday, 15 February 2010

Why Fire Fox is not Doomed?

Okay I was going to comment on the article it's self. However InfoWorld appear to be afraid of feedback and require some sort of lengthy vetting process after registering. Like seriously!?! What is that all a bout!?!

So Firefox is doomed. I would disagree. Google might cut funding to better support it's own browser. But then again the whole point of Google funding Firefox is to get the default search position in the search bar. So far as I know Google don't intend to exit the search business just yet. So while Chrome is something of a threat or competition at least to Firefox. It's not the end game until Chrome gets significantly more market share.

IE is an immovable object? Clearly Randell is deliberately ignoring the fact that IE is well into decline. It's only actual strong hold now where Microsoft can still feel safe is on the corporate desktop. Everywhere else is up for grabs. Which is why every other major web browser on the market namely Firefox, Safari, Opera and Chrome are all gaining market share while IE is losing market share. What's more these browsers are gaining as much market share between them as IE is losing. Which means they're taking it from IE.

If that wasn't enough at least 3 or 4 countries have advised their citizens to ditch IE and use something else instead. Then of course there are countries like Brazil where significant numbers of people don't even use Windows let alone IE. They're all on Linux. So IE an immovable object? I hardly think so.

As for the critique of Mozillas intention to opt for smaller updates? This is what the Ubuntu developers do. They focus on one major thing they want to make better and by and large deliver on their goals. That doesn't mean other things don't get fixed or don't change. Clearly they do. But the developers do well out of that intense focus. Which is perhaps something Firefox actually needs.

I also don't think it's fair to compare Mozilla to Microsoft or to compare incremental updates to hot-fixes. First of all Microsoft and Mozilla are two entirely different companies with different motivations and goals. They have totally different business models that dictate how much funding they can dedicate to a single project and how the end product is marketed.

Hot-fixes are also intended to be temporary fixes to tide Windows over until the service pack arrives. Again that's a different coding style from an incremental update. A hot-fix is a quick and dirty patch to fix a problem in the short term. An incremental update is something that is integrated properly to the existing code base. That is what Mozilla does at the moment. The fact that it might want to do less but do it better doesn't mean the product will suffer.

Sunday, 7 February 2010

Ubuntu Targeted By Malware!

Apparently some malware has been found in both a .deb file claiming to install a screen saver and a theme pack over on Gnome-Look. Which is a shame since I use that site regularly to find new wallpapers and themes.

So Ubuntu is now the target of criminals? All the tech press places all of desktop Linux at 1% of the market and claim in the same breath that figure is a generous estimate. Why then are criminals targeting something that has only 1% of the desktop PC market. It makes no sense unless Linux is much bigger than 1%. It would be interesting to find out what has changed the criminals minds. Are Linux users simply too naive? Too cocky? Too arrogant? Too stupid? Clearly criminals now see Linux desktops as vulnerable targets ripe for the picking.

This is both an interesting and frighting development. However we have at least exposed a vector of infection for Linux systems. Anybody could build a .deb or .rpm package file or even a normal tarball. Clearly without the protection of the community maintained repositories these methods of installation are just as vulnerable to misuse as Windows .exe files. Which is something many people in the Linux community including myself hadn't considered. Normally we tell people an installation script requires permission to run. So we're protected. The trouble is I don't think many people give entering their password a second thought when installing from a .deb package. Most of us simply trust them.

So this is a wakeup call to Linux users and in particular to Gnome and Ubuntu users. Be vigilant. Be careful about your chosen software sources. If you're installing something from a web site be sure to scan it first! Linux has a very good anti-virus application available in the repositories of most decent distributions. It's called ClamAV. While this is a command line application there are several front ends available. The most popular at the moment is ClamTK. Use the following commands to install them to your system. Remember you'll need to enter your password when installing software.

  1. Open a terminal window.
  2. Type sudo apt-get -y install clamav clamtk then press enter.
  3. Remember to scan your system regularly.
There are other anti-virus scanners for Linux. They're not hard to install. Most come in .rpm or .deb files. The ones that come as tarballs generally tend to be binaries. So there's no need to compile anything. Check out this article for more info.

Sunday, 6 December 2009

Windows 7: Internet Connection Has Died!

Okay for some reason the internet connection on my dads Windows 7 computer has just died. Nothing I do makes it work again. Supposedly this was an issue on Windows Vista as well. Clearly Microsoft really has simply given Windows Vista a new coat of paint and then had the cheek to ask full price for it.

Some people have said Windows 7 is just a service pack to Windows Vista. I've even said as much myself. However the longer my family uses Windows 7 the more I find myself having to try and fix the damn thing. I'd say Windows 7 is actually nothing more than a theme pack for Windows Vista. There is absolutely nothing new on offer here. It's not even as stable as Vista. Why is it that a disparate group of engineers and programmers spread across the world can build and OS as good and stable as Linux but yet all the money Microsoft supposedly throws into R & D can't build a half decent desktop OS.

Yes I am pissed off as I write this blog entry. Just once, just one weekend I'd like to have to myself without having to trouble shoot a Windows PC. I don't get these problems with Ubuntu. Which is what I'm switching my family to even if they don't want it. Either that or they can pay for support from a commercial repair service. I am totally sick to the back teeth of Windows. Even after I stopped using it I still find myself fixing the damn thing.

Microsoft should be ashamed of it's self. It peoples money and delivers piss poor bug infested products in return. The Windows 7 Ultimate costs around £400. For what exactly? It doesn't work any better than any other version of Windows. It's shite! A totally useless pile of shite! The sooner the majority of people stop using it. Stop putting up with piss poor products the sooner the rest of us can move on.

That includes the OEMs! Dell, HP, Lenovo, Asus, Gateway, Acer and the rest. Stop forcing this crap on your customers!

If anybody tells me Windows 7 was their idea one more time, I'm going to punch them square in the face! It seems fair. They inflicted this suffering on me. I shall repay them in kind.

Sunday, 22 November 2009

Will Google Chrome OS Fail?

It might just be me. I might be biased because I'm a Linux user sick and tired of hearing Microsoft FUD about hardware support in Linux. But it seems to me as though the pro-Microsoft author of this article is suffering from a sever case of the skitters.

I mean isn't the writing on the wall for Microsoft and it's supporters? Linux is not as they claimed dead in the netbook market. It's flourishing apparently. Googles Android was not a failure as many predicted. In fact Googles smart-phone OS is gaining market share with ever increasing numbers of handsets appearing all the time while Windows is losing market share on the smart-phone.

Social media sites like Facebook are becoming increasingly important to mobile devices. So important in fact apps on smart-phones to access sites like Facebook seem to be essential features to just sell a handset. However Randall C Kennedy seems to think Googles web-centric netbook OS will fail? He thinks Linux is fatal flaw number one? A web based interface is fatal flaw number 2 and an inflexible hardware platform is also a fatal flaw.

For those reasons Googles web based OS will fail.

Personally I say he's wrong and here's why. People love Google for one simple reason. Google provides insanely useful services to people all over the world. And from the point of view of normal web users at least, those services are totally free of charge. No costs involved.

The Amazon kindle and it's ilk are the second reason. The fact that you can't upgrade a kindle the same way you can upgrade a desktop PC hasn't stopped people from buying them. The fact that the Kindle doesn't play with an iPod hasn't stopped people buying them. Even the fact that Amazon can and will delete your purchases at will for whatever reason it sees fit hasn't stopped people buying the Amazon kindle and similar devices. All of which by the way run an OS based on Linux.

But it's not the OS that's important here. It's how useful the device is to the consumer and how profitable it will be for the vendors. Get those two things right and you have a product you can sell to people with confidence. I strongly suspect netbook manufacturers will put their own spin on the basic Chrome OS user interface as they have done with Android.

Linux as a "device" OS has in fact been extreamly successful. Linux powers everything from toasters and satnavs all the way up to DVD players, smart-phones, ebook readers and beyond. None of these "devices" seem to be "failing". Consumers don't care that these devices run Linux. They just want them to work. Which is a key point Microsoft apologisers like Randall C. Kennedy always deliberately miss.

People don't care which operating system is on their PC, their smart-phone or their netbook. What they care about is, does it work? Does it let them do the things they want to do the way they want to do them? Google are answering those questions. Microsoft keep serving up more of the same.

Now it's interesting to note that while Chrome OS isn't even completed yet. Microsoft apologists have it marked as a failure. Could this be to distract attention away from the failure of Windows 7 to convert the Windows XP faithful? Windows 7 has been such a great success Microsoft and it's army of apologetic bloggers are already talking about Windows 8 arriving in 2012 (the end of the world apparently) and even Windows 9!

It's time the Microsoft faithfull woke up to reality. Microsoft just aren't going to have it all their own way any longer. At least not by playing nice.

Friday, 6 November 2009

Ubuntu 9.10: 64-bit Installation

Okay so I've just installed Ubuntu 9.10 (Karmic Koala) to my desktop. It's not going great.

The first attempt was an "in place upgrade". The reasoning behind this was simple. I had a lot of notes in Tomboy Notes that I didn't want to lose. Previous experience has taught me that Tomboy Notes doesn't deal with upgrades well. However Ubuntu One has a Tomboy Notes synchronisation feature. So the reasoning was simple. Do an inplace upgrade. Upload my notes. Do a clean install later if I need to.

After the in-place upgrade was done I noticed the PC was very unresponsive. minutes pass by while I wait for the top panel menus to respond. I don't know what the issue is. But the 32-bit version running on my laptop doesn't suffer from this problem. But hey! No problem. I thought I'd just do a clean install. Same problem!

Now admittedly I did preserve my home directory. So perhaps there's some sort of conflict with my old settings. So my next plan of action is to wipe the system clean and start completely fresh. If that doesn't work I'll install the 32-bit version. Perhaps the 64-bit copy is experiencing issues? Who knows.

It's not all bad though. I have an SLI setup. Previously this would mean I'd have to use the text based installer. But this time the standard live CD handled my dual graphics cards with no issues. The installer can even deal with RAID arrays like Nvidia Stripe. It will even offer to install Ubuntu to the RAID array.

Considering very little seems to have changed on the desktop, RAID and SLI support in the installer would suggest all the big changes (if there are any) in Ubuntu 9.10 have taken place under the hood.

Edit 08-11-2009: As I suspected some settings from my previous installation were causing issues. With a 100% fresh install everything seems to be working fine. My advice is, do a 100% completely fresh install. Remember to back up your /home directory first and anything else you don't want to lose.

Wednesday, 4 November 2009

Ubuntu One: First Impressions

First off, what exactly is Ubuntu One? Well basically it's a file sharing and synchronisation service from Canonical. The basic package is free and provides a reasonable 2GB of storage. Canonical claims it's your personal cloud.

So my first impressions? It sucks. Canonical produces client software for both Ubuntu 9.04 and Ubuntu 9.10. However support for 9.04 seems pretty feeble. There's no Tomboy notes synchronisation for 9.04 as there is in 9.10. Which makes that feature useless if your not the type to dive in and upgrade all your PCs all at once.

Even worse however is the file synchronisation feature. It just doesn't seem to work. This being the basic concept of the whole package anybody would have thought Canonical would have gone out of their way to make this work. But it seems not.

So far I've been able to get files and indeed whole folders to upload my Ubuntu One storage space. But they don't ever seem to download to the other PC. It doesn't matter which PC does the uploading. The other PC just doesn't "synchronise" with my on-line Ubuntu One storage space.

Now the client software isn't the only way to interact with Ubuntu One. There is a web interface. But then again there are loads of places on-line for me to upload my stuff to that I can later download from using a web browser. The point and attraction of Ubuntu One is the desktop integration. Which just doesn't seem to be working properly.

Frankly I get a better service using the 50MB of free web space my ISP provides me with. It's simpler to set up as well. All I need to do is FTP into my web space from Places > Connect To Server. No software to install. No PPA to setup. Just a user name, password and FTP address. It's also 100% compatible with both versions of Ubuntu I'm using at the moment.

Perhaps Ubuntu One will work better when I'm running Ubuntu 9.10 on both PCs.

Monday, 2 November 2009

Ubuntu 9.10: First Impressions

My first impression of Ubuntu 9.10? A whole lot of people are interested. My first few attempts to download the ISO file resulted in a corrupted ISO. After waiting a few days for the traffic to calm down, I downloaded new ISOs and they work fine.

So far I've only just finished the initial installation on my Dell M1330n laptop. Since I want to take advantage of the new ext4 file system this is a clean install. To get all my applications installed and running I've created a script based on this How To from Ubuntu Forums. Personally I feel strong command line scripting is one of the greatest strengths of Linux. It just makes migrating to a new system so easy.

My laptop is equiped with an SSD. Which is why ext4 is so important to me. So far as I can work out ext4 has supposedly been optimised to work better with SSDs. Boot times are fast. Although I'm not sure if they are a massive improvement on 9.04 which was already very fast at boot time on my laptop.

Speaking of impressive boot-ups! The little animation that appears where the grub menu would normally appear is awesome. If that is the effect using Grub2 has on the overall polish to the OS then Canonical and the Ubuntu devs made an excellent choice here. It makes the OS feel like some sat down and made an effort to polish the final product rather than just make it work.

The new login screen is pretty cool. It functions very smoothly indeed. It was also a bit of a surprise. I can't remember anybody mentioning anything like that would be there. The new functionality (that I've seen so far) is purely cosmetic. However good looking OS that operates smoothly does make using PCs less stressful and irritating. It's reasuring to know that Canonical and the rest if the Ubuntu development team understands little tweaks can make a huge difference to the user experience. The fade to the desktop is very cool. Windows 7 does the same sort of thing. But over all I think Ubuntu does it better with the initial animated logo at the very start, through the updated boot screen to the very smooth new log-in screen, to the desktop. The whole thing just feels more polished than Windows 7.

The wider selection of desktop backgrounds and themes is also a welcome addition. Although I do get the feeling some of the wallpapers were grabbed off the web at random at the last minute. For some reason they just don't seem to fit with the prodominantly dark brown earthy window themes. Just five more minutes of effort could have avoided that. But it's easily fixed.

A big dissapointment was the restricted drivers manager. For some reason it just doesn't seem to work. I had to install my Nvidia drivers from Synaptic manually. Something for Canonical to work on for 10.04.

My next task is to migrate all of my personal data back to my laptop. Which won't be too hard as I don't keep much on the laptop anyway.

Update 03-11-2009: Added link to Ubuntu Forums. Forgot to do that. DOH! http://ubuntuforums.org/showthread.php?t=766683

Update 04-11-2009: Some videos to make life more interesting.


Saturday, 17 October 2009

PC Gamers Need To Vote!

I've just been to Dells IdeaStorm web site and submitted an idea asking Dell to help the PC gaming industry establish a long term base level of hardware to help bolster the PC gaming industry and pull it out of decline. I'll post the text of the idea below. But first let me say PC gamers need to do something to push the hardware and software industry together to establish a base level of hardware that will support all games at decent settings.

When developers develop for the Wii or Playstation they know it's a long term commitment. The hardware will be supported for at least the next 5 to 10 years. It takes on average 3 to 5 years to develop, test and polish a major gaming title. If not, then longer. Microsoft want to refresh Windows every 2 to 3 years. As we've seen with Vista there is no guarantee of backwards compatibility.

So a game which started development with one Windows platform in mind might suddenly become usless unless the developers alter the game to support the new platform. This is very costly and time consuming. We need a better solution for PC gaming than Windows!

The Dell IdeaStorm post: Establish A Base Level For PC Gaming Hardware.

Ever since games consoles could hold their own against the processing muscle of the PC, the PC gaming industry has been in decline. There are a number of reasons for this. Which I will detail below.

1) The PC as a gaming platform shifts far too rapidly for games developers to keep up with. There is no base level of hardware to target. This makes it very difficult and costly for games developers to develop for the PC.

When a games developer target the Playstation, they know the hardware spec will be good for at least 5 to 10 years. Typically it can take 3 to 5 years just to develop, test and polish a game for distribution. So an unchanging stable platform is absolutely essential!

2) Security is an issue!!! Increasingly modern games are becoming on-line affairs. We no longer pit our wits against AI. We join virtual battle with each other. However PC gamers are at a disadvantage. Windows.

Making Windows secure for on-line activities can be a costly business. PC gamers take a hit in the wallet and performance of their gaming rigs. As though Windows it's self wasn't enough of a resource hog. PC gamers need to shell out for anti-virus software, anti-malware software, spam filters and firewalls.

Now it's true all this software can be had for free. But the free versions are always crippled in some way. They're never as fully functional as their paid for equivalents. Even worse! Some malware has now started pretending to me anti-malware! Gamers who get duped risk losing their passwords and privet details. Including payment details. Credit card numbers, bank account numbers and the like. The potential for fraud here is massive!

The solution is quite simple and one the likes of Sony has been using for years now. Don't use Windows for gaming. The Sony Playstation doesn't use Windows as it's OS. But the games run just fine all the same. The graphics are excellent and the games have on-line connectivity. Nobody seems to be worried about viruses or malware.

Dell already supports Ubuntu. The World of Goo and the Penumbra Trilogy both run flawlessly on Linux and sold well. It might be an old game now but Doom 3 runs perfect with no loss of detail or functionality. Clearly Linux can handle complex and demanding on-line multi-player games.

A secure PC platform for gamers is essential! That security shouldn't bring with it a performance cost. Gamers should not be installing additional software just to make their gaming rigs secure. Linux is the answer.

3) Performance and Stability. Anybody who has played a game on Windows knows the frustration of BSODs at just the wrong moment. It's unacceptable. All gamers also know the reason they need PCs with fans so loud they are in danger of suffering industrial deafness is because Windows needs a reasonably beefy system just for its' self if its' to be responsive and sprightly.

Adding a demanding game with high resolution graphics and a web connection adds a load Windows often just can't handle. So Windows throws it's hands in the air and hides behind a BSOD. The problem is resource management. Windows just can't do it well enough.

Linux on the other hand does a much better job out of the box. No tweaking. No over clocking to squeeze some sort of performance out of the processors. No industrial refrigeration required. That doesn't mean Linux can run Halo on the BBC Micro. But it does mean more of the systems resources are freed to help the game run smoother with greater stability.

But even Linux software crashes sometimes. So what then? Well Linux crashes in a graceful manner. Normally the app will simply shut down and the user will return to the desktop. In very bad crashes the user will be kicked out to the log-in screen. However the system will almost never lock up completely in a BSOD like scenario no matter how badly the game is written.

A robust OS like Linux is essential for high-end demanding games. Linux is that OS.

Dell needs to serve its' gamers better. Help the PC industry establish a base level of hardware by producing a gaming rig and commiting to that hardware spec for 5 to 10 years. Preferably 10 years.

Choose hardware that is Linux compatible. The XPS 700 series is already Linux compatible. This will allow the industry and gamers to choose their OS. Gamers who want more security and performance can choose Linux. Gamers who want to be compatible with yesterday can choose Windows. Or we can dual boot and be compatible with everything.

Don't be Gartner Sheep!

Okay I'm confused. But since when was it written in law that people or businesses absolutely had to refresh their hardware? Surely it's good business sense to only buy what you need? Right?

Apparently not. Gartner has decided it's time we all bought new PCs. Why exactly? Well obviously because Microsoft are bring out Windows 7. Since nobody bought Windows Vista it's time we upgraded right?

Wrong! The time to upgrade or refresh is when you can predict your current IT investment is no longer going to meet your needs. How close you can wait until that time comes depends on how large your organisation is and how efficently it can move through the refresh cycle. A single person working self employed can make the transition in as little as a few hours. Larger business will take days to weeks. While other will take months or even as much as a year or more for full deployment of a new operating system.

So given that this guilt trip induced refresh can be so costly in terms of money, lost man hours and man hours expended on the refresh, what is the single most crucial question to ask? What's in it for me? What will Windows 7 deliver that other operating systems can't? Is it security? Better resource management? Cloud connectivity and integration?

Do you really want to trust a Microsoft cloud solution after the Sidekick debacle?

One of the most recently touted selling points for Windows 7 has been it's ability to run Windows XP software. This might come as a shock to some. Windows XP runs Windows XP software! But if you're running a business and you're gullable enough to follow the fasion trends the like of Gartner demand then at least look around before commiting all your money to Microsoft.

There are alternative options out there. Some other operating systems also run Windows XP software. Intall WINE on an Ubuntu desktop or laptop and it'll run most XP software just fine. It might struggle with MS Office. However OpenOffice.org comes pre-bundled with Ubuntu. For free!

So please do consider refreshing your hardware and software. But when you do. Ask yourself what your business really needs. Do you need Windows 7? Would a cloud solution be better? Could you ditch the Microsoft lock-in cycle all together and use something completly different? What software do you use? What do you use it for? Is it unique? Could you migrate? Would migration save you money? How much money? Will Windows 7 be good value for money? Windows needs licences, Ubuntu doesn't. Can you reuse your old hardware?

Can you save money on an IT refresh during a recession?

Consider your options people! Don't be sheep!

Sunday, 11 October 2009

How Bad Is The Malware Issue?

Okay this is just a quick post to pose the question. Just how bad is the malware problem really? It's a fair question to ask. Indeed a very important question to ask since some pundits claim 9 in every 10 PCs sold in the world has Microsoft Windows pre-installed.

That's a lot of PCs running an OS that is not only the prime target for criminals, but has also been criticised time and again for being too lax with security. As people depend on their PCs more and more for essential basic services in modern life like banking, security becomes a major issue. One that flies in the face of conventional wisdom.

Traditionally home users have taken second place in the security stakes. Especially on the Microsoft Windows platform. Without third-party products, which cost extra to the consumer, Windows is wide open. Windows 7 clearly doesn't address this security issue. If it did Microsoft would be pushing their "Security Essentials" free product. Well at least it's free.

But back to my question. How bad is the malware issue? Well since subscribing to the Avira Anti-Virus update notifications about a year ago I've had 1573 update notifications. The vast majority of which are simply virus definition updates. None of these notifications are duplicates. 1573 from 1st October 2008 until 9th October 2009.

My advice to anybody using the web to do essential things like banking is to use a secure platform. Windows is not that platform. It's just to big a target with too many holes.

Saturday, 10 October 2009

Desktop Linux Is Ready!

For a long time Linux was criticised as being too complicated and difficult for non-technical people to use. Personally I don't think that was ever really the case. I mean if Linux came pre-installed like Windows then the OEM would tweak it and install it to suit their hardware.

However Canonical has gone out of it's way now to prove to bury this myth once and for all. Take a look at the installation slide show for Ubuntu 9.10. Linux is ready for the desktop. It's ready for the mass market. It's ready for anybody that wants to use it. It doesn't matter if it's pre-installed or installed after market.

With respect to the basic installation, Ubuntu is now on par with Windows XP, Vista and even Windows 7. After the compiz effects have been enabled Ubuntu goes well beyond what Windows 7 is offering in terms of entertaining and useful desktop effects. And lets not forget the host of free software applications available directly from Canonicals Ubuntu repositories. Which contain everything from games to office productivity suits to web browsers to e-mail clients to extremely powerful tools for ICT professionals.

Ubuntu is also an OS well suited to "power users" with it's extremely high degree of customisability. There's nothing that can't be changed or tweaked. You can even change the entire desktop environment!

Now since Windows 7 has been available for testing many different sources have been quoting "boot times" of 20 to 30 seconds for Windows 7. It's become something of a selling point due to the fact Vista was so slow and a 6 month old installation of XP crawled along at a snails pace.

Well a default installation of Ubuntu 9.04 boots in around 15 to 20 seconds. From a cold start. Potentially 5 to 10 seconds faster than Microsofts latest and greatest Windows 7. The "boot times" for which by the way are actually restore from hibernation times!

At the time of writing, 10th October 2009, we're about 19 days from the final release of Ubuntu 9.10. Windows 7 will be out on October 22nd 2009. Ubuntu 9.10 has already been quoted as being able to boot from a cold start in 5 seconds when installed to an SSD.

So desktop Linux can now claim feature parity with desktop Windows. And as an added bonus it can also claim faster boot times as well as many other advantages. Linux is ready! Ubuntu is ready!

Microsoft and Apple are not the only game in town any longer!

http://www.workswithu.com/2009/10/09/installer-slideshow-in-ubuntu-910-helps-new-users/

Saturday, 3 October 2009

In the time it takes your computer to boot up ...

"In the time it takes your computer to boot up ..." is a phrase I have heard over and over. What people should be saying is "in the time it takes Microsoft Windows to boot up you could go make a cup of tea, some toast, cook a Sunday lunch and dash out to the shops." This generalisation bothers me. It bothers me because not all computers are the same. They might contain the same hardware. But the software that makes that hardware do useful things makes all the difference.

Even with Linux, which generally boots fairly quickly the hardware and software setup makes all the difference. With an SSD drive at it's disposal Ubuntu 9.10 will boot in 5 seconds. Without the SSD drive it will be more like 10 to 15 seconds. The last time I tested Windows 7 Beta 1 on my Dell XPS 720, which has an Intel Core 2 Quad CPU runnung at 2.66 GHz and 8 GB of RAM, I was still counting Windows boot times from a cold start in minutes. Ubuntu 9.04 boots in 15 to 20 seconds on the same machine.

So bloggers and particuarly Priya Ganapati who is the latest offender to annoy me with this rediculous generalisation. Get it right! If you're talking about Windows PCs then say so. If your talking about Macs? Say so. If you're talking about Linux based PCs. Say so!

This is an important distinction to make. The PC landscape is changing rapidly. New OS players are coming into the market and they're all fighting for their slice of the pie. People tend to look to the media, blogs, forums etc to help them understand and figure out the differences between new products coming to the market. So it's important to get it right. Slow boot times are no longer an issue for everybody.

Apple seems to be able to do no wrong. Even though some of their business practices are worse than Microsofts'. Google is trying to muscle in with Android and Chrome OS. Both Linux based OSs. And of course we can't forget Linux it's self. Ubuntu is making good ground. Canonical, the parent developers of Ubuntu, are gaining support from the likes of IBM, Intel, Dell, HP and Sun Microsystems. All big names with interests in making Linux  success.

So in the time it takes your PC to boot. Try and see if you can figure out with OS you're running!

Sunday, 27 September 2009

Ubuntu Tip: Simple Backup Command Using CP

Backing up your computers hard drive is extremely important. Should the worst happen and you lose all of your important data, you need a way back. While there are many excellent utilities in the Ubuntu repositories that handle partial and full system backups. Sometimes a simpler solution is all that is needed.

Fortunately Ubuntu and Linux in general in fact comes with everything you need in the for of the very simple but also extremely powerful cp command. In case you haven't figured it out yet, cp is Linux command line speak for copy. The examples below will show you how to use cp to back up your entire system.

sudo cp -r -u -x -v [source directory] [destination directory]

Example 1:
sudo cp -r -u -x -v /home/ /media/MY_USB_DRIVE

sudo: Gives temporary root privileges.

cp: Linux command line copy command.

-r: Used with cp this switch causes cp to copy directory content recursively. Meaning it will copy all files and subdirectories in the directory being copied.

-u: Used with cp this switch causes cp to only copy files that have changed or don't already exist at the destination.

-x: Used with cp this switch stops cp jumping to other file systems which it will do if it encounters hard links or symbolic links.

This switch also stops cp eating it's tail if you choose to back up your entire system. See examples 2 and 3 below.

-v: Used with cp this switch cause cp to give feed back on what's happening.

Full System Backup With CP
If we wish to perform a full system backup then we might feel inclined to use a command similar to that in Example 2 below. The trouble is without the -x switch cp will also attempt to backup the backup to the backup. Basically eating it's own tail in a never ending loop until all disk space is used up.

This happens because all other file systems are mounted to a location branching from the root file system. So if root is / then home is mounted to /home. Within Ubuntu all USB drives tend to be mounted to /media/a_USB_drive, etc.

However with the -x switch the command in example 2 will not be enough to back up the entire system if there are several storage devices or file systems mounted to different mount points. To get around this problem we must write a small script that will backup each file system separately. Example 3 shows a small example where the root files system / and /home are backed up separately.

Example 2:
sudo cp -r -u -v / /media/MY_USB_DRIVE

Example 3:
#!/bin/sh
#
# cp based backup script.
#
sudo cp -r -u -x -v / /media/MY_USB_DRIVE
sudo cp -r -u -x -v /home/ /media/MY_USB_DRIVE

This script can be created in any text editor like gedit or nano. After the script has been saved it must be given permission to be run as a program. Example 4 shows the command needed to change to the directory/folder where the script is stored. How to apply execute permissions and how to run the script.

Example 4:
First open a terminal window if you haven't already done so and enter the following commands. The actual location of your script is where you chose to save it.

cd /home/aikiwolfie/scripts/ (press enter)
chmod a+x my_backup_script (press enter)
./my_backup_script (press enter)

And that's it. Sit back and watch the backup script do it's job.

Sunday, 20 September 2009

Friday, 18 September 2009

Microsoft Thinks Your Stupid!

Does anybody seriously believe this child just happened to perfectly copy and paste all the key promotional slogans for Windows 7 into a slide show? My nieces and nephews don't even play with Power Point. They jump right onto cbbc and play games!




Boycott Windows 7

Digg doesn't like the direct IdeaStorm link. It does go through a lot of redirections. So here it is.

Redmond Running Scared!

Microsoft are seriously pushing the boat out here. But still manage to put the boot into their UK customers. Why is Windows 7 cheaper in the US for students than it is in the UK? If memory serves me correctly Microsoft pulled a similar pricing stunt with Windows Vista. How much longer are people going to tolerate such shoddy treatment?

The price gap can't be explained purely by exchange rates alone. So what gives? Does Microsoft think students in UK colleges and universities are stupid? Are they just sheep to be pumped dry and ripped off? Why is it Microsoft has decided to climb aboard the "rip-off Britain" band wagon? Any company treating you like this does not deserve your money. Vote with your feet and your wallets and buy something else.

You could also head on over to Dell IdeaStorm and show one of Microsofts largest OEM partners exactly how you feel about Microsoft ripping you off. Register an account and vote to Boycott Windows 7. Better yet, if you're looking for a new netbook to take to college. Order one of Dells Ubuntu Linux based models. Which contrary to Microsofts BestBuy indoctrination FUD are fully supported by Dell.

Of course it's only fair we ask the question. Why are Microsoft being so agressive with their pricing of Windows 7? It can't be because of Linux. Linux is free to download, install and use. You can even get your hands on the raw source code if that's what floats your boat. Linux in short is a fully functional and fully customisable all purpose OS. Ubuntu, which is pre-installed on some Dell netbooks is a fully featured OS with no artificial limts imposed on it. In contrast netbooks with Windows 7 will be running the "Starter Edition".

What is the "Starter Edition"? Basically it's cripple ware. Microsoft in one way or another artificially limit the capabilities of Windows to force you the consumer who has already "paid money" for a legal copy of pre-installed Windows to cough up more cash. Hardly seems fair. But Microsoft have been getting away with it for years.

Note: Windows 7 Starter Edition no longer has the infamouse "3 applications" artificial limitation. Microsoft buckled under preasure of scathing critisim by almost the entire technology press and on-line publications, blogs, twitters and whatever else. If it was talking about Windows 7 Starter Edition (other than the Microsoft Windows 7 blog), the artificial 3 applications limitation was torn apart.

Saturday, 5 September 2009

I Want To Be Blissfully Ignorant



Okay I demand to be told what is in the water these people are drinking. I personally feel it is my God given right to be this blissfully ignorant of the world.

Friday, 4 September 2009

Ubuntu Tip: How To Mount ISO Disk Images

If you use .iso CD/DVD images here's how to mount them from the command line or in a terminal window.

Open a terminal window and type the following commands;
  • sudo mkdir /media/iso
  • sudo modprobe loop
  • sudo mount filename.iso /media/iso -t iso9660 -o loop
Notes:
  • mkdir creates a new directory. This directory will be used as a "mount point" by Ubuntu to allow you access to the .iso file. In reality any directory can be used. It's good practice however to use a clearly defined location. You avoid problems and keep your file system clean and tidy.
  • filename.iso is the name of the iso file you wish to mount. Substitute "filename.iso" for the name of your .iso file.
  • To unmount the file use the following command: sudo umount /media/iso or whatever you called your new mount point.

Wednesday, 2 September 2009

Five Best Disk Defragmenters

This article Five Best Disk Defragmenters from Lifehacker which I came across while browsing through digg.com took me back some. All the while Randall C. Kennedy is bitching about GUIs that don't meet his high journalistic standards and Linux design concepts "contaminating" Windows, Windows users are still defragmenting their hard drives? I mean seriously!

I can remember having to defrag my hard drive when I was using MS-DOS 6.22, Windows 3.1, Windows 3.11, Windows 95, Windows 98, Windows 98 SE and Windows XP Professional. I can remember setting the PC upat night to run it's course and it still wouldn't be done by morning.  In the days of MS-DOS to Windows 3.11 I only had a tiny hard drive. A few hundred megabytes of capacity. When I got Windows 95 I moved up to a Quantum Bigfoot 1 GB drive. Which back then was huge! With Windows 98 and 98 SE I leapt up to 8GB and 10GB drives.

Defragging my PCs hard drives back then seemed to take forever. It was something you planned in advance. You'd have to clear your schedule for the week and mark it in the diary before hand. And after all the effort to get your files sorted out into easily accessible contiguous blocks of data, they were all messed up again as soon as you used your PC. Defragging was and still is a truly pointless endeavour. And Windows users are still doing this?

I was of the impression Windows Vista was supposed to have ushered in a new era? Windows 7 was to build on that and make it better? Why then are Windows users still behaving as though they're using MS-DOS? With my current Dell XPS 720 I have 1.5TB of internal storage on the hard drives and an addition 1TB extrenal drive. That's 2.5 terrabytes in total I'd have to defragment if I were still using Windows. The very thought alone gives me hives.

In my opinion defragmenting a hard drive on a PC is not only pointless. It's archaic. It's pre-stone age technology. Nobody should have to do this any longer. There are file systems out there in the real world being used everyday that essentially avoid this problem altogether. I've never defragmented a Linux hard drive. Not when I was using Red Hat Linux years ago. Not While using openSuSE and never while using Ubuntu. It's something I have simply never needed to do. It didn't even enter my mind until i read the Lifehacker article.

Microsofties really need to wake up and demand better from their masters.

Ubuntu Tip: How To Install 32-bit .debs In A 64-bit Ubuntu

This is a very simple tip for Linux users and in particular Ubuntu users. If you're running a 64-bit version of Ubuntu you will occasionally need to install a 32-bit application. The very awesome World of Goo for example only comes in a 32-bit package. It does however run just fine on 64-bit Ubuntu 9.04.

Simple double clicking on the 32-bit .deb package will throw up a "wrong architecture" error. The way around this is to use the "--force-architecture" switch from a terminal window. See the example below.

  • sudo dpkg -i --force-architecture Desktop/WorldOfGooSetup.1.40.deb

Before we can do that however there are a few preparations to make. We must make sure all the supporting 32-bit libraries are also installed. To do this open a terminal window and enter the following command.

  • sudo apt-get install ia32-libs

And that is really all there is to it.

News Just In! Randall C. Kennedy Becomes Even More Pointless!

Lacking any real news to report and desperately needing to fill a void left by Steve Ballmer after excavating Randalls' sphincter, Randall C. Kennedy has resorted random attacks on everything and anything not of Redmond.

Apple takes the first hit in a childish tantrum regarding Apples' advertising antics. Before they'd even started. It seems Randall has a case of the iGitters. Moving on however, next up for the chopping block was Googles' own Linux based OS. Chrome OS.

The short,snappy and memorable title of this particular blog entry "Will Chrome OS collapse under the weight of it's own Web browser?" would seem to imply Chrome OS is overweight. Morbidly obese one might say. Which is somewhat odd considering Windows not only seems to require a new PC with every iteration. But some how manages to devour the storage space on the hard drive like a fat chick let lose in a cake shop. Windows appetite for devouring system resources is so unseemly Microsoft considered it to be a huge achievement to get a tweaked version of Windows 7 running on a netbook.

Speaking of which. I'm sure I'm not the only one who's noticed netbook specs have been on the up and up. In fact if it weren't for the 32-bit x86 based Atom CPU at their heart they'd be fully fledged notebooks with smaller screens.

Randall can't stop at bitching about Apple or Chrome OS though. Next target is the Linux desktop. The rather ironic title "Will desktop Linux ever grow up?", implies desktop Linux isn't ready to be the headline act. I'm pretty sure Canonical and others would disagree. Sharp in particular has just released a new Ubuntu based MID in Japan. One of the largest economies in the world no less. Brazillian education (52 MILLION NEW USERS) has all but abandoned Windows and Microsoft products entirely and Microsoft for the first time have included HP and Intels' Linux efforts as a threat to their business on their recently filed 10-K report.

Lacking any real complaints about the Linux desktop Randall unwisely decides to pick on X.org. X.org maintain the X server. Randalls gripe with this? The code has a 30 year history! Oh gosh quick we better not use it. Software does after all corrode with time doesn't it? Actually no it doesn't. Planned obsolescence, crap design and a total lack of foresight is what makessoftware bog down over time.

If the code is well maintained and properly looked after 30 years of service is a good sign of maturity and not decrepitude. X has served Linux and other NIXs well over the years. Better still it's going through a major overhaul right now as you read this to meet modern demands. Yes these changes break drivers. All major changes to an OS breaks something somewhere. For example when Microsoft implemented their new driver model they broke driver compatibility with XP. Then broke it again and again and again until their partners got fed up and did things on their own schedule leaving many Vista users with crap driver support for weeks if not months after the official release. ATI and Nvidia were amongst the companies that failed to deliver decent drivers on time. OUCH!

Next up it was Snow Leopard. Randall completely and I suspect deliberately misses the point of Snow Leopard. Unlike Windows 7, Snow Leopard isn't just a cosmetic make over. It's a re-plumbing of all the tubing and technical bits underneath the shiny Apply GUI that Windows and Linux users can't stop trying to emulate with theme packs. While the enhancements to Snow Leopard don't really help existing third party software. All Apple software has been rewritten to take advantage of them and third party offerings won't be far behind.

As a result of Apples tinkering with Snow Leopard, OS X has a smaller installed foot print and runs considerably faster. The net result of Windows 7 is a version of Vista that looks decent, is less secure and doesn't crash as much. BSODs are also still a coveted feature.

Finally we get to Randalls latest Cephalopoda like spaz attack with tentacles flailing every where desperately grasping for a target. "The 'Linuxification' of Windows has begun". Okay then. This "blog entry" has me seriously bewildered. FileZilla, VirtualBox and the Gimp all come under fire. For one reason or another their GUIs just aren't good enough. Apparently all GTK+ GUIs are a complicated ill designed blasphemous disaster. They should carry a public health warning. VirtualBoxs' error dialogues are clearly hazardous to ones health. Of course Windows BSODs are so intuitive. I speak in HEX daily. In fact I refuse to speak anything but HEX codes unless absolutely necessary.

Seriously, does InfoWorld actually pay this man-child to write this tripe? It's not helpful, it's not informative, it's not even a fully formed and thought out opinion. It's just random crap drugged up to draw attention away from the competition and back to Microsoft? Microsoft PR must be cringing right about now. At least they tried to spice up their tripe with some Photoshopping.

Well I have more bad news for Randall. Maybe this will send him completely over the edge. Dell are releasing an Android based smart phone in China. Remember Android is Linux based Randall. Now when will Linux grow up? I wonder? Who Runs Ubuntu Linux?

It really is time to wake up Randall. The Linux kernel is in one form or another embeded in every facet of your life. Remember when you use the Internet or a DVD player or a satnav, you're using Linux.

Saturday, 22 August 2009

Windows Vista: Black Screen of Death Fix

The following are suggested fixes from various sources for the Windows Vista/7 Black Screen of Death (KSOD) problem.

Symptoms:
  1. Windows boots to a black screen with a white cursor/mouse pointer.
  2. Windows "Safe Mode" exhibits the same behaviour.
  3. Nothing else ever loads. Not even a log-in screen.
Solution 1: Delete Some Log Files.
  1. Use the vista DVD to go to the repair mode.
  2. From the same screen where you do the system restore, there's an option to open an administrative command prompt.
  3. That should open in X:\Sources or something like that
  4. Go to the windows drive by entering C:
  5. Now go to the windows event log folder on your machine (C:\Windows\System32\winevt):
    cd c:\windows\system32\winevt
  6. ren Logs Logs_bad
  7. mkdir Logs
This will create an empty folder for new event logs. Restart the system and cross fingers.

Solution 2: Edit The Windows Registry.
There apparently this a problem related to the Remote Procedure Call service (RPC) running under LocalSystem account instead of NT Authority\NetworkService account.
  1. On the affected machine, boot using the Vista Media and Select “Next” and then in the bottom left you will see “Repair your Computer”; select Next and then Select Command Prompt.
  2. At the command prompt, launch regedit.exe and load the SYSTEM hive, follow the below steps.
    • Select HKEY_LOCAL_MACHINE
    • On the File menu, select Load Hive.
    • Browse to %WINDIR%\System32\Config Folder and select “SYSTEM”
    • Select Open.
    • In the Load Hive dialog box, type in “MySYSTEM” box for the registry hive that you want to edit.
  3. After the hive is loaded, modify the following key value per the instructions below: You will need to know what ControlSet the machine is currently running on, this can be determined by going to HKEY_LOCAL_MACHINE\MySYSTEM\Select and find the “Current” value in the Right hand side. (Example: Current value is 1 then the ControlSet will be ControlSet001)
    • Key: HKEY_LOCAL_MACHINE\MySYSTEM\ControlSet00X\Services\RpcSs (X is the Number from the Current Key from above)
    • Value Name: ObjectNameOld
    • Value: LocalSystemNew
    • Value: NT AUTHORITY\NetworkService
  4. Unload the SYSTEM hive by selecting the key “MySYSTEM” and then select File -> Unload Hive… menu item.
  5. Exit regedit.exe
  6. Reboot the system normally
Solution 3: Restore The System From A System Restore Point.
  1. Boot to the Vista media.
  2. Restore the PC to a restore point 1 month before the problem occured.
  3. Reboot as normal.
Solution 4: Dump Windows And Use Ubuntu
  1. Get hold of a copy of Ubuntu. Most Linux PC magazines will carry a copy on their cover disc or you can ask a friend to download it for you and burn it to a disc. You will find the Ubuntu download page at www.ubuntu.com Don't worry about payment. Ubuntu is completely free of charge to download and use.
  2. Boot the PC using your new Ubuntu installation disc. Select the option to try Ubuntu without changing anything on the PC. Once the desktop has loaded, navigate to your Windows hard drive.
  3. Copy anything from your Windows hard drive you want to keep on the a USB stick or similar backup device.
  4. Click the install icon and follow the instructions. You'll want to use the entire disc to rid yourself of Windows Vista entirely.

Thursday, 20 August 2009

Will Randall C. Kennedy Ever Grow Up?

Yet another bullshit article promoting Windows 7 by attempting to run down Linux. It's all well and good for bloggers to cry wolf about this or that not working in Linux. But the fact of the matter is it's pointless without detail.

The crucial details left out here are the faulty systems specifications. What hardware was being used? Which version of which Linux distribution was being used?

Details Randall. The devil is in the detail and you've provided none. All you've done is written a generic blog entry ragging on Linux and praising Windows. Is it really so hard to promote Windows 7 based on it's merits? You've joined the pointless masses. Well done!

Now bend over. Mr. Ballmer wants you to pick up the soap.

Sunday, 9 August 2009

Another Bull Shit Windows Vista 7 Article!

I am so getting tired of reading bull shit Windows Vista 7 hyping articles trying oh so desperately to make Windows Vista 7 sound so fantastic when it's just not. I'm tired of the Mac OS X comparison by people who've never actually booted the damn thing up under the conditions they are bitching about!

To these people I say go out and try it. All these "professional" bloggers earn more than enough to be able to afford a Mac. Microsoft made Windows Vista 7 Beta and RC available to everybody that wanted it. So what's stopping them?

Maybe outfits like InfoWorld are scared if they do actual tests they'll need to admit Windows 7 is really just Vista with a new coat of paint. I mean seriously is it blog worthy to ask why battery life is so crap on a Mac when running Windows? What's more what's the point in asking if you're not even going to try it out?

We could do a really simple and cheap test here to find out where to lay the blame. Install Linux. See how long the battery lasts then. If both Mac OS X and Linux hold up and Windows doesn't. Well we know who's building the shit OS then don't we?

Oh right I forgot. Redmond is releasing a new OS. I guess we should all pay attention, lubricate our sphincters and bed over.

And just what is the deal with all the "YOU MUST REGISTER TO MAKE A COMMENT" nonsense? Do I look like I want another password and user name to remember?!?

http://www.dailytech.com/Windows+7+RTM+Gets+Benchmarked+Results+Are+Mixed/article15892.htm

Friday, 24 July 2009

Dell Ubuntu ... What's Going On?

Dells stance on Ubuntu is supremely confusing. Ubuntu is clearly doing relatively well in the desktop market. There are several smaller vendors building and selling PCs pre-loaded with Ubuntu and doing it well. None of them seem to be going to the wall so they must be doing something right. Something Dell aren’t doing perhaps?

So Ubuntu it’s self simply can’t be the root of the problem.

Which means we need to look at other factors. It was only with the introduction of the Mini 9 Dell started offering Ubuntu as an option side-by-side with Windows. But even then they didn’t really tell people what it was they were offering.

If all you had ever known was chocolate ice cream. Would you try strawberry ice cream if you didn’t know what it was?

Are people overly critical of Dell for hiding their Ubuntu options? I don’t think so. If you were selling ice cream, would you only target people who had already tried it? The fact you’re already selling chocolate ice cream shouldn’t stop you from selling strawberry ice cream.

Almost any other company in the world selling any other product in the world would sell similar products from different vendors side-by-side. They wouldn’t shunt one into the basement.

Now finding Ubuntu based Dells is easy enough if you know where to look and if you know Ubuntu actually exists. But what if you don’t? If all the strawberry ice cream is in the basement and you’ve never even heard of it. How do you try it out? How do you get that first taste?

Lets say you’re out shopping. There’s a nice brightly lit store selling chocolate ice cream galore with all sorts of deals going on. Next to the store are some steps going to a dark dingy basement level with a tiny sign half obscured. It reads “Strawberry Ice Cream here”.

Are you tempted to try the strawberry ice cream?

Saturday, 30 May 2009

Windows 7 Vs. Linux: OS Face-Off: The Muppets Return!

Why does the Microsoft press insist on perpetuating this phoney war? Are they that desperate to stave off the mass exodus of Windows users to Linux? Is there a mass exodus? You'd be forgiven for thinking there was given the way some "journalists" are writing these days trying to trumpet the merits of Windows Vista 7.

Speaking of which. An article from Information Week, the type of article that likes to pretend to be balanced and unbiased, caught my eye. Particularly this little snippet.

... Another issue may be the fact that while it's possible to install 7 on top of Vista and preserve one's applications and settings, it isn't yet possible to do this in Linux.

It is possible to automatically migrate documents and some fairly generic system settings -- Ubuntu does this, for instance -- but not the apps themselves. (For those planning on performing an entirely clean installation of either OS, though, it's a moot point.) ...



What complete and total bollocks! Fair enough. We can't really preserve Windows applications settings yet. But why would we want to?

I'm not sure what the author is expecting Ubuntu to do here. Migrate Windows OS and application settings to Ubuntu? Windows doesn't migrate anything from Linux. It can't even read Linux partitions as standard. And guess what? Windows doesn't even preserve the GRUB boot-loader. Even on Multi-boot systems!

If a user wishes to preserve application settings from Ubuntu 8.10 to 9.04 for example they can. First of all many applications use user specific settings stored in the "/home" directory. The easiest way to preserve these settings is to simply split "/home" off into it's own partition or even it's own hard drive. So when you do a simple upgrade. Everything in your own user account should still be as it was.

Even better though! With "/home" hived off in it's own little world we can do a complete re-installation of the OS and applications and still preserve out local application settings. So what about global settings?

It's quite simple really. Back-up before before you upgrade. That way you can restore your settings after the upgrade is done. This I think is a safer way to do things. Firstly it encourages you to make back-ups which can't possibly be bad. Secondly old global settings for old versions of applications aren't always appropriate for the newer versions.

In fact considering the pace that open source software development moves at. It's probably better to go with the new defaults than try to shoehorn old square preferences into a newer rounder hole. After all bad application configurations cause things to break.

Monday, 25 May 2009

Drivers! Drivers! Drivers!

Why the hell do "journalists" always pick on Linux for needing drivers to run a piece of hardware? Even when the driver exists they make a big song and dance about Linux needing a "third party" driver to run the WiFi or the graphics.

Guess what people. Windows uses drivers too. Of course the Microsoft-centric tech press that is a cancer on the web likes to pretend all that stuff is produced by Microsoft. WOW do these people have short memories. Remember the Vista fiasco where neither ATI nor NVIDIA amongst others had their drivers ready in time for the Vista release?

As for netbooks. Those that come with Linux come with a version of Linux tailored to that specific hardware set. Just like Mac OS X is tailored to Mac hardware. If Apple can do it why can't everybody? Why isn't Mac OS X being slated in the press every week because it doesn't run perfectly on non-Apple hardware? Why does it suddenly become a major minus point when Linux displaces Windows?

So guess what. If you take something like Puppy Linux and use it to replace a customised Linux distro specially put together to run the hardware on your netbook you might have problems. That's a bit of a no brainer. Of course if these so called journalists were reviewing a netbook running Windows they wouldn't even consider testing the hardware with an obscure unfunded fringe "spare time" project version of the OS. Would they? I honestly doubt it.

Over the past couple of weeks I've seen a disturbing trend developing in the so called tech press. As Windows Vista 7 gets ever closer to release all the Microsoft zombies are falling into line and desperately looking for ways to run down Linux. Which is just sad.

Linux as the underdog in the desktop and notebook markets has done well for it's self. It found a niche where it could grow and prosper and give people a real choice in how they use their hardware. It also allowed hardware vendors to slash their prices. Which in turn turned out to be of benefit to the Microsofties as Microsoft responded in kind and slashed the price of XP licences and then gave XP stay of execution time and time again and it's still not dead even though Windows Vista 7 is well and truely almost here and supposedly netbook friendly.

But no. Rather than appreciate what a little genuine competition targeted squarely at Microsofts core markets has done for consumers and businesses alike not to mention all the meaty tech news that has been generated, keeping the zombies in their jobs. These brain donors would rather agree to the Microsoft EULA which has apparently not just cost them their privacy, the right to use their PCs, netbooks and notebooks as they see fit, but also their souls and any kind of decency they might have had.

To all these people I say shut the fuck up and get a life.

Friday, 24 April 2009

Passed My Theory Test. Again!

Okay so for the second time I passed my theory test first time with only one wrong answer on the actual theory part of the test. The hazard perception test is completely pointless. Do the test the way the instructions at the start tell you and, clicking once for each hazard you see and again each time the hazard changes priority, and it becomes so easy to trip the nanny alarm that tells you you're just clicking at random. Which I wasn't. Which is why I almost got up and walked out at that point.

I'm glad I didn't though. I passed the test and filled in the questionnaire at the end telling them it was pointless. But it got me thinking about the last time I took my driving test a few years back.

Back then I completed my theory test just fine with only one wrong answer. There was no hazard perception test at the time. It was still under trial. The practical test is where things went wrong. Basically I had a snide bastard for an examiner. He liked to play with the dual controls. Not exactly fair. That really put me off trying again. What's the point when the test isn't fair and the appeals process is practically non-existent? Why waste my money?

Being stuck with a provisional licence does have it's draw backs though. You can't drive anywhere unsupervised. Which means job prospects are limited. So what can we do about cheating examiners?

The answer, rather shockingly is, not a lot. A driving examiners decision is final and it cannot be over turned. The appeals process involves either writing to the area manager or taking the case to a magistrates court. Unsurprisingly the DSA don't make a habit of making appeals easy. In fact it's almost impossible to find any information on-line at all. Perhaps the DSA are petrified that the 49% of drivers they claim fails their practical test first time round will swamp them with complaints? Maybe they're afraid the mythical quota system will be exposed? Maybe they're afraid their examiners will be exposed?

In any case, even if an appeal is succesful, the best we can hope for is a refund and a free resit. Perhaps 49% of revenues being refunded would cut into the DSAs' profit margines too much.

So if you have any driving test stories. Feel free to post them in the comments.

Wednesday, 8 April 2009

Portable Ubuntu Screencast

Nice little information video. Well presented and well done. But I'm missing something here. Why bother running Ubuntu inside Windows Vista or Windows 7? Why bother with Windows at all?

I've been testing the Windows 7 beta for a while now and I'm just not that impressed. To begin with it was fast and responsive. But since installing a few applications and using for only a few hours a week it's started to get sluggish. Start up is sluggish, application execution is sluggish, shutdown and reboot still run fine.

I'm just not seeing much improvement over XP or Vista. Certainly nothing worth another £300.

For people that want Linux. Just run Linux on raw real world hardware. It's faster, more stable and more secure.

Monday, 30 March 2009

Microsoft "Pays" Lauren To Buy A PC

"According to Brad Brooks, corporate vice president for Windows consumer product marketing at Microsoft, the agency told recruits it was a market research firm and didn’t mention it was working with Microsoft. The recruits were told they could keep whatever money they didn’t spend on a PC so they had incentives to look for good values."

http://blogs.wsj.com/digits/2009/03/26/pc-to-mac-im-cheaper/

Seems like Microsoft not content with duping passers by with it's Mojave campaign have now turned to effectively paying people to buy Windows PCs. By proxy of course. Heaven forbid their marketing people should ever break the habit of a life time and be honest with people.

So if Windows is so bad Microsoft have to pay people to buy it pre-loaded with a new PC, why would anybody buy a Windows PC voluntarily. I mean when you have a near monopoly on the market and still struggle to shift your product there must be something wrong.

Sunday, 15 March 2009

Powered By Linux: Avira AntiVir Rescue System

I absolutely love this. My favorite anti-virus company has brought out a free product based on Linux that repairs Microsoft Windows systems. More companies should do this. The Linux OS is free. So long as the product is free they're unlikely to hit any licensing snags.

Why give away freebies like this? The same reasons as always. Freebies attract attention and consequently increase mind share. Which in turn generates sales and also reduces the number of infections in the wild. Which in turn reduces the risks to your users.

Avira AntiVir Rescue System

Avira AntiVir Rescue System is a Linux-based application that allows accessing computers that cannot be booted anymore. Thus it is possible to:

* repair a damaged system,
* rescue data,
* scan the system for virus infections.

http://www.free-av.com/en/tools/12/avira_antivir_rescue_system.html

Sunday, 8 March 2009

Carnage In The Drive Bay!!!

Recently while installing Windows XP to a virtual machine my Windows disc exploded in the drive bay. This wasn't like previous DVD drive failures I've had in the past where discs were destroyed. There were none of the usual grinding or squealing warning signs that tell you somethings not right.

It just exploded! BANG! And I was sitting there thinking WTF!?!

The DVD drive continued trying to read the disc until I instructed Ubuntu to eject it. As it was Ubuntu the system didn't fall on it's arse for a simple DVD failure. It just soldiered on! When the drive tray slid out the crunching started and the tray got stuck. So there was nothing for it. Open DVD drive surgery had to be conducted as soon as possible.

This is where I have to congratulate Dell on their choice of DVD drives. Normally when opening a CD or DVD drive I run the risk of losing a finger or two because they normally aren't designed to be opened up at all. This Dell drive was different. The top and bottom covers were held together by four simple little screws. There was none of the usual mental finger lacerating origami that hold other drives together. Just four simple little screws.

My Windows disc was totally destroyed. It had fragmented into tiny wee pieces. Some of which I managed to jigsaw back together. Just for fun. Some of these bits are warped out of shape. So they no longer fit together exactly as they once did. And even with most of the bits in place there are still sizable chunks missing that can't be filled by the bits I have left. They aren't in the drive either. So I guess they've been vaporised!

Now my Windows disc is dead, my PC repair services are severely limited. I only ever used it for repairing other Windows systems. Which happened a lot. Maybe Microsoft are using specially weakened discs? Maybe that's just being too paranoid. Maybe Ubuntu had some weired auto-immune defensive reaction to the Windows disc infecting it's DVD drive. Either way the proprietary nature of Windows has left me with a problem. I have noway now to recover a F.U.B.A.R-ed Windows installation. And since Microsoft insist on using DRM features on their discs I don't have a back up. I can't help but wonder how many other people have found themselves in similar positions?

My PC is out of warranty. So I might not get a replacement disc from Dell. Although someone at Dell is kindly looking into the matter for me.

The DVD drive it's self seems to have survived it's ordeal. It's now working fine again. I tried it out with a crap DVD I didn't mind being destroyed. Steven Segals "Marked For Death". Which it seems my PC likes since it didn't destroy it.

Photobucket

Photobucket