Skip to content

Instantly share code, notes, and snippets.

View kychool's full-sized avatar

Chance Kim kychool

  • SendBird
  • Seoul
View GitHub Profile
@noromanba
noromanba / apt-daily-timer-disable.md
Created December 25, 2016 17:51
how to disable apt-daily.timer

how to disable apt-daily.timer

$ systemctl stop apt-daily.timer
$ systemctl disable apt-daily.timer
$ systemctl mask apt-daily.service
$ systemctl daemon-reload

check current status