Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
jed /
compile /
[ HOME SHELL ]
Name
Size
Permission
Action
jed-common
614
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jed-common
#!/bin/sh -e LIBDIR=/usr/share/jed/lib PREPARSE=$LIBDIR/preparse.sl case "$1" in install|remove) # Remove the files in both cases, because some .sl files may have # gone and some .slc files may not work with the new jed version find $LIBDIR \( -name \*.slc -o -name \*.dfa \) -print0 \ | xargs -0 --no-run-if-empty rm case "$1" in install) jed-script $PREPARSE || true # don't worry if jed-script is missing, because jed runs this # script again at installation ;; esac ;; *) echo "unknown argument --> \"$1"\" >&2 exit 1 ;; esac
Close