diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
commit | bcf061abf932f9adf243554c22185d323f5ff2ea (patch) | |
tree | dd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /news/2012-q1-q2.mdwn | |
parent | 56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff) | |
download | web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.gz web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.bz2 web-bcf061abf932f9adf243554c22185d323f5ff2ea.zip |
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'news/2012-q1-q2.mdwn')
-rw-r--r-- | news/2012-q1-q2.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/2012-q1-q2.mdwn b/news/2012-q1-q2.mdwn index 675883b9..7e629a35 100644 --- a/news/2012-q1-q2.mdwn +++ b/news/2012-q1-q2.mdwn @@ -84,10 +84,10 @@ took a dive into the core of the Hurd. Ludovic and [made console-run resilient against missing /dev/console](http://lists.gnu.org/archive/html/bug-hurd/2012-03/msg00002.html). Maksym [tested the performance of tmpfs](http://lists.gnu.org/archive/html/bug-hurd/2012-03/msg00040.html), -showing a speedup for apt-get calls from 22 seconds with +showing a speedup for apt calls from 22 seconds with [[hurd/libstore/examples/ramdisk]] and 32 seconds with [[hurd/translator/ext2fs]] to 16 seconds with [[hurd/translator/tmpfs]] for -apt-get invocations, showing the possible wins due to going deep. An obvious +apt invocations, showing the possible wins due to going deep. An obvious use case for tmpfs are [faster Hurd LiveCDs](http://lists.gnu.org/archive/html/bug-hurd/2012-03/msg00050.html). Samuel made it easier to dive in by |