Develop 썸네일형 리스트형 Generate public key for Open ssl get public key start with "ssh-rsa ~~~~" But if you need to get public key start like "-----BEGIN PUBLIC KEY-----~~~~", need to genertate another public key. ]$ openssl rsa -in {private_key_file} -pubout you can get public key start with "-----BEGIN PUBLIC KEY-----~~~~" 더보기 [Linux] setup zsh shell # install zshsudo dnf install zsh # install oh-my-zshsudo wget --no-check-certificate http://install.ohmyz.sh -O - | sudo sh # setup zsh to default shellsudo chsh -s /usr/bin/zsh# do this for userchsh -s /usr/bin/zsh # can change zsh setting to ~/.zshrc# can see zsh themes from here https://github.com/robbyrussell/oh-my-zsh/wiki/Themes 더보기 PostgreSQL install ]$ sudo dnf install postgresql10*]$ sudo systemctl enable postgresql.service # important to do this. error occure if not execute]$ sudo /usr/bin/postgresql-setup --initdb]$ sudo systemctl restart postgresql.service # install pgadmin optional]$ sudo dnf install pgadmin4* 더보기 이전 1 ··· 12 13 14 15 16 17 18 ··· 67 다음 목록 더보기