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.216.183
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
/
etc /
fonts /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-hinting-slight.conf
620
B
-rw-r--r--
10-scale-bitmap-fonts.conf
2.02
KB
-rw-r--r--
11-lcdfilter-default.conf
695
B
-rw-r--r--
20-unhint-small-vera.conf
1.34
KB
-rw-r--r--
25-no-bitmap-fedora.conf
1.13
KB
-rw-r--r--
25-unhint-nonlatin.conf
3.25
KB
-rw-r--r--
30-metric-aliases.conf
12.92
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-nonlatin.conf
9.07
KB
-rw-r--r--
69-unifont.conf
687
B
-rw-r--r--
80-delicious.conf
437
B
-rw-r--r--
90-synthetic.conf
1.72
KB
-rw-r--r--
README
979
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 10-scale-bitmap-fonts.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Bitmap scaling</description> <!-- 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>
Close