Linux Server CLI
Liunx Server CommandGenerate SSH secret keySSH secret key is a secure log in to connect to the Linux system without transmitting sensetive data. Basic usageThe following command will generate a ssh secret key using the encryption Type you choose. After you generate the key pair, there will be two files in your SSH directory (usually ~/.ssh).id_rsa:private keyid_rsa.pub:public key 1$ ssh-keygen -t ed25519 -C "your_email@example.com" Upload keyYou can use some remote file transfe...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing DraftDrafts are usually invisible after creation or deployment, and are used to temporarily store unfinished post. Create Draft1$ hexo new draft "Draft Name" Draft server1$ hexo s --draft Publish Draft1$ hexo...

