Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 18.216.57.73
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
fonts /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-antialias.conf
225
B
-rw-r--r--
10-hinting-slight.conf
463
B
-rw-r--r--
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
11-lcdfilter-default.conf
526
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--
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--
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-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-no-bitmaps.conf
263
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--
README
978
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 10-scale-bitmap-fonts.conf
<?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>
Close