Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
fontconfig /
conf.avail /
[ HOME SHELL ]
Name
Size
Permission
Action
05-reset-dirs-sample.conf
213
B
-rw-r--r--
09-autohint-if-no-hinting.conf
717
B
-rw-r--r--
10-autohint.conf
630
B
-rw-r--r--
10-hinting-full.conf
616
B
-rw-r--r--
10-hinting-medium.conf
620
B
-rw-r--r--
10-hinting-none.conf
616
B
-rw-r--r--
10-hinting-slight.conf
620
B
-rw-r--r--
10-no-sub-pixel.conf
647
B
-rw-r--r--
10-scale-bitmap-fonts.conf
2.02
KB
-rw-r--r--
10-sub-pixel-bgr.conf
672
B
-rw-r--r--
10-sub-pixel-rgb.conf
672
B
-rw-r--r--
10-sub-pixel-vbgr.conf
682
B
-rw-r--r--
10-sub-pixel-vrgb.conf
682
B
-rw-r--r--
10-unhinted.conf
625
B
-rw-r--r--
11-lcdfilter-default.conf
695
B
-rw-r--r--
11-lcdfilter-legacy.conf
692
B
-rw-r--r--
11-lcdfilter-light.conf
689
B
-rw-r--r--
20-unhint-small-vera.conf
1.34
KB
-rw-r--r--
25-unhint-nonlatin.conf
3.25
KB
-rw-r--r--
30-metric-aliases.conf
12.92
KB
-rw-r--r--
35-lang-normalize.conf
41.05
KB
-rw-r--r--
40-nonlatin.conf
7.59
KB
-rw-r--r--
45-generic.conf
3.41
KB
-rw-r--r--
45-latin.conf
6.89
KB
-rw-r--r--
48-spacing.conf
441
B
-rw-r--r--
49-sansserif.conf
639
B
-rw-r--r--
50-user.conf
751
B
-rw-r--r--
51-local.conf
263
B
-rw-r--r--
60-generic.conf
1.87
KB
-rw-r--r--
60-latin.conf
1.99
KB
-rw-r--r--
65-fonts-persian.conf
9.89
KB
-rw-r--r--
65-khmer.conf
304
B
-rw-r--r--
65-nonlatin.conf
9.07
KB
-rw-r--r--
69-unifont.conf
687
B
-rw-r--r--
70-no-bitmaps.conf
327
B
-rw-r--r--
70-yes-bitmaps.conf
327
B
-rw-r--r--
80-delicious.conf
437
B
-rw-r--r--
90-synthetic.conf
1.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-unhint-small-vera.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Disable hinting for Bitstream Vera fonts when the size is less than 8ppem</description> <!-- 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" compare="eq" ignore-blanks="true"> <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" compare="eq" ignore-blanks="true"> <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" compare="eq" ignore-blanks="true"> <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