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