Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 13.58.48.103
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
fonts /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-hinting-slight.conf
463
B
-rw-r--r--
2018-10-30 18:33
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
2018-10-30 18:33
20-unhint-small-dejavu-sans.conf
856
B
-rw-r--r--
2008-11-11 11:48
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
2018-10-30 18:33
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
2018-10-30 18:33
30-metric-aliases.conf
13.19
KB
-rw-r--r--
2018-10-30 18:33
31-cantarell.conf
440
B
-rw-r--r--
2016-01-28 20:41
40-nonlatin.conf
5.06
KB
-rw-r--r--
2018-10-30 18:33
45-generic.conf
3.22
KB
-rw-r--r--
2018-10-30 18:33
45-latin.conf
6.21
KB
-rw-r--r--
2018-10-30 18:33
49-sansserif.conf
545
B
-rw-r--r--
2018-10-30 18:33
50-user.conf
673
B
-rw-r--r--
2018-10-30 18:33
51-local.conf
189
B
-rw-r--r--
2018-10-30 18:33
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
2008-11-11 11:48
60-generic.conf
1.75
KB
-rw-r--r--
2018-10-30 18:33
60-latin.conf
1.79
KB
-rw-r--r--
2018-10-30 18:33
65-fonts-persian.conf
9.88
KB
-rw-r--r--
2018-10-30 18:33
65-nonlatin.conf
7.75
KB
-rw-r--r--
2018-10-30 18:33
69-unifont.conf
672
B
-rw-r--r--
2018-10-30 18:33
80-delicious.conf
422
B
-rw-r--r--
2018-10-30 18:33
90-synthetic.conf
1.7
KB
-rw-r--r--
2018-10-30 18:33
README
978
B
-rw-r--r--
2018-06-14 12:01
Save
Rename
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- If font is bitmap, calculate scale factor. Note that color bitmap fonts have scalable=true, while non-color ones have scalable=false. Both groups have outline=false. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <edit name="pixelsizefixupfactor" mode="assign"> <divide> <name target="pattern">pixelsize</name> <name target="font" >pixelsize</name> </divide> </edit> </match> <!-- For non-scalable bitmap fonts (ie. non-color), skip minor scaling if hinting is enabled. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <test name="scalable" compare="eq"> <bool>false</bool> </test> <test name="hinting" compare="eq"> <bool>true</bool> </test> <edit name="scalingnotneeded" mode="assign"> <and> <less> <name>pixelsizefixupfactor</name> <double>1.2</double> </less> <more> <name>pixelsizefixupfactor</name> <double>0.8</double> </more> </and> </edit> </match> <match target="font"> <test name="scalingnotneeded" compare="eq"> <bool>true</bool> </test> <edit name="pixelsizefixupfactor" mode="assign"> <double>1.0</double> </edit> </match> <!-- If we *are* going to scale, go ahead and do it. --> <match target="font"> <test name="outline" compare="eq"> <bool>false</bool> </test> <test name="pixelsizefixupfactor" compare="not_eq"> <double>1.0</double> </test> <edit name="matrix" mode="assign"> <times> <name>matrix</name> <matrix> <name>pixelsizefixupfactor</name> <double>0</double> <double>0</double> <name>pixelsizefixupfactor</name> </matrix> </times> </edit> <edit name="size" mode="assign"> <divide> <name>size</name> <name>pixelsizefixupfactor</name> </divide> </edit> </match> </fontconfig>