Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.122
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
tasksel /
[ HOME SHELL ]
Name
Size
Permission
Action
packages
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
default_desktop
402
B
-rw-r--r--
tasksel-debconf
780
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : default_desktop
# Shell library to get the default desktop that tasksel will select # for an architecture. # # This may be used outside of tasksel (eg, by debian-cd) so should be a # stable interface. default_desktop_for_arch() { case "$1" in i386) echo gnome ;; amd64) echo gnome ;; # gnome only works on linux, # and only on arches with 3d hardware # or llvmpipe. See #765839. *) echo xfce ;; esac }
Close