Find the answer to your Linux question:
Results 1 to 5 of 5
my machine is debian 3.0 How do I set automatic update at 6:15am on every Thursday?How do I see it works? I always do it by #apt-get update #apt-get dist-upgrade ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    40

    Wink automatic update

    my machine is debian 3.0

    How do I set automatic update at 6:15am on every Thursday?How do I see it works?

    I always do it by
    #apt-get update
    #apt-get dist-upgrade

    Thx

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Just install "cron-apt" and set it up properly.

    Code:
    apt-get install cron-apt
    By default it will only do "apt-get update" and download the new packages without installing them. But you can set it up otherwise, to "apt-get update" and "apt-get dist-upgrade", for example.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    40

    Exclamation

    I have installed cron-apt, How do I setup?

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Quote Originally Posted by sf433
    I have installed cron-apt, How do I setup?
    Introduction To Cron-Apt
    It may be that your sole purpose in life is simply to serve as a warning to others.

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Anytime you don't know how-to about something...
    Code:
    man something
    or in that case
    Code:
    man cron-apt
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •