Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.181
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
fonts /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-hinting-slight.conf
620
B
-rw-r--r--
2021-06-28 12:43
10-scale-bitmap-fonts.conf
2.02
KB
-rw-r--r--
2020-12-03 11:45
11-lcdfilter-default.conf
695
B
-rw-r--r--
2021-06-28 12:43
20-unhint-small-vera.conf
1.34
KB
-rw-r--r--
2020-12-03 11:45
25-no-bitmap-fedora.conf
1.13
KB
-rw-r--r--
2023-01-23 15:48
25-unhint-nonlatin.conf
3.25
KB
-rw-r--r--
2020-12-03 11:45
30-metric-aliases.conf
12.92
KB
-rw-r--r--
2020-12-03 11:45
40-nonlatin.conf
7.59
KB
-rw-r--r--
2020-12-03 11:45
45-generic.conf
3.41
KB
-rw-r--r--
2020-12-03 11:45
45-latin.conf
6.89
KB
-rw-r--r--
2020-12-03 11:45
48-spacing.conf
441
B
-rw-r--r--
2022-01-17 02:30
49-sansserif.conf
639
B
-rw-r--r--
2020-12-03 11:45
50-user.conf
751
B
-rw-r--r--
2020-12-03 11:45
51-local.conf
263
B
-rw-r--r--
2020-12-03 11:45
60-generic.conf
1.87
KB
-rw-r--r--
2020-12-03 11:45
60-latin.conf
1.99
KB
-rw-r--r--
2023-01-23 19:47
65-fonts-persian.conf
9.89
KB
-rw-r--r--
2020-12-03 11:45
65-nonlatin.conf
9.07
KB
-rw-r--r--
2020-12-03 11:45
69-unifont.conf
687
B
-rw-r--r--
2020-12-03 11:45
80-delicious.conf
437
B
-rw-r--r--
2020-12-03 11:45
90-synthetic.conf
1.72
KB
-rw-r--r--
2020-12-03 11:45
README
979
B
-rw-r--r--
2022-02-04 08:21
Save
Rename
<?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>