Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
bug /
libreoffice-core /
[ HOME SHELL ]
Name
Size
Permission
Action
control
226
B
-rw-r--r--
presubj
3.38
KB
-rw-r--r--
script
676
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script
#!/bin/sh # list all installed extensions. --bundled, --shared and non-shared /usr/lib/libreoffice/program/unopkg list --bundled >&3 /usr/lib/libreoffice/program/unopkg list --shared >&3 /usr/lib/libreoffice/program/unopkg list >&3 # experimental stuff enabled? echo "" >&3 echo "Experimental features enabled:" >&3 #_lo_profile_ver=`echo 7.3 | cut -d. -f1` _lo_profile_ver=4 if [ -d "$HOME/.config/libreoffice/$_lo_profile_ver" ]; then grep ExperimentalMode $HOME/.config/libreoffice/$_lo_profile_ver/user/registrymodifications.xcu >&3 fi # installed VCLplugs echo "" >&3 echo "Installed VCLplugs:" >&3 dpkg -l libreoffice-gtk3 libreoffice-qt5 libreoffice-kf5 >&3
Close