windows
The great XP/Vista/7 meltdown.
Quinn Reynolds — Wed, 25/02/2009 - 11:39

Ugh, I'm so glad I don't have to deal with this... I switched just at the right time. I feel like the guy who cashed in his entire stock portfolio in August 2008 ;-)
- Quinn Reynolds's blog
- Login to post comments
The Matrix runs Windows??
Michael Fletcher — Wed, 12/11/2008 - 11:08

Thanks go to Sam for sharing this gem...
- Michael Fletcher's blog
- Login to post comments
Windows to Linux Workplace Switcheroo -- Part 1
Neil Robinson — Sun, 27/07/2008 - 19:52

If I hadn't had a pretty good idea of what I was doing when I started this adventure, I'd have been lost in the GNU/Linux jungle and have been eaten by the cannibals native to those parts. It would have been an unpleasant and gory end to me and my expedition.
My choice of metaphor certainly points to the fact that only a seasoned adventurer would have come through the jungle to the promised-land unscathed. In my case I was slightly scathed -- especially by the talons of the Thunderbird and the electrical strikes of its Lightning bolts. I wasn't killed, but that was only because I'd fought with creature in the past, and I knew where to strike at its soft underbelly.
Those novice adventures would have been struck down by the wild Thunderbird of the Gnu/Linux jungle, never to recover. Had they survived the encounter, they'd have returned to their cities where tamer Thunderbirds are kept safely in captivity, behind reinforced Windows.
Even if they manage to avoid the mighty winged beast, and are met with clear, Lightning-free skies, these green jungle explorers will continuously hear the beat of the Samba drums, resonating through the air, vibrating the tendrils that network between the trees of the jungle, and just generally creating a powerful sense of unease.
Though some may not even notice the drumming, a great many would flee from the source of the noise, back-back-back to their safe buildings and Windows.
Turns out there is a beaten path through the jungle, and mostly the Samba dancing, drum-beating natives along that path are quite friendly and helpful. Woe betide you should you have intially entered the jungle, all Gutsy and rearing to go and later crossed over on to the beaten Hardy path, instead of leaving the jungle and getting on to the Hardy path from the point that it first enters the jungle.
Turns out the friendly Samboin natives only live a certain way along the path. The Samboin cannibal tribe live deeper in the jungle, just about where you'll end up when you Gutsily take the short-cut through the jungle to the Hardy path.
I had to battle those cannibals, but I came out of the alive, and the cannibals no longer found me appetising once I figured out how to manipulate their Samba dances.
Even without the cannibals, the Hardy pathway needs maintenance. Nothing serious -- but if the adventurer isn't cautious he or she is likely to trip and stumble over the potholes from time to time.
Ultimately, compared to the safety and familiarity of the civilised world, where glass has been invented, the Gnu/Linux jungle is a terrifying place. There are less scary places in the jungle. Clearings and friendly tribes. Places where you can safely wander and have a picnic, where no wild beasts or angry natives will harass you. They aren't particularly interesting places in the jungle, and you find you can't also do the things you'd like to do in those places.
Fortunately there are also quite a few seasoned adventurers wandering about in the darker corners of the jungle who are quite willing to help protect those new to the jungle from its dangers. They pass through the protected areas from time to time, and so the new guys can hook up with them. They'll show the new guys the vines, and how to swing gracefully from one branch to another. But the new guys still need to be willing to grab those vines, throw caution to the wind, and swing high in the air from tree to tree without a safety net.
Most people are too scared to swing high in the air with no safety net, but the jungle is of limited use at the moment if you aren't willing to try. Plus, what about the frigging cannibals?
Enough with the metaphors. I think you get the point. Migrating to Linux from windows for working environments isn't a trivial exercise, and it sure as hell didn't "just work" for me. However, since I have a fairly good idea of what I was doing, I could make it work. Switching isn't recommended unless you know (or one of those seasoned adventurers knows) how to fix up things when they don't go quite according to plan.
And now for the boring parts, where I actually explain what I did with the computer, and in some cases offer solutions to my problems. You can try the solutions if you are suffering from similar problems, but I don't promise they'll work for you.
If you aren't looking for technical solutions, but just want to read on, feel free. I'm afraid I haven't made much effort to be particularly witty in the sections that follow.
Email: Thunderbird
I had expected that transferring my email wouldn't cause any headaches. Thunderbird is cross-platform, so just transfer the user files from Windows' Documents and Settings to Linux's home folder, right? No problems, right?
Bah!
Copying all the user files from Windows to Linux actually works perfectly, as long as you aren't using any plugins. All the mail is imported correctly.
Assuming you are running a Debian-based system, the procedure would be:
- Install Thunderbird, using whatever works best for you. This works for me:
$ aptitude install thunderbird - Run Thunderbird. This creates the
.mozilla-thunderbirddirectory in your home directory. - Cancel the new account setup dialogues, and close Thunderbird.
- Copy all the files in
C:\Documents and Settings\[username]\Application Data\Thunderbird\Profiles\[random number].default\to/home/[username]/.mozilla-thunderbird/[random number].default - Restart Thunderbird. All your mail and account settings should be there.
If you had installed plugins, particularly Lightning and Provider for Google Calendar, you'll be in for a serious skull-cracking migraine time.
What it came down to was that I was running Lightning 0.8 and Provider 0.4, and they required a particular library that is missing from the default installation of Ubuntu 8.04.
I fixed it by installing libstdc5, as per this conversation
$ sudo aptitude install libstdc5
It wasn't as easy as I've made it out to be. I trawled the internet for quite some time before I found that Google Groups discussion. I doubted the wisdom of continuing my transition to a more free and open working environment, and had to continue working in Windows for a while until I'd worked out the problems. I stuck to my resolve though.
Network file-sharing: Samba
My office environment requires that I share my projects over the LAN, and have at least one location where other users can copy files to my computer. I also need to be able to access everyone else's shared folders. The good thing was that accessing other people's stuff was easy, because everything is set up to allow guest access. Well done to the Samba project
I've got things in a dual-boot setup. This means that a lot of my documents are still on the Windows partition, with the disc in the NTFS format.
Ubuntu stubbornly refused to allow me to share anything on the NTFS format -- at least not via the Gnome desktop environment. Since I needed to get work done, and people needed access to certain of my files, I just copied them over to my home folder and shared them from there. This worked fine, since my user account was now the owner of the files.
This problem stemmed from me upgrading to 8.04, and not doing a fresh install. Because Gutsy used fstab to mount the windows drive automatically, it had set umask parameters that prevented others from accessing the files. If you install Hardy from scratch, you won't encounter this problem because hardy doesn't automatically mount the drives. The user mounts the drives, and so the user has permissions to let others access the partitions.
If you have upgraded, and are encountering this problem, the work around is to remove or comment out the relevant entries in fstab, like so:
First backup fstab
$ sudo cp /etc/fstab /etc/fstab.bak
Then, using nano or your favourite text editor:
$ sudo nano /etc/fstab
Then, run around screaming.
$ screaming!!!!!
No. Skip the screaming. You've probably done it already anyway. Instead, rather add a hash (#) to the beginning of the offending line (or lines) in fstab.
For example, let's say the offending partition is /dev/sda2
It's line in fstab is something like this:
UUID=ABCD1234567890AB /media/windows ntfs-3g defaults,umask=002,gid=46 0 1
Pop one of these suckers '#' at the beginning, like so:
# UUID=ABCD1234567890AB /media/windows ntfs-3g defaults,umask=002,gid=46 0 1
Reboot!
Actually, rebooting isn't necessary. You can just unmount and remount the volume, but I'm not going into how to do that.
After that, the partition isn't automatically mounted -- you need to do it yourself via Gnome -- but at least sharing files works as expected. This is also the default behaviour of Hardy Heron.
If you want the volume to mount automatically, and to be able to share things as expected, this worked for me:
Edit the fstab line you previously turned into a comment so that it rather looks like this:
UUID=ABCD1234567890AB /media/windows ntfs-3g rw,nosuid,nodev,noatime,allow_other 0 1
That'll make the volume mount when the computer starts up, and you'll be able to share folders with other network users as expected. Be warned though -- if you don't allow guest access to the files, you'll be in store for some painful times with smb.conf and smbpasswd. They won't be insurmountable, but they may not be filled with pleasantries.
A final note: when using Hardy, make sure that you install all of the Recommended updates -- not just the security updates. This is crucial if you want to be able to work on files over the network, without copying them to your local machine.
Gnome has recently changed their virtual file system, and not all applications had been ported to the new system when Hardy was released. I think this is the reason for the issues. It wasn't an optimal situation to be in. For example, I couldn't open documents with openoffice over the network. This made checking which document I wanted to work with a laborious process. In the end the best option was to copy the file across the network, open it locally, check the file was the one I wanted. Discover it wasn't. Rinse. Repeat.
Windows to Linux Workplace-Switcheroo: Intro
Neil Robinson — Sat, 12/07/2008 - 17:35

