Nnedondevinblog.nedondev.com·Jun 29, 2023 · 7 min readTry to contribute to opensource #1 librsvgI have noticed that someone wants newbie help for some open source from a local community member. I follow the link to Mustodon's post. found out that it was a librsvg issue on the gnome GitLab repository that has hashtag for rust newbies. It will b...00
Nnedondevinblog.nedondev.com·Jul 31, 2022 · 2 min read[Note #1] How to configure SSH GithubIn short just follow Generate ssh key and Add the key to Github. This note using Mac in the journey. Generate SSH key Open terminal. Use command below to generate ssh key. Use an email that signup with Github. $ ssh-keygen -t ed25519 -C "your_email...00