Learn How to Use Bash For Loop in Shell Scripts
A little promemoria For Loops in Shell Scripts
A civil engineer with a longlife fondness for Software Libero
A little promemoria For Loops in Shell Scripts
An unpopular story of a solo-backend developer: where productivity is the most important aspect. Source: Why I switched From Rust to Go on the Backend
ASCII, oh ASCII! Wherefore art thou, ASCII? The original line copied by an infamous English poet Puns aside, in the XXI century there are still need to stick to plain,…
6 Popular PostgreSQL CLI Libraries pgcli – Postgres CLI with autocompletion and syntax highlighting pgsh – Branch your PostgreSQL Database like Git psql – The built-in PostgreSQL CLI client psql2csv…
This will delete everything in your .cache that was last accessed more than a year ago find ~/.cache/ -type f -atime +365 -delete Source: home directory – Is it okay…
I shall Eiffellize those, one day or another: 10 Powerful Python One-Liners. Python one-liners can be just as… | by Ishaan Gupta | Sep, 2022 | Python in Plain English
15 Weird Googling Tricks 99.9% of Developers Don’t Know About | JavaScript in Plain English Well, I know most of them.
You might see a missing public GPG key error (“NO_PUBKEY”) on Debian, Ubuntu or Linux Mint when running apt update / apt-get update. This can happen when you add a…
Copying this here in case the original goes offline Self-Hosted Streaming Server – NGINX + RTMP – YouTube + Facebook Live Published by Anthony on 14th April 2020 I’m writing…
Choosing a Postgres Primary Key