Skip to content

ABrandão.com

personal blog of travels, code & opinions

  • about me
  • About this Blog
  • Fav Links
  • Privacy Policy
  • Work
    • Portfolio
  • Resume 2022
  • Contact
  1. Home
  2. Software

Category: Software

Programming and software

Fetch your Reddit posts,comments to a file using Go

January 19, 2024Blog · Programming · Software · Technology · Useful

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 Go

How to turn on your iPhone’s hotspot automatically when getting into your car .

October 20, 2023Blog · Hardware · Software · Technology

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

May 1, 2023Blog · Education · Programming · Technology

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 work

simple script to watch for file changes on Linux

March 22, 2023Programming · Software

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 Linux

Best modern 2024 HTML (free) website templates and designs

March 19, 2023Blog · Programming · Software · Technology · Useful

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 designs

How to Rsync between two folders automatically on file changes

March 13, 2023Blog · Programming · Software

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 changes

Keeping Things Running: Mastering Background Processes in Linux

March 5, 2023Blog · Programming · Software · Technology

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

Posts pagination

← Newer 1 2 3 4 … 9 Older →

© 2026 ABrandão.com — All rights reserved.