Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
cloud-init /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
seed
[ DIR ]
drwxr-xr-x
2026-07-12 06:55
cloud-config-add-apt-repos.txt
1.54
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-ansible-controller.txt.gz
4.31
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-ansible-managed.txt
3.73
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-ansible-pull.txt
336
B
-rw-r--r--
2022-11-23 21:17
cloud-config-apt.txt.gz
5.13
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-archive-launch-index.txt
802
B
-rw-r--r--
2022-11-23 21:17
cloud-config-archive.txt
239
B
-rw-r--r--
2022-11-23 21:17
cloud-config-boot-cmds.txt
636
B
-rw-r--r--
2022-11-23 21:17
cloud-config-ca-certs.txt
1.07
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-chef-oneiric.txt
3.53
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-chef.txt.gz
2.57
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-datasources.txt
2.26
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-disk-setup.txt.gz
2.84
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-gluster.txt
456
B
-rw-r--r--
2022-11-23 21:17
cloud-config-install-packages.txt
383
B
-rw-r--r--
2022-11-23 21:17
cloud-config-launch-index.txt
570
B
-rw-r--r--
2022-11-23 21:17
cloud-config-lxd.txt
1.77
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-mount-points.txt
1.47
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-ntp.txt
835
B
-rw-r--r--
2022-11-23 21:17
cloud-config-reporting.txt
335
B
-rw-r--r--
2022-11-23 21:17
cloud-config-run-cmds.txt
963
B
-rw-r--r--
2022-11-23 21:17
cloud-config-ssh-keys.txt
3.57
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-update-apt.txt
229
B
-rw-r--r--
2022-11-23 21:17
cloud-config-update-packages.txt
93
B
-rw-r--r--
2022-11-23 21:17
cloud-config-user-groups.txt.gz
2.8
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-wireguard.txt
1.16
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-write-files.txt
1.05
KB
-rw-r--r--
2022-11-23 21:17
cloud-config-yum-repo.txt
639
B
-rw-r--r--
2022-11-23 21:17
cloud-config.txt.gz
8.9
KB
-rw-r--r--
2022-11-23 21:17
include-once.txt
353
B
-rw-r--r--
2022-11-23 21:17
include.txt
434
B
-rw-r--r--
2022-11-23 21:17
kernel-cmdline.txt
1
KB
-rw-r--r--
2022-11-23 21:17
part-handler-v2.txt
1.53
KB
-rw-r--r--
2022-11-23 21:17
part-handler.txt
806
B
-rw-r--r--
2022-11-23 21:17
plain-ignored.txt
68
B
-rw-r--r--
2022-11-23 21:17
user-script.txt
125
B
-rw-r--r--
2022-11-23 21:17
Save
Rename
#cloud-config # vim: syntax=yaml # Mounts volfile exported by glusterfsd running on # "volfile-server-hostname" onto the local mount point '/mnt/data' # # In reality, replace 'volfile-server-hostname' with one of your nodes # running glusterfsd. # packages: - glusterfs-client mounts: - [ 'volfile-server-hostname:6996', /mnt/data, glusterfs, "defaults,nofail", "0", "2" ] runcmd: - [ modprobe, fuse ] - [ mkdir, '-p', /mnt/data ] - [ mount, '-a' ]