Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
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-10-amd64 /
Delete
Unzip
Name
Size
Permission
Date
Action
control
430
B
-rw-r--r--
2020-12-13 08:33
include-0version
106
B
-rw-r--r--
2020-12-13 08:33
include-1cmdline
111
B
-rw-r--r--
2020-12-13 08:33
include-1tainted
1.45
KB
-rw-r--r--
2023-07-01 11:20
include-dmesg
688
B
-rw-r--r--
2020-12-13 08:33
include-model
1.36
KB
-rw-r--r--
2023-07-01 15:42
include-modules
330
B
-rw-r--r--
2020-12-13 08:33
include-network
1.58
KB
-rw-r--r--
2023-07-01 11:20
include-pci
257
B
-rw-r--r--
2020-12-13 08:33
include-pstore
1.46
KB
-rw-r--r--
2020-12-13 08:33
include-usb
251
B
-rw-r--r--
2020-12-13 08:33
info
135
B
-rw-r--r--
2023-07-03 19:28
presubj
447
B
-rw-r--r--
2020-12-13 08:33
script
1.01
KB
-rwxr-xr-x
2020-12-13 08:33
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 }