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 – Run a query in psql and output the result as CSV nancy – The Nancy CLI is a unified way to manage automated database…
Category: Documentations
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 to delete the ~/.cache folder? – Ask Ubuntu
Agenda, Liberty Eiffel, Python, Tricks
10 Powerful Python One-Liners.
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
Tricks
15 Weird Googling Tricks 99.9% of Developers Don’t Know About | JavaScript 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.
Debian, Tricks, Ubuntu
Fix Missing GPG Key Apt Repository Errors (NO_PUBKEY)
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 repository, and you forget to add its public key, or maybe there was a temporary key server error when trying to import the GPG key.…
Basilica's website, Documentations
Self-Hosted Streaming Server – NGINX + RTMP – YouTube + Facebook Live
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 these notes up, mainly as a reference for me in the future – but they might just help others looking to do similar. Issue: During…
Link
Link
After 44 years, there’s finally a better way to find approximate solutions to the notoriously difficult traveling salesperson problem.
Source: Computer Scientists Break Traveling Salesperson Record | Quanta Magazine
Link
NTRU – Software
According to Wikipedia
NTRU is an open-source public-key cryptosystem that uses lattice-based cryptography to encrypt and decrypt data.
…
Unlike other popular public-key cryptosystems, it is resistant to attacks using Shor’s algorithm.
NTRUEncrypt was patented, but it was placed in the public domain in 2017. NTRUSign is patented, but it can be used by software under the GPL.[1][2]
So this quantum resistant crypto algorithim is either public domain – which is good – or it’s signing version is patented but usable in GPL-licensed software. I must
Link
No Grid Survival Projects
70 ingenious DIY projects that can help you protect your family during hard times – Clear, step-by-step instructions, pictures, and sketches – Access to Videos for each project
I may buy this book
