Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
tasksel /
Delete
Unzip
Name
Size
Permission
Date
Action
info
[ DIR ]
drwxr-xr-x
2016-11-18 12:12
packages
[ DIR ]
drwxr-xr-x
2016-11-18 12:12
tests
[ DIR ]
drwxr-xr-x
2016-11-18 12:12
default_desktop
402
B
-rw-r--r--
2016-01-02 03:46
filter-tasks
1.55
KB
-rwxr-xr-x
2016-01-02 03:46
tasksel-debconf
1.08
KB
-rwxr-xr-x
2016-01-02 03:46
Save
Rename
# 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 }