Skip to main content

9 posts tagged with "Original Technology Blog"

Original Technology Blog

View All Tags

After trying over 15 translation software, I finally found the strongest free translation web page, PDF, and video subtitle tool 【Immersive Translate】. Trust me, you should uninstall other translation software

· 9 min read
zenge
Software Rookie @ China

Today, I recommend the translation software I'm using for you: Immersive Translate! It can translate web/PDF/videos bilingual for me total freely, which will greatly boost your information acquisition efficiency!

1、The world is so big, I'll check it out first

Managing SSH private keys with ssh-agent on Windows to eliminate the hassle of entering the passphrase every time you push or pull

· 3 min read
zenge
Software Rookie @ China

1. Preface

Enable SSH login for GitHub. The recommended method for SSH authentication is using a private key.

However, if a passphrase is set when generating the private key (this passphrase protects the private key itself), you will be prompted to enter the passphrase every time you log in, push, or pull, which can be cumbersome.

gitpush