Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
fonts /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-antialias.conf
223
B
-rw-r--r--
2016-08-16 21:18
10-hinting-slight.conf
229
B
-rw-r--r--
2016-08-16 21:18
10-hinting.conf
212
B
-rw-r--r--
2016-08-16 21:18
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
2016-08-16 21:18
11-lcdfilter-default.conf
526
B
-rw-r--r--
2016-08-16 21:18
20-unhint-small-dejavu-lgc-sans-mono.conf
874
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-dejavu-lgc-sans.conf
864
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-dejavu-lgc-serif.conf
866
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-dejavu-sans-mono.conf
866
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-dejavu-sans.conf
856
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-dejavu-serif.conf
858
B
-rw-r--r--
2015-05-17 09:26
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
2016-08-16 21:18
30-cjk-aliases.conf
13.17
KB
-rw-r--r--
2016-01-17 17:14
30-metric-aliases.conf
12.5
KB
-rw-r--r--
2016-08-16 21:18
30-urw-aliases.conf
701
B
-rw-r--r--
2016-08-16 21:18
40-nonlatin.conf
5.35
KB
-rw-r--r--
2016-08-16 21:18
45-latin.conf
4.51
KB
-rw-r--r--
2016-08-16 21:18
49-sansserif.conf
545
B
-rw-r--r--
2016-08-16 21:18
50-user.conf
673
B
-rw-r--r--
2016-08-16 21:18
51-local.conf
189
B
-rw-r--r--
2016-08-16 21:18
57-dejavu-sans-mono.conf
1.47
KB
-rw-r--r--
2015-05-17 09:26
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
2015-05-17 09:26
57-dejavu-serif.conf
1.61
KB
-rw-r--r--
2015-05-17 09:26
58-dejavu-lgc-sans-mono.conf
1.51
KB
-rw-r--r--
2015-05-17 09:26
58-dejavu-lgc-sans.conf
2.01
KB
-rw-r--r--
2015-05-17 09:26
58-dejavu-lgc-serif.conf
1.65
KB
-rw-r--r--
2015-05-17 09:26
60-latin.conf
1.76
KB
-rw-r--r--
2016-08-16 21:18
64-language-selector-prefer.conf
470
B
-rw-r--r--
2016-04-05 10:27
65-fonts-persian.conf
9.88
KB
-rw-r--r--
2016-08-16 21:18
65-nonlatin.conf
7.77
KB
-rw-r--r--
2016-08-16 21:18
69-language-selector-zh-cn.conf
1.66
KB
-rw-r--r--
2016-04-05 10:28
69-language-selector-zh-hk.conf
1.48
KB
-rw-r--r--
2016-04-05 10:28
69-language-selector-zh-mo.conf
1.56
KB
-rw-r--r--
2016-04-05 10:28
69-language-selector-zh-sg.conf
1.66
KB
-rw-r--r--
2016-04-05 10:29
69-language-selector-zh-tw.conf
2.03
KB
-rw-r--r--
2016-04-05 10:29
69-unifont.conf
672
B
-rw-r--r--
2016-08-16 21:18
70-no-bitmaps.conf
263
B
-rw-r--r--
2016-08-16 21:18
80-delicious.conf
422
B
-rw-r--r--
2016-08-16 21:18
90-synthetic.conf
1.65
KB
-rw-r--r--
2016-08-16 21:18
99-language-selector-zh.conf
1.81
KB
-rw-r--r--
2014-07-01 15:27
README
978
B
-rw-r--r--
2016-08-16 21:18
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>