Slightly similar posts...
Clownstrike fiasco continues in West, while Russia and China virtually unaffected
ByGarfWhile the Clownstrike fiasco rumbles-on in the West, and people in our particular part of the planet can’t even purchase a train ticket, it seems both Russia and China are almost completely unaffected. Editor’s note 2024-08-17: Seems we’re not the only site referring to Cloudstrike as “Clownstrike”. Crowdstrike has issued several takedown notices to a…
Lisbon, Portugal, day 2
ByGarfSecond day of our trip, first day actually wandering around the beautiful sunny city of Lisbon, in Portugal.
Welcome to the New Look GarfNet
ByGarfWelcome to Garfnet. This site is currently undergoing a fairly major re-design and upgrade and some parts currently don’t work as well as they should. Sorry about that. I’m working on it as fast as I can.
I want to move to Linux, so where do I start?
ByGarf“I want to move to Linux, so where do I start?” or variants thereof, is one of those frequently asked questions that often land in my in-box and on various fora. Such questions usually come from disgruntled Microsoft Windows users who are fed up with the cost, the privacy breaches, the malware infections and the…
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…
GarfNet is thirty years old today
ByGarfSeems as if it were only the day before yesterday, but it is in fact thirty years to the day since GarfNet had its own domain. Granted, this represents a somewhat trivial achievement on the overall scheme of things. Frankly never I actually achieved all the things I hoped I would with GarfNet. Like it…
