Working with QR

It is pretty easy and obvious to find qrencode for creating QR codes out of text files. Helpful in a world where wifi networks and wireguard »

sqlite3 maintenance

Dump database to SQL echo ".dump" | sqlite3 /path/to/database_file.db > /path/to/output.sql Detect malformation (Output ok means database is valid) sqlite3& »