I've been testing Openoffice.org's compatibility with Microsoft Office on Microsoft's ubiquitous platform. There are a couple of formatting niggles, but nothing that bothers me too much. I work for a small company, and MS Office is hugely overpowered for our needs. We don't use MS Access. We have no VBScripted Excel files, and since I'm the most tech-savvy person at the company, I don't plan on writing anything using those tools -- ever.
I was already using Thunderbird as my email client, and its Lightning plugin for calendar functions.
I was using Tomboy Notes' window port for my note-taking tasks (and it was annoying me a little because the windows port is only up to version 0.3 or so, which is buggy and hugely inferior to the latest Ubuntu version, 0.10.2).
The only applications that might have proven to be tricksy to run on Linux were the more specialised GPS and GIS software -- Garmin's Mapsource and ESRI's ArcExplorer.
According to the Wine application database it was likely that Mapsource would run well using wine, and ArcExplorer apparently had a java version that would run natively in Linux.
Effectively I had no reason to work on that other platform, so I decided that I might as well move all of my workplace productivity efforts over to Linux.
Expect a series of articles recording my migration from Windows to Ubuntu Linux at work. It won't be a hugely detailed description. Don't expect a step by step guide of moving from Windows to Linux.
Certain aspects of the migration will be highlighted. Things that went well, things that didn't go so well, and my overall impression of productivity in Linux.
Windows 98 turns 10; Vista turned down.
Kyle Whittington — Fri, 11/07/2008 - 16:32

