Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 확장자
- RabbitMQ
- yum
- JavaScript
- Eclipse
- 천단위
- TPL
- replace
- Python
- 일괄변경
- install
- mariadb
- jQuery
- docker
- TextBox
- i18n
- Oracle
- 문자열자르기
- smarty
- php
- Postfix
- 부모창
- centos
- Selectbox
- SVN
- ubuntu
- MySQL
- 한글 깨짐
- random
Archives
- Today
- Total
wilson's story
[Ubuntu] 절전모드 해제 본문
반응형
ubuntu 절전모드 해제
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
절전모드 확인
sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target
절전모드인 상태

절전모드가 해제가 되었을때

절전모드 활성화
sudo unmask status sleep.target suspend.target hibernate.target hybrid-sleep.target
반응형