Slightly similar posts...
Merry Christmas 1998
ByGarfGeese always played an important role at Christmas. By Sarah Keen.
Another walk across Southampton Common
ByGarfIt’s rather pleasant living opposite Southampton Common. Always lots to see and photograph, especially on a nice warm summer’s day like today. These shots were taken using a tiny Lumix DMC-LX1 digital camera. Pretty good results, I think, all things considered.
Image processing using FOSS
ByGarfI belong to several online photography fora. One of the questions that repeatedly pops up is “what image editing software do you use?” and “what alternatives are there to Adobe Photoshop/Lightroom?” In this article, I hope to demonstrate that high quality image processing is perfectly possible using FOSS (free open source software). I will also…
How to change your email password in FairEmail
ByGarfQuestion that comes up from time to time amongst the Android users I support is, “How do I change my email password in FairEmail?” Now FairEmail is generally pretty straightforward to setup, and it works with most email providers, including Gmail, Outlook and Yahoo! It also works well if you have email addresses on your…
Trying to buy a PC without Windows part 3 – PC World
ByGarfThis is the third article in a new series of case studies illustrating the difficulty one has purchasing a PC in the UK without being forced to pay a “Microsoft Tax”. We use Linux on all our PC’s and have done so for several years. Therefore we do not need, nor should we be forced…
Setting file and directory properties separately and recursively
ByGarfSometimes 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…