Not so long ago Windows 98 had it's 10th Birthday. PC-Pitstop, to celebrate this, ran a benchmark across the three major releases of Microsoft operating systems since the release of Windows 98, namely - 98, XP and Vista. The results weren't really all to surprising... or were they? What's not surprising is how Microsoft have stopped allowing manufacturers to supply OEM versions or any versions for that matter of Windows XP. Perhaps this is because the only way you can get children to eat vegetables is to give them no other choice? This particular vegetable is totally average.
http://techtalk.pcpitstop.com/2008/04/03/windows-98-turns-70-in-dog-years/
Gartner: Windows is collapsing
Kyle Whittington — Fri, 11/04/2008 - 14:15

Article taken from: news.com here.
SAO PAOLO, Brazil--At a Las Vegas conference on Thursday, Gartner analysts warned that Windows is in danger of collapsing, according to a report in ComputerWorld.
Upon reading that, I wondered how this could have happened in the 10 days I have been traveling around Latin America. Although Microsoft faces challenges from Linux and piracy here, looking out from the company's futuristic offices, it hardly seemed like either the building or the Windows empire was in imminent danger of collapse.
Seriously, though, Gartner analyst Michael Silver appears to be noting some important long-term issues that threaten to make it harder for Microsoft to maintain its dominant position in the market. These threats are not new, but nonetheless all bear consideration. First, Microsoft has had an inordinantly difficult time upgrading its core product. Although Microsoft has said it will not go as long before its next release of Windows as it did between XP and Vista, even the possible sped-up timetable hardly shows a product that can quickly adapt to change.
Meanwhile, while Apple was able to build the iPhone on OS X, Microsoft has had to extend another lifeline to Windows XP because its latest product can't even fit onto the cheap mini-laptops from HP, Asus, and others.
"Windows as we know it must be replaced," Gartner said in its presentation, again according to ComputerWorld. Meanwhile, the company faces other threats, such as a diminished role for the operating system in a world of hypervisors.
Is it really all doom and gloom, though?
Sure Apple has been gaining ground and, more than ever, the same Internet applications can run on multiple platforms. That said, Microsoft still holds a huge share of mind among developers, meaning that there will likely to continue to be a whole host of applications that come out first or only on Windows. That, in turn, will make it different for mainstream businesses to shift to an alternative to Windows.
What is of concern is the trend. Windows appears to be harder than ever to update and improve. Windows Live offers an option to build on the value of Windows without going under the hood, but in this areas rivals too are investing big bucks.
I think it is an overstatement to say Windows is collapsing. "The main idea is that Windows keeps getting bigger and bigger with stuff being added that Windows is not really designed to do and it is collapsing under its own weight," Silver said in a email on Thursday.
Empires don't really collapse. Rather they become large, difficult to control and eventually unable to defend against a large rival. Gartner may have used the wrong term, but its warning seems nonetheless prudent.
Open Source Alternatives
Quinn Reynolds — Mon, 07/04/2008 - 06:46

Not sure I completely agree with all their choices, but an interesting and quite comprehensive list nontheless.
http://whdb.com/2008/the-top-50-proprietary-programs-that-drive-you-craz...












Recent comments
2 days 15 hours ago
2 days 19 hours ago
2 days 23 hours ago
1 week 5 days ago
1 week 6 days ago
2 weeks 1 day ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 6 days ago
2 weeks 6 days ago