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