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
- 한글 깨짐
- mariadb
- ubuntu
- Postfix
- 확장자
- yum
- MySQL
- Oracle
- docker
- 일괄변경
- TextBox
- random
- 천단위
- Python
- TPL
- JavaScript
- SVN
- 부모창
- 문자열자르기
- jQuery
- replace
- smarty
- install
- centos
- i18n
- Selectbox
- Eclipse
- RabbitMQ
- php
Archives
- Today
- Total
목록ubuntu20.04 자동업데이트 (1)
wilson's story
Ubuntu20.04 자동 업데이트 끄기
vi /etc/apt/apt.conf.d/20auto-upgrades # 자동업데이트 APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; # 자동업데이트 막기 APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Upgrade "0"; vi /etc/apt/apt.conf.d/10periodic # 자동업데이트 APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; # 자동업데..
Linux
2022. 2. 11. 13:47