From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2003-12-15-poor-man-s-debian-mirror.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/posts/2003-12-15-poor-man-s-debian-mirror.html (limited to 'content/posts/2003-12-15-poor-man-s-debian-mirror.html') diff --git a/content/posts/2003-12-15-poor-man-s-debian-mirror.html b/content/posts/2003-12-15-poor-man-s-debian-mirror.html new file mode 100644 index 0000000..d58819c --- /dev/null +++ b/content/posts/2003-12-15-poor-man-s-debian-mirror.html @@ -0,0 +1,18 @@ +--- +date: "2003-12-15T12:07:09Z" +title: Poor Man's Debian Mirror +--- + +

+I'm not sure if I've posted this before, but if you Debian users drop this in root's crontab, you'll save a whole lot of download time: +

+ +
+# cache latest packages at 5am
+1 5 * * * apt-get -q update && apt-get -qfmuy --download-only dist-upgrade
+
+ +

+That'll cache the latest packages every morning. This isn't my idea, I stole it from Tom (giblet), and I have no idea who he stole it from. +

+ -- cgit v1.2.3