⚠️ 문제 개인위키 만들어서 호스팅 하려고 Windows PowerShell에서 Lightsail 인스턴스에 SSH 접속하려는데 아래 명령어로 ssh -i dainwiki-kjey.pem ubuntu@43.202.6.70 🧐 원인Permissions 0555 for 'dainwiki-key.pem' are too open.It is required that your private key files are NOT accessible by others.This private key will be ignored.즉, dainwiki-key.pem 파일의 권한이 너무 널널해서 SSH가 보안상 거부하고 있는 것이다. 리눅스에서는 .pem 파일의 권한이 아래처럼 되어야 정상 인식한다. chmod 400 dainw..
⚠️ 문제SSH 연결 시도 성공 → 서버로 접속 시도는 됨호스트 인증(yes 입력) 후,곧바로 연결이 끊김 (Connection closed by 43.202.6.70 port 22)🧐 원인🔒 퍼미션 오류 (권한 설정 문제) 때문이다.Linux에서는 .pem 파일의 퍼미션이 너무 널널하면 접속을 막는다.Windows에서는 자동으로 잘못된 퍼미션으로 저장되는 경우가 많기 때문에WSL에서 .pem 파일을 chmod로 권한 변경해야 한다.WSL(Windows Subsystem for Linux)은 Windows에서 리눅스를 사용할 수 있게 해주는 기능이다.⚡ 해결법WSL 빠른 설치 방법 (Windows 10/11 공통)1. PowerShell을 관리자 권한으로 실행 2. 다음 명령어 복사해서 붙여넣기:ws..
많은 사람들이 우분투 환경에서 Bookstack을 설치하지만, 필자(나)는 윈도우에서 시작했다. Nginx 대신 XAMPP를 이용해서 로컬 환경에서 돌려 왔다.물론 가장 좋은 법은 Nginx나 Aws를 쓰는게 좋다. 나도 나중에는 nginx랑 aws 라이트 요금제로 돌릴거지만 지금은 연습이니까~!윈도우에서 Bookstack을 쓰고자 하는 분들을 위해 이 글을 남긴다. 설치 방법은 설치는 유튜브 찾아보세요~영어라 조금 어려울 수 있지만, 화이팅!!! 💪 설치 및 기본 세팅은 제가 따로 정리 해 두었습니다. https://www.bookstackapp.com/ BookStackMulti-Lingual BookStack users can set their preferred language. Thanks to..
북스택(BookStack API) 설치하기 1편https://awesomepossum.tistory.com/480 https://www.bookstackapp.com/ BookStackMulti-Lingual BookStack users can set their preferred language. Thanks to great community contributors, current languages built into BookStack include EN, FR, DE, ES, " data-og-host="awesomepossum.tistory.com" data-og-source-url="https://awesomepossum.tistory.com/480" data-og-url="https://aweso..
새해가 밝았다.개인위키를 만들자 > https://www.bookstackapp.com/ BookStackMulti-Lingual BookStack users can set their preferred language. Thanks to great community contributors, current languages built into BookStack include EN, FR, DE, ES, IT, JA, NL, PL, RU and many more. Integrated Authentication As well as the default email/www.bookstackapp.com 준비물⭐ XAMPP Control Panelhttps://www.apachefriends.org/download..