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, old 7 bit ASCII character table. Many industrial applications stick to it for its simplicity. Unicode is often an overkill in that situations.
Category: Tricks
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.…
Documentations, Tricks
Increase “Open Files Limit”. Solution for “Too many open files (24)”
Increase “Open Files Limit”. Solution for “Too many open files (24)”
Tricks
One liner, static web-server
willurd on web-servers.md show quite a few one-liner (or mostly) commands that will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. I think I will use only the Python 3.x version which is as simple as
Link
SQL Fiddle
Application for testing and sharing SQL queries.
Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.
From https://github.com/kholia/OSX-KVM
I’ll try it because Sosumi which uses snap has some issues when dealing with some part of data linked in another partition (don’t ask me why I did it)
Update: Try this instead https://www.linuxuprising.com/2021/03/install-macos-big-sur-or-catalina-in.html and https://github.com/sickcodes/Docker-OSX