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.216.177
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
grub.d /
Delete
Unzip
Name
Size
Permission
Date
Action
00_header
10.41
KB
-rwxr-xr-x
2025-03-17 13:20
05_debian_theme
6.11
KB
-rwxr-xr-x
2025-03-17 13:19
10_linux
17.71
KB
-rwxr-xr-x
2025-03-17 13:20
10_linux_zfs
42.19
KB
-rwxr-xr-x
2025-03-17 13:20
20_linux_xen
14.17
KB
-rwxr-xr-x
2025-03-17 13:20
25_bli
786
B
-rwxr-xr-x
2025-03-17 13:20
30_os-prober
12.81
KB
-rwxr-xr-x
2025-03-17 13:20
30_uefi-firmware
1.15
KB
-rwxr-xr-x
2025-03-17 13:20
35_fwupd
722
B
-rwxr-xr-x
2025-08-05 17:14
40_custom
214
B
-rwxr-xr-x
2025-03-17 13:20
41_custom
215
B
-rwxr-xr-x
2025-03-17 13:20
README
483
B
-rw-r--r--
2025-03-17 13:20
Save
Rename
#! /bin/sh set -e # grub-mkconfig helper script. # Copyright (C) 2020 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # GRUB is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GRUB. If not, see <http://www.gnu.org/licenses/>. prefix="/usr" exec_prefix="/usr" datarootdir="/usr/share" export TEXTDOMAIN=grub export TEXTDOMAINDIR="${datarootdir}/locale" . "$pkgdatadir/grub-mkconfig_lib" LABEL="UEFI Firmware Settings" gettext_printf "Adding boot menu entry for UEFI Firmware Settings ...\n" >&2 cat << EOF if [ "\$grub_platform" = "efi" ]; then fwsetup --is-supported if [ "\$?" = 0 ]; then menuentry '$LABEL' \$menuentry_id_option 'uefi-firmware' { fwsetup } fi fi EOF