Quantcast
Channel: Software – ABrandão.com
Browsing all 47 articles
Browse latest View live

Linux , 3 ways to keep long running processes in background

  In Linux, there are several ways to keep a long running process running in the background. Here are a few common methods: You can run a command in the background by appending an ampersand (&) to...

View Article


How 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...

View Article


Best modern 2023 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,...

View Article

simple 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...

View Article

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...

View Article


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...

View Article

Fetch your Reddit posts,comments to a file using Go

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 do this, one...

View Article
Browsing all 47 articles
Browse latest View live