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