2016年12月29日 星期四

Linux手動交換SSH Key

產生SSH Key的方法: ssh-keygen -t rsa -C "deray.xu@email.com"
"id_rsa" and "id_rsa.pub"


複製已經產生的"id_rsa" and "id_rsa.pub"到"~/.ssh"

$ chmod 600 id_rsa
$ chmod 644 id_rsa.pub
$ eval $(ssh-agent -s)
$ ssh-add

Uninstalling HEVC Video Extensions from Windows

Microsoft store packages are usually APPX format installations (HEVC Video Extensions is installed as APPX package) You will need to use Pow...