I have posted lots of content on Reddit and I would like to make a copy of of these locally, just to have a local record and make it easier to search my posts. There’s a couple of ways to…
Continue reading Fetch your Reddit posts,comments to a file using GoCategory: Software
How to turn on your iPhone’s hotspot automatically when getting into your car .
A common thing in most of today’s autos is to have a Internet connected head unit (dashboard display screen) so you can stream music or use Google Maps or Waze to navigate. But in.order for this to work you need…
Continue reading How to turn on your iPhone’s hotspot automatically when getting into your car .Best video summary of how ChatGPT / LLM work
If you search the web you’ll find lots of summaries about how ChatGPT and in general , however there’s an excellent Youtube video from ByteByte Go Channel linked below that does an excellent easy to understand light technical overview of…
Continue reading Best video summary of how ChatGPT / LLM worksimple script to watch for file changes on Linux
Its a pretty common exercise in Linux/Unix shell programming to monitor a particular folder for file changes, typically the addiiton or change of a file. There’s a variety fo ways to do it , the more common approach is to…
Continue reading simple script to watch for file changes on LinuxBest modern 2024 HTML (free) website templates and designs
Designing a modern (responsive) HTML web page is not a trivial task, not only do you need to have a good sense of design and an artistic flare, but there’s a wide assortment of technical items (fonts, css styling, javascript…
Continue reading Best modern 2024 HTML (free) website templates and designsHow to Rsync between two folders automatically on file changes
A common usage of rsync is to copy files from one location to another, rsync is the successor of scp command . However, there are some advantages that rsync has over scp: How to use Rsync commands There’s a lot…
Continue reading How to Rsync between two folders automatically on file changesKeeping Things Running: Mastering Background Processes in Linux
In the world of Linux, sometimes you need tasks to run indefinitely without hogging your terminal. This is where background processes come into play! They allow you to continue using your terminal while long-running operations quietly execute in the background.…
Continue reading Keeping Things Running: Mastering Background Processes in Linux