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
/
etc /
xdg /
Xwayland-session.d /
Delete
Unzip
Name
Size
Permission
Date
Action
00-at-spi
453
B
-rwxr-xr-x
2022-09-17 13:53
Save
Rename
#!/bin/sh # Copy a11y bus address from the DBus session bus to the X11 root property. # This is useful when Xwayland is started on demand and if the user has an # application with X11 access that does not have access to the session bus. ADDR="$( busctl call --user org.a11y.Bus /org/a11y/bus org.a11y.Bus GetAddress )" || exit 0 ADDR="$( echo $ADDR | sed 's/s "\(.*\)"/\1/' )" || exit 0 exec xprop -root -format AT_SPI_BUS 8s -set AT_SPI_BUS "$ADDR"