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> <!-- 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>