XYZ File Manager
Current Path:
/etc
etc
/
📁
..
📄
.pwd.lock
(0 B)
📁
ImageMagick-6
📁
X11
📄
adduser.conf
(2.97 KB)
📁
alternatives
📁
apache2
📁
apparmor.d
📁
apt
📄
bash.bashrc
(1.95 KB)
📄
bindresvport.blacklist
(367 B)
📁
binfmt.d
📁
ca-certificates
📄
ca-certificates.conf
(5.85 KB)
📁
cron.d
📁
cron.daily
📁
dbus-1
📄
debconf.conf
(2.9 KB)
📄
debian_version
(5 B)
📁
default
📄
deluser.conf
(1.67 KB)
📁
dhcp
📁
dpkg
📄
e2scrub.conf
(685 B)
📄
environment
(0 B)
📄
ethertypes
(1.81 KB)
📁
fonts
📄
fstab
(37 B)
📄
gai.conf
(2.52 KB)
📁
ghostscript
📄
group
(540 B)
📄
group-
(522 B)
📄
gshadow
(454 B)
📄
gshadow-
(439 B)
📁
gss
📄
host.conf
(9 B)
📄
hostname
(14 B)
📄
hosts
(197 B)
📄
hosts.allow
(411 B)
📄
hosts.deny
(711 B)
📁
init.d
📄
inittab
(604 B)
📄
inputrc
(1.83 KB)
📁
iproute2
📄
issue
(27 B)
📄
issue.net
(20 B)
📁
kernel
📄
ld.so.cache
(17.24 KB)
📄
ld.so.conf
(34 B)
📁
ld.so.conf.d
📁
ldap
📁
letsencrypt
📄
libaudit.conf
(191 B)
📁
libpaper.d
📄
locale.alias
(2.93 KB)
📄
locale.gen
(9.23 KB)
📄
localtime
(2.24 KB)
📄
login.defs
(12.27 KB)
📁
logrotate.d
📄
machine-id
(33 B)
📄
magic
(111 B)
📄
magic.mime
(111 B)
📄
mime.types
(72.09 KB)
📄
mke2fs.conf
(782 B)
📁
modules-load.d
📄
motd
(286 B)
📄
mtab
(0 B)
📄
netconfig
(767 B)
📁
network
📄
networks
(60 B)
📄
nsswitch.conf
(494 B)
📁
opt
📄
os-release
(267 B)
📄
pam.conf
(552 B)
📁
pam.d
📄
papersize
(3 B)
📄
passwd
(1011 B)
📄
passwd-
(958 B)
📁
perl
📁
php
📄
profile
(769 B)
📁
profile.d
📄
protocols
(3.07 KB)
📁
python3
📁
python3.11
📁
rc0.d
📁
rc1.d
📁
rc2.d
📁
rc3.d
📁
rc4.d
📁
rc5.d
📁
rc6.d
📁
rcS.d
📄
resolv.conf
(63 B)
📄
rmt
(59.02 KB)
📄
rpc
(911 B)
📁
runit
📁
security
📁
selinux
📄
services
(12.51 KB)
📄
shadow
(549 B)
📄
shadow-
(524 B)
📄
shells
(128 B)
📁
skel
📁
ssh
📁
ssl
📄
subgid
(0 B)
📄
subuid
(0 B)
📁
sv
📄
sysctl.conf
(2.3 KB)
📁
sysctl.d
📁
systemd
📁
terminfo
📄
timezone
(14 B)
📁
tmpfiles.d
📄
ucf.conf
(1.23 KB)
📁
ufw
📁
update-motd.d
📁
vim
📄
wgetrc
(4.83 KB)
📄
xattr.conf
(681 B)
📁
xdg
Editing: gai.conf
# Configuration for getaddrinfo(3). # # So far only configuration for the destination address sorting is needed. # RFC 3484 governs the sorting. But the RFC also says that system # administrators should be able to overwrite the defaults. This can be # achieved here. # # All lines have an initial identifier specifying the option followed by # up to two values. Information specified in this file replaces the # default information. Complete absence of data of one kind causes the # appropriate default information to be used. The supported commands include: # # reload <yes|no> # If set to yes, each getaddrinfo(3) call will check whether this file # changed and if necessary reload. This option should not really be # used. There are possible runtime problems. The default is no. # # label <mask> <value> # Add another rule to the RFC 3484 label table. See section 2.1 in # RFC 3484. The default is: # #label ::1/128 0 #label ::/0 1 #label 2002::/16 2 #label ::/96 3 #label ::ffff:0:0/96 4 #label fec0::/10 5 #label fc00::/7 6 #label 2001:0::/32 7 # # This default differs from the tables given in RFC 3484 by handling # (now obsolete) site-local IPv6 addresses and Unique Local Addresses. # The reason for this difference is that these addresses are never # NATed while IPv4 site-local addresses most probably are. Given # the precedence of IPv6 over IPv4 (see below) on machines having only # site-local IPv4 and IPv6 addresses a lookup for a global address would # see the IPv6 be preferred. The result is a long delay because the # site-local IPv6 addresses cannot be used while the IPv4 address is # (at least for the foreseeable future) NATed. We also treat Teredo # tunnels special. # # precedence <mask> <value> # Add another rule to the RFC 3484 precedence table. See section 2.1 # and 10.3 in RFC 3484. The default is: # #precedence ::1/128 50 #precedence ::/0 40 #precedence 2002::/16 30 #precedence ::/96 20 #precedence ::ffff:0:0/96 10 # # For sites which prefer IPv4 connections change the last line to # #precedence ::ffff:0:0/96 100 # # scopev4 <mask> <value> # Add another rule to the RFC 6724 scope table for IPv4 addresses. # By default the scope IDs described in section 3.2 in RFC 6724 are # used. Changing these defaults should hardly ever be necessary. # The defaults are equivalent to: # #scopev4 ::ffff:169.254.0.0/112 2 #scopev4 ::ffff:127.0.0.0/104 2 #scopev4 ::ffff:0.0.0.0/96 14
Upload File
Create Folder