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 : 216.73.216.61
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
recovery-mode /
Delete
Unzip
Name
Size
Permission
Date
Action
options
[ DIR ]
drwxr-xr-x
2024-02-16 18:50
l10n.sh
1.1
KB
-rw-r--r--
2018-09-20 07:16
recovery-menu
3.45
KB
-rwxr-xr-x
2018-10-02 17:23
Save
Rename
# default eval_gettext() to ensure that we do not fail # if gettext-base is not installed eval_gettext() { echo "$1" } # Deal with systems where /usr isn't mounted if [ ! -d /usr/share/locale ]; then return fi # blacklist some languages that we don't have a good console fonts for # see bug #573502 in_lang_blacklist() { LANG_BLACKLIST="ar_ he_IL ja_JP ko_KR ru_RU sl_SI vi_VN zh_" LANG=$1 for b in $LANG_BLACKLIST; do # equal to lang.startswith(b) if expr match "$LANG" ^"$b" >/dev/null ; then export LANG=C.UTF-8 export LANGUAGE=en return 0 fi done return 1 } # There is no environment set, as these steps are skipped, # so we need to source the variables needed for localization ourselves if [ -r /etc/default/locale ]; then . /etc/default/locale if ! in_lang_blacklist "$LANG"; then export LANG LANGUAGE fi elif [ -r /etc/environment ]; then . /etc/environment if ! in_lang_blacklist "$LANG"; then export LANG LANGUAGE fi fi . gettext.sh export TEXTDOMAIN=friendly-recovery export TEXTDOMAINDIR=/usr/share/locale