Linux envoi SMS

  https://www.selectiveintellect.net/blog/2021/8/27/connecting-a-linux-computer-to-the-internet-using-a-usb-gsm-modem Hardware : un dongle USB GSM => Amazon 30€ Une carte SIM Logiciels : SMSServer Tools Gammu => dans les […]

QR CODE en texte UTF-8

https://superuser.com/questions/1420001/is-it-possible-to-create-a-qr-code-using-text   Sous Linux : qrencode https://www.fr.linuxfromscratch.org/view/blfs-old/general/qrencode.html qrencode -t UTF8 ‘https://superuser.com/questions/1420001/is-it-possible-to-write-a-qr-code’ qrencode -t ANSIUTF8 ‘https://superuser.com/questions/1420001/is-it-possible-to-write-a-qr-code’