Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 27, 2021 15:04
Show Gist options
  • Save r-ryantm/46c13073df9b2fc323f952fd16762512 to your computer and use it in GitHub Desktop.
Save r-ryantm/46c13073df9b2fc323f952fd16762512 to your computer and use it in GitHub Desktop.
/nix/store/4ycqqqzzzvs1kpz6r2lr43dxsg9qw7n4-apt-cacher-ng-3.6.3
├── bin
│   └── apt-cacher-ng
├── etc
│   ├── apt-cacher-ng
│   │   ├── acng.conf
│   │   └── security.conf
│   └── avahi
│   └── services
│   └── apt-cacher-ng.service
├── lib
│   ├── apt-cacher-ng
│   │   ├── acngfs
│   │   ├── acngtool
│   │   ├── archlx_mirrors
│   │   ├── backends_debian.default
│   │   ├── backends_gentoo.default
│   │   ├── backends_kali.default
│   │   ├── backends_ubuntu.default
│   │   ├── cygwin_mirrors
│   │   ├── deb_mirrors.gz
│   │   ├── debvol_mirrors.gz
│   │   ├── delconfirm.html
│   │   ├── epel_mirrors
│   │   ├── fedora_mirrors
│   │   ├── gentoo_mirrors.gz
│   │   ├── in.acng
│   │   ├── kali_mirrors
│   │   ├── maint.html
│   │   ├── report.html
│   │   ├── sfnet_mirrors
│   │   ├── sl_mirrors
│   │   ├── style.css
│   │   ├── ubuntu_mirrors
│   │   └── userinfo.html
│   └── libsupacng.so
├── sbin -> bin
└── share
├── doc
│   └── apt-cacher-ng
│   ├── apt-cacher-ng.pdf
│   ├── html
│   │   ├── bugs.html
│   │   ├── config-serv.html
│   │   ├── config-servquick.html
│   │   ├── cont.html
│   │   ├── distinstructions.html
│   │   ├── howtos.html
│   │   ├── index.html
│   │   ├── Intro.html
│   │   ├── maint.html
│   │   ├── secure.html
│   │   ├── troublefaq.html
│   │   └── usage.html
│   └── README
└── man
└── man8
├── acngfs.8.gz
└── apt-cacher-ng.8.gz
14 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment