Minhajul Anwar's Blog

SSH Access Keys Setup(new) For Your Github Account

Make github email public: https://github.com/settings/emails ssh-keygen -t ed25519 -C “your_email@example.com” eval “$(ssh-agent -s)” ssh-add ~/.ssh/id_ed25519...

1 minute read

Work hard to fail, be AWL

Failure “is” the pillar of success! That’s true as long as you have some good...

1 minute read