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