ssh 매번 비밀번호 입력이 귀찮은데 key 파일로 바로 연결하는 방법이 있을까요?
쿨해머
@쿨해머
5
Level
0
Reputation
7
Posts
165
Profile views
0
Followers
0
Following
Posts made by 쿨해머
-
RE: 메인 프로젝트 VS 서브 프로젝트
그렇군요 기능상 차이는 없군요.
메인 프로젝트를 변경 또는 삭제가 불가능한 것은 조금 불편한 것 같네요. -
구름 ide http 커스텀 도메인
구름 ide에서 https 말고 http 커스텀 도메인을 쓸 수 있는 방법을 알고 싶습니다.
*.run.goorm.io 의 경우 https라서 http 커스텀 도메인을 사용할 수 없는 상황입니다.
-
구름 IDE에서 파일 포맷에 따라 인덴트 크기를 달리 하는 법?
구름 IDE에서 파일 포맷에 따라 인덴트를 달리하는 방법이 있나요?
예).html
=> 2 indent ,.py
=> 4 indent -
구름IDE 에서 django 에 nginx 붙이기
django에 nginx 붙일려고 했는데
구름 ide에서는 systemctl 명령어가 허용되지 않더라구요# daemon reload sudo systemctl daemon-reload # uswgi daemon enable and restart sudo systemctl start nginx sudo systemctl enable uwsgi sudo systemctl start uwsgi # check daemon sudo systemctl | grep nginx sudo systemctl | grep uwsgi # nginx restart sudo systemctl restart nginx sudo systemctl restart uwsgi # status check systemctl status nginx.service systemctl status uwsgi
이런 명령어들을 수행해야하는데 어떻게 해결할 수 있죠?