Configure eID Smart Card on Linux: Authentication, Certificates & Troubleshooting
Primary reason for using a smart card reader was to access Croatian e-citizens portal with my eid. I had some...
Welcome to my dev blog. You'll find a mix of topics here...DevOps, backend, frontend, mobile, macOS and Linux tips, and whatever else I happen to be exploring at the time. Subscribe for new articles, and check out my latest tutorials on YouTube.
Primary reason for using a smart card reader was to access Croatian e-citizens portal with my eid. I had some...
Setting up a local https website without certificate warnings was a frustrating task for me, so creating this blog post as a cheatsheet for the future... You can check out the video at the end of...
If you accidentally deleted a file in Linux using rm (or sudo rm), recovery depends on whether a backup or...
L2TP/IPsec on Ubuntu is one of those things that should be easy. The UI is there, the docs say “fill these fields and connect”… and then you hit a timeout and start questioning your life...
Learning a new programming language is one of the fastest ways to challenge your brain and level up your problem-solving...
This is my little cheatsheet for fixing the classic: Error: EACCES: permission denied, mkdir when installing an npm package without sudo. Installing it globally with sudo npm i -g looks off to me. Why this happens...