K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / apt / examples /
server ip : 104.21.89.46

your ip : 108.162.241.220

H O M E


Filename/usr/share/doc/apt/examples/apt.conf
Size496
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified10-Apr-2014 21:03
Last accessed10-Apr-2014 21:03
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
// $Id: apt.conf,v 1.43 1999/12/06 02:19:38 jgg Exp $
/* This file is a sample configuration file with a few harmless sample
options.
*/

APT
{
// Options for apt-get
Get
{
Download-Only "false";
};

};

// Options for the downloading routines
Acquire
{
Retries "0";
};

// Things that effect the APT dselect method
DSelect
{
Clean "auto"; // always|auto|prompt|never
};

DPkg
{
// Probably don't want to use force-downgrade..
Options {"--force-overwrite";}
}