본문 바로가기
프로...Linux

[Linux/SYS] 절전모드 / Hostname 등

by 크크다스 2018. 8. 7.
반응형

- hostname 변경

Ubuntu>

hostnamectl set-hostname abc

/etc/hostname

/etc/hosts

- 노트북 닫을 때 절전모드 하지 않기

Ubuntu / CentOS7>

vi /etc/systemd/logind.conf
HandleLidSwitch=ignore

추가 후 해당 서비스 재 시작 
systemctl restart systemd-logind.service


CentOS 6>

#setterm -blank 0 -powersave off -powerdown 0


반응형

'프로...Linux' 카테고리의 다른 글

[sh] predefined variables(special)  (0) 2018.09.28
[Linux/WEB] APM 설치  (0) 2018.08.07
[OpenWrt] Makefile  (0) 2018.07.25
Makefile  (0) 2018.07.03
[SVN] Tag / Branch / Merge  (0) 2018.03.30