You are here: Home / Technology / Page 5

Technology

These are some of my technology writings. I am a firm believer in the value of open source software and the culture of openness and cooperation that surrounds it. So most of my written work today is about open source rather than proprietary products. If you are looking for information about Microsoft products or anything Windows-based, then you are probably in the wrong place – though please feel free to look around anyway, if you have a few moments to spare.

Cleaning a camera CCD with a vacuum cleaner and a Lens Pen
| | | |

Cleaning a camera CCD with a vacuum cleaner and a Lens Pen

I had Fuji S1, S2 & S3, all of which had dust magnets for sensors! They would get dirty even if I did not remove the lenses, simply from the air that got sucked in by varying the focal length of the lens. However, I cleaned them quite successfully with a vacuum cleaner. However there…

Using VirtualBox to run Windows apps that will not run on WINE
| | |

Using VirtualBox to run Windows apps that will not run on WINE

I’m a big fan of WINE and an even bigger fan of CrossoverLinux. This is the commercial implementation of WINE by CodeWeavers. For many Windows apps it works very well indeed. In many ways I prefer it to using a virtual machine (VM) because firstly one does not have to start a VM just to…

Splash screen
| |

UK taxpayers can submit tax returns online using GNUCash open source software

I just completed my UK tax return on-line today. At the end of it all, HMRC (Her Majesty’s Revenue & Customs) ask for some feedback. I thought that fans of open source software might be interested in my response:- “This is certainly a great improvement over previous years. It actually saved me a lot of…

Backing up using big, cheap hard disks and some nifty Unix tools
| | | |

Backing up using big, cheap hard disks and some nifty Unix tools

We all have our favourite methods of data backup. Certainly DVD is a good archiving and distribution medium. But for routine backup, I look for reliability, low cost, ease of use, high-speed, high capacity and redundancy – so I am not reliant on just one device. One of my favourite methods is a complete off-site…

KDE 4 logo
| | |

How to upgrade to “Goosebuntu” – a fully loaded (K)ubuntu 8.xx (Hardy) system

Note this primarily applies to (K)Ubuntu 8.xx. For (K)Ubuntu 7.xx please visit earlier (and possibly outdated) article:- http://www.garfnet.org.uk/joomla/index.php?option=com_content&task=view&id=124&Itemid=58 This is a quickand very effective way to beef up your (K)Ubuntu installation. Basically the list below contains most of my favouirite (K)Ubuntu applications complete with their code libraries. The name "Goosebuntu" is not entirely serious –…

How to upgrade from Ubuntu to Kubuntu (version 8.xx – Hardy)
| | |

How to upgrade from Ubuntu to Kubuntu (version 8.xx – Hardy)

Firstly please back up anything that is important – as you would with any major upgrade on any computer system! Then you can either use the Synaptic package manager or in this instance it is probably quicker to install from a Terminal window. First we make sure the system is fully up to date. Simply…

Setting file and directory properties separately and recursively
| | |

Setting file and directory properties separately and recursively

Sometimes in GNU/Linux one needs to set file and directory permissions separately and recursively. This is a way to do it. Set file permissions:- find . -type f -print0 | xargs -0 chmod 644 ; Set directory permissions- find . -type d -exec chmod 755 \{\} \; Note these are powerful commands with which you…

Splash screen
| |

GNUCash – serious open source accounting software

Nowadays, one reads a lot about open source equivalents of proprietary software. Often these are described as poor substitutes for the real thing. However, some open source apps are starting seriously to outperform their proprietary counterparts. Mozilla Firefox is a classic example of this phenomenon. GNUCash is another.  GNUCash vs Microsoft Money I was a…

I can’t open raw files from my digital camera
| | | | |

I can’t open raw files from my digital camera

Usually the camera manufacturer will  provide software that handles raw files from your camera. However, several problems can arise:– You change computer and loose the original software. You have several cameras made by different manufacturers but want to use the same application to deal with their raw files. You don’t use Micro$oft Windows. So what…

My camera cards keep getting corrupted. Can I prevent this?
| | | | | |

My camera cards keep getting corrupted. Can I prevent this?

I’ve had cheapo cards that I dropped, kicked, trod on, used a squillion times, paid the proverbial tuppence ha’penny for and they are still going. Others, even the expensive ones have failed or become flaky within a few months – or worse, clapped out just outside the warranty. Similarly hard disks can fail in the…

Windows can’t read from my camera’s memory card
| | | | | |

Windows can’t read from my camera’s memory card

Editor’s note: since writing this article, I have had huge problems with RTools spamming me. I have asked them many times to stop, yet still they persist. My advice is do not use any RTools product. Or that if you must use RTools, do NOT register, otherwise they will pester you forever. Using the free…

How to make (K)Ubuntu play copy-protected DVD’s, and…
| | |

How to make (K)Ubuntu play copy-protected DVD’s, and…

…and Windows Media, Skype and GoogleEarth One of the problems with (K)Ubuntu (and many other Linux distributions) is that it will not play commercial, copy-protected DVD’s and a number of other proprietary file formats, out-of-the-box. There are complex legal and ethical reasons for this. However, many users just want to play their files and watch…

How to upgrade to “Goosebuntu” – a fully loaded (K)ubuntu 7.xx (Gutsy) system
| | |

How to upgrade to “Goosebuntu” – a fully loaded (K)ubuntu 7.xx (Gutsy) system

Note this applies to Ubuntu 7.xx and may be out of date. For Ubuntu 8.xx please visit:- http://www.garfnet.org.uk/joomla/index.php?option=com_content&task=view&id=136&Itemid=58 These are my favourite (K)ubuntu applications. The name “Goosebuntu” is not entirely serious – it is just a name we coined in the office. However the following apps will turn a standard Kubuntu installation into something really…

How to upgrade from Ubuntu to Kubuntu (version 7.xx – Gutsy)
| | |

How to upgrade from Ubuntu to Kubuntu (version 7.xx – Gutsy)

Firstly please back up anything that is important – as you would with any major upgrade on any computer system! Then you can either use the Synaptic package manager or in this instance it is probably quicker to install from a Terminal window. First we make sure the system is fully up to date. Simply…

Click to view full size image
| | | |

Hungarian rebels against the “Microsoft Tax”

[Reproduced from DEOSS ] Seems that Micro$haft’s corporate enslavement permeates far beyond the English-speaking world. A long and complex legal battle is currently raging in the former Eastern Bloc state of Hungary. APEH (the Hungarian Tax Office) has decided that all Hungarian businesses now have to submit their tax returns on-line. This would not be…

Icom IC-R20 header image
| | | | |

How to install CS-R20 software for Icom IC-R20 on Linux

It seems that with a little determination, the CS-R20 for the Icom IC-R20 software can be persuaded to run on Linux. I eventually made the CS-R20 software load under Kubuntu Linux using Crossover (a commercial implementation of WINE). The method in this article should work with many other Debian-derived Linuxes too, perhaps with a little…