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
/
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
Z97-byobu.sh
1.52
KB
-rw-r--r--
2016-04-14 21:29
Z99-cloud-locale-test.sh
3.34
KB
-rwxr-xr-x
2018-10-17 22:23
Z99-cloudinit-warnings.sh
873
B
-rwxr-xr-x
2018-10-17 22:23
apps-bin-path.sh
833
B
-rw-r--r--
2021-02-08 05:39
bash_completion.sh
663
B
-rw-r--r--
2016-05-18 11:19
cedilla-portuguese.sh
1003
B
-rw-r--r--
2015-12-29 11:57
Save
Rename
# cedilla-portuguese.sh (c) 2015 Canonical # Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com> # # Released under the GPL # # File: /etc/profile.d/cedilla-portuguese.sh # # The desired behavior when typing in certain languages is that # '+c results in the ç character, and not ć. In Portuguese this # can be achieved by setting LC_CTYPE to either pt_BR.UTF-8 or # pt_PT.UTF-8. Related files: # /usr/share/X11/locale/pt_BR.UTF-8/Compose # /usr/share/X11/locale/pt_PT.UTF-8/Compose # # When the selected display language is Portuguese (either Brazilian # Portuguese or Portuguese as spoken in Portugal), LC_CTYPE inherits # the desired value from LANG. Due to this file, setting the Regional # Formats value to Portuguese (Brazil) or Portuguese (Portugal) is # sufficient to enable the just mentioned behavior, even if the # display language is something else but Portuguese. # if [ "${LC_IDENTIFICATION%_*}" = 'pt' -a "${LANG%_*}" != 'pt' ]; then export LC_CTYPE="${LC_IDENTIFICATION%.*}.UTF-8" fi