My collection of notes and code snippets
Notes
November 18, 2024
WSL - Certificate signed by Unknown Authority
Export the root certificate using a browser. Copy the certificate to the /usr/local/share/ca-certificates/ folder and then run the command sudo update-ca-certificates.
November 14, 2024
Install arch linux in dell laptop
https://github.com/kifbv/arch-linux-dell
November 14, 2024
Fix nextcloud config permissions
sudo chown -R www-data:www-data nextcloud
November 13, 2024
Need to setup
November 9, 2024
Google Oauth
Use prompt=consent&access_type=offline to get refresh token