{"id":8114,"date":"2023-11-17T14:32:54","date_gmt":"2023-11-17T05:32:54","guid":{"rendered":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=8114"},"modified":"2023-11-17T16:27:18","modified_gmt":"2023-11-17T07:27:18","slug":"111-3","status":"publish","type":"post","link":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=8114","title":{"rendered":"Ubuntu &#8211; Unattended upgrade \ube44\ud65c\uc131\ud654"},"content":{"rendered":"<h1>Ubuntu &#8211; Unattended upgrade \ube44\ud65c\uc131\ud654<\/h1>\n<p><a href=\"https:\/\/ly.lv\/128\">\ucc38\uc870<\/a><\/p>\n<p>Ubuntu \ub294 \ubcf4\uc548 \uc5c5\ub370\uc774\ud2b8 \ub4f1 \uc790\ub3d9\uc5c5\ub370\uc774\ud2b8\ub97c \uc8fc\uae30\uc801\uc73c\ub85c \uc2e4\ud589\ud558\ub3c4\ub85d \uc124\uc815\ub418\uc5b4 \uc788\ub2e4.<br \/>\n\ud558\uc9c0\ub9cc \uc11c\ubc84 \uc6b4\uc601 \uc911 \uc758\ub3c4\uce58 \uc54a\uc740 \uc5c5\ub370\uc774\ud2b8\uac00 \ubc1c\uc0dd\ud558\uba74 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc5d0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\ub2e4.<\/p>\n<p>\uc774 \uacbd\uc6b0 \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8\ub97c \ube44\ud65c\uc131\ud654\ud574 \ub193\ub294 \uac83\uc774 \uc548\uc804\ud558\ub2e4.<\/p>\n<h2>\ube44\ud65c\uc131\ud654<\/h2>\n<pre><code class=\"language-bash\"># \ud65c\uc131\ud654 \uc5ec\ubd80\ub97c \uccb4\ud06c\ud55c\ub2e4.\nsudo systemctl list-timers | grep apt-daily\nThu 2021-02-18 23:54:33 UTC 12h left      Thu 2021-02-18 07:55:01 UTC 3h 15min ago apt-daily.timer              apt-daily.service\nFri 2021-02-19 06:47:28 UTC 19h left      Thu 2021-02-18 06:03:01 UTC 5h 7min ago  apt-daily-upgrade.timer      apt-daily-upgrade.service\n\n# \uad00\ub828 \uc11c\ube44\uc2a4\uc640 \ud0c0\uc774\uba38\ub97c \ube44\ud65c\uc131\ud654 \uc911\uc9c0\ud55c\ub2e4.\nsudo systemctl stop apt-daily.timer\nsudo systemctl disable apt-daily.timer\nsudo systemctl disable apt-daily.service\n\nsudo systemctl stop apt-daily-upgrade.timer\nsudo systemctl disable apt-daily-upgrade.timer\nsudo systemctl disable apt-daily-upgrade.service<\/code><\/pre>\n<pre><code class=\"language-bash\"># APT::Periodic::Update-Package-Lists\uc744 &quot;0&quot;\uc73c\ub85c \uc124\uc815\ud55c\ub2e4.\n$ cat \/etc\/apt\/apt.conf.d\/20auto-upgrades\nAPT::Periodic::Update-Package-Lists &quot;0&quot;;\nAPT::Periodic::Download-Upgradeable-Packages &quot;0&quot;;\nAPT::Periodic::AutocleanInterval &quot;0&quot;;\nAPT::Periodic::Unattended-Upgrade &quot;0&quot;;\n\n# apt \uc124\uc815 \ud655\uc778\n$ apt-config dump | grep Update-Package-Lists\nAPT::Periodic::Update-Package-Lists &quot;0&quot;;<\/code><\/pre>\n<h2>\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc81c\uac70<\/h2>\n<p>\uc544\ub798 \uba85\ub839\uc73c\ub85c \uae30\ub2a5 \uc790\uccb4\ub97c \uc81c\uac70\ud560 \uc218 \uc788\ub2e4.<\/p>\n<pre><code class=\"language-bash\">sudo apt remove unattended-upgrades<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu &#8211; Unattended upgrade \ube44\ud65c\uc131\ud654 \ucc38\uc870 Ubuntu \ub294 \ubcf4\uc548 \uc5c5\ub370\uc774\ud2b8 \ub4f1 \uc790\ub3d9\uc5c5\ub370\uc774\ud2b8\ub97c \uc8fc\uae30\uc801\uc73c\ub85c \uc2e4\ud589\ud558\ub3c4\ub85d \uc124\uc815\ub418\uc5b4 \uc788\ub2e4. \ud558\uc9c0\ub9cc \uc11c\ubc84 \uc6b4\uc601 \uc911 \uc758\ub3c4\uce58 \uc54a\uc740 \uc5c5\ub370\uc774\ud2b8\uac00 \ubc1c\uc0dd\ud558\uba74 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc5d0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\ub2e4. \uc774 \uacbd\uc6b0 \uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8\ub97c \ube44\ud65c\uc131\ud654\ud574 \ub193\ub294 \uac83\uc774 \uc548\uc804\ud558\ub2e4. \ube44\ud65c\uc131\ud654 # \ud65c\uc131\ud654 \uc5ec\ubd80\ub97c \uccb4\ud06c\ud55c\ub2e4. sudo systemctl list-timers | grep apt-daily Thu 2021-02-18 23:54:33 UTC 12h left\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=8114\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-8114","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/8114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8114"}],"version-history":[{"count":2,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/8114\/revisions"}],"predecessor-version":[{"id":8116,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/8114\/revisions\/8116"}],"wp:attachment":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8114"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8114"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}