Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.74
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
language-tools /
[ HOME SHELL ]
Name
Size
Permission
Action
language-options
2.78
KB
-rwxr-xr-x
language-validate
1.79
KB
-rwxr-xr-x
language2locale
1.75
KB
-rwxr-xr-x
locale2papersize
320
B
-rwxr-xr-x
main-countries
420
B
-rw-r--r--
save-to-pam-env
1.37
KB
-rwxr-xr-x
set-language-helper
732
B
-rwxr-xr-x
update-langlist
1.36
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : locale2papersize
#!/bin/sh -pe # # locale2papersize outputs the paper size "a4" or "letter" based on # the height and width in the locale that is passed as an argument. export LC_PAPER=$1 height=$( locale height ) width=$( locale width ) if [ "$height" = 279 -a "$width" = 216 ]; then size=letter else size=a4 fi echo $size
Close