분류 전체보기106 ssh 패스워드 없이 로그인 하기 ssh 공개 키 인증 방식 사용키 쌍 생성ssh-keygen -t rsa 명령어를 이용해 개인 키와 공개 키를 생성 - id_rsa : 개인 키 (~/.ssh/id_rsa) - id_rsa.pub : 공개 키 (~/.ssh/id_rsa.pub)[root@localhost ~]# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsaY.. 2024. 11. 30. stress 도구 사용 stress 패키지 설치dnf install -y epel-releasednf install -y stress stress 명령어stress --help`stress' imposes certain types of compute stress on your systemUsage: stress [OPTION [ARG]] ... -?, --help show this help statement --version show version statement -v, --verbose be verbose -q, --quiet be quiet -n, --dry-run show what would have been done -t, --timeout N time.. 2024. 11. 24. Mac 에서 애플리케이션 경로 확인 이 Mac에 관하여 추가 정보... 시스템 리포트... 소프트웨어 -> 응용 프로그램 -> Finder 2024. 11. 14. Mac 에서 파일 확장자 보기 Finder 실행 > 설정 고급 > 모든 파일 확장자 보기 2024. 10. 28. 이전 1 2 3 4 5 ··· 27 다음