Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.17.156.98
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
mysql-common /
Delete
Unzip
Name
Size
Permission
Date
Action
configure-symlinks
276
B
-rwxr-xr-x
2020-10-20 08:42
Save
Rename
#!/bin/sh set -e case "$1" in install) variant="$2" my_cnf_path="$3" update-alternatives --install /etc/mysql/my.cnf my.cnf "$my_cnf_path" 200 ;; remove) variant="$2" my_cnf_path="$3" update-alternatives --remove my.cnf "$my_cnf_path" ;; esac