Useful FFmpeg Commands for Working with Audio and Video Files – Digital Inspiration
Category: Documentations
Documentations
How to join a domain from Fedora 31
Once it was black magic, nowadays it is so simple: Join in Active Directory Domain 2019/11/12 I suspect it could have been simpler if I followed the installer, but I preferred to go on my own.
Link
Link
Link
Some assorted links about Web Assembly:
- https://webassembly.org/
- https://docs.assemblyscript.org/
- https://webassembly.studio/
- https://github.com/AssemblyScript/assemblyscript
- https://medium.com/@rossbulat/webassembly-modules-an-introduction-5554b8982402
- Someone started a GCC backend https://sourceware.org/ml/binutils/2017-03/msg00044.html but it seems all stopped 3 years ago https://github.com/pipcet/asmjs
- https://emscripten.org/
- https://github.com/mbasso/awesome-wasm#compilers
Debian, Documentations
Debian: programmi da stable, testing, unstable ed anche experimental senza traumi

Nell’uso quotidiano dei computer capita spesso di avere la necessità di una base stabile ed allo stesso tempo di utilizzare versioni recenti, molto recenti o anche “beta/alpha/sperimentali” di alcuni specifici programmi. Gli utenti di Debian e quindi di tutte le derivate a partire da Ubuntu non sono da meno, anzi! In realtà se la necessità…
Documentations, Fun
how old is your linux installation
I was just wondering how old is my Dell Precision. So I asked DuckDuckGo “how old is your linux” and it told me to to read how old is your linux installation on documentacoes.wordpess.com sudo tune2fs -l $( df -h | awk '$NF ~ "/$" {print $1}' ) | grep created Filesystem created: Wed Nov…
Link
Why Most Code Sucks – Better Programming – Medium
And what you can do to improve yours
Documentations
Nice mail discoveries
Holy my! For the first time in years, someone wrote 2 decades, OpenBSD Mail Server Bug Allowed Remotely Executing Shell Commands As Root. So I was curious to find it out on my Debian machine: apt search OpenSMTPD Ordinamento… Fatto Ricerca sul testo… Fatto mblaze/unstable 0.6-1 amd64 utilità UNIX per lavorare con Maildir opensmtpd/testing,unstable 6.6.2p1-1…
Link
Glenn Fiedler’s game development and networking articles
Quite interesting articles. Too bad his RSS feed is broken.