Posts by Tags

C/C++

Debug

Debugging Tips

less than 1 minute read

Published:

Some debugging tips

Empirical Study

GDB

GRE

GRE考试分享

less than 1 minute read

Published:

知乎外链:https://zhuanlan.zhihu.com/p/410814772

Git

GitHub README

Github Stats Card

less than 1 minute read

Published:

TO SHOW YOUR status on your gh-pages!

Linux

RSA key

Software Engineering

Study

GRE考试分享

less than 1 minute read

Published:

知乎外链:https://zhuanlan.zhihu.com/p/410814772

ctf

ssh

How to login in the server without password

less than 1 minute read

Published:

On client

  1. use ssh-keygen to generate public key of local machine.
  2. copy id_rsa.pub

On server

  1. under ~/.ssh, execute touch authorized_keys && chmod 600 authorized_keys
  2. copy id_rsa.pub into authorized_keys