I suggest you ...

mirror Ubuntu's repository for faster package management; plus it will save on bandwidth.

300 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Brad SmithBrad Smith shared this idea  ·   ·  Admin →

    17 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • Jose Luis RivasJose Luis Rivas commented  · 

        A Debian mirror would be fine too. It's as easy as installing apt-cacher-ng and in one server you can have ubuntu, debian and fedora's mirrors.

      • MarcoMarco commented  · 

        On debian, this is the first thing I do on a new server. This basically finds the closest (and fastest) debian mirror. Make sure you uncomment the security repository, then replace /etc/apt/sources.list with the generated file.

        apt-get -y update
        apt-get -y install netselect-apt
        /usr/bin/netselect-apt -n squeeze -o sources.list

      • Alex BradburyAlex Bradbury commented  · 

        A Debian mirror would also be great. I assume at some point DigitalOcean will roll out a cloud-init like functionality as used in Ubuntu on EC2. A super fast Ubuntu mirror will help increase speed of deploys.

      • Matt NordhoffMatt Nordhoff commented  · 

        For what it's worth, apt-cacher-ng is a caching proxy designed to be used for apt-based distros, so you only need to store what users request, not gigs of KDE or whatever that nobody needs.

        http://www.unix-ag.uni-kl.de/~bloch/acng/ or apt-get install apt-cacher-ng.

      • Anonymous commented  · 

        How do you do that? Can anyone give a link for instructions?

      • Alex GussetAlex Gusset commented  · 

        Yay, I was very shocked this wasn't already done when I made a server to test out the site.

      • Rodolfo PilasRodolfo Pilas commented  · 

        Please, a Debian mirror too

      • Anonymous commented  · 

        Also setup a Debian mirror.

      • John LesterJohn Lester commented  · 

        Can't give this one enough votes - was actually surprised you didn't already have this!

      • Ryan SandenRyan Sanden commented  · 

        Yes, this seems like a win/win for both us and them. Currently an ubuntu 12.04 apt-mirror requires about 125G of disk space for (32bit + 64bit + source).

      Feedback and Knowledge Base