Year: 2021
How To Mount a Nas Drive / Cloud Services Natively to Android
Setup a Site to Site IPSec VPN with Strongswan on Ubuntu
GT-P7500 Kernel 4.4 & Android 8.0 Oreo
Neo4j Database
Radioactive (2019)
xubuntu – Keyboard shortcuts not working anymore in xfce
setxkbmap -option will reset the state of the Alt key.
Source: xubuntu – Keyboard shortcuts not working anymore in xfce – Ask Ubuntu
Paul Langevin
Top Programming Languages
The Professionals (1966)
Bad Day at Black Rock (1955)
testing – speedtest-cli: ValueError: invalid literal for int() with base 10: ” – Unix & Linux Stack Exchange
## Backup original code
sudo gzip -k9 /usr/lib/python3/dist-packages/speedtest.py
## Make the line substitution
sed -i "s/^ map(int, server_config\['ignoreids'\].split(','))$/ map(int, (server_config['ignoreids'].split(',') if len(server_config['ignoreids']) else []) )/" /usr/lib/python3/dist-packages/speedtest.py