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 |
Tags
- MySQL
- 문자열자르기
- random
- 부모창
- SVN
- yum
- TPL
- ubuntu
- Python
- replace
- mariadb
- 한글 깨짐
- jQuery
- smarty
- 확장자
- 일괄변경
- Postfix
- JavaScript
- 천단위
- Eclipse
- centos
- docker
- install
- php
- TextBox
- Oracle
- Selectbox
- i18n
- RabbitMQ
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
반응형