일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 잠자기해제
- hydejack
- github token
- 깃허브 블로그
- pandas
- sudo pmset -c disablesleep
- jekyll
- github blog
- github.io
- terminal command
- github
- terminal 명령어
- python basic
- 나만의블로그
- 깃헙
- 깃헙 토큰
- 깃허브 토큰
- nightly
- github secret key
- 깃허브
- 구글애널리틱스
- jekyll theme
- git 명령어
- CUDA
- github 블로그
- 깃헙 블로그
- github command
- 모니터연결
- git command
- GPU
Archives
- Today
- Total
Tech-Logs of Data-Scientist
맥북 닫아도 안꺼지도록 하는 방법 본문
SMALL
맥북에 모니터를 연결해서 쓸 경우에 맥북을 닫더라도 화면이 안꺼지도록 하는 방법으로, 아래의 코드를 Terminal에서 설정하면 됨
Command + Spacebar를 통해서 Terminal 실행
Terminal에 아래의 코드를 작성
# 잠자기 하지못하도록 설정 sudo pmset -c disablesleep 1
Terminal에 아래의 코드 작성 시, 해제됨
# 설정해제 sudo pmset -c disablesleep 0
반응형
LIST
'Etc' 카테고리의 다른 글
Gradient, Jacobian, Hessian, Laplacian (0) | 2022.12.10 |
---|---|
맥북 GPU 세팅 (참조한 내용들 정리) (0) | 2022.07.02 |
Comments