Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.16.30.154
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
fonts /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-hinting-slight.conf
463
B
-rw-r--r--
2018-10-30 18:33
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
2018-10-30 18:33
20-unhint-small-dejavu-sans.conf
856
B
-rw-r--r--
2008-11-11 11:48
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
2018-10-30 18:33
25-no-bitmap-fedora.conf
1.13
KB
-rw-r--r--
2018-10-30 15:13
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
2018-10-30 18:33
30-metric-aliases.conf
13.19
KB
-rw-r--r--
2018-10-30 18:33
30-urw-aliases.conf
889
B
-rw-r--r--
2018-10-30 18:33
31-cantarell.conf
440
B
-rw-r--r--
2016-01-28 20:41
40-nonlatin.conf
5.06
KB
-rw-r--r--
2018-10-30 18:33
45-generic.conf
3.22
KB
-rw-r--r--
2018-10-30 18:33
45-latin.conf
6.21
KB
-rw-r--r--
2018-10-30 18:33
49-sansserif.conf
545
B
-rw-r--r--
2018-10-30 18:33
50-user.conf
673
B
-rw-r--r--
2018-10-30 18:33
51-local.conf
189
B
-rw-r--r--
2018-10-30 18:33
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
2008-11-11 11:48
60-generic.conf
1.75
KB
-rw-r--r--
2018-10-30 18:33
60-latin.conf
1.79
KB
-rw-r--r--
2018-10-30 18:33
65-3-ipa-gothic.conf
1.24
KB
-rw-r--r--
2013-12-28 05:00
65-fonts-persian.conf
9.88
KB
-rw-r--r--
2018-10-30 18:33
65-nonlatin.conf
7.75
KB
-rw-r--r--
2018-10-30 18:33
69-unifont.conf
672
B
-rw-r--r--
2018-10-30 18:33
80-delicious.conf
422
B
-rw-r--r--
2018-10-30 18:33
90-synthetic.conf
1.7
KB
-rw-r--r--
2018-10-30 18:33
README
978
B
-rw-r--r--
2018-02-19 03:43
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <!-- Generic names --> <alias> <family>IPAGothic</family> <default> <family>monospace</family> </default> </alias> <!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts --> <alias> <family>IPAGothic</family> <default> <family>sans-serif</family> </default> </alias> <!-- Locale-specific overrides --> <match> <test name="lang" compare="contains"> <string>ja</string> </test> <test name="family"> <string>monospace</string> </test> <edit name="family" mode="prepend"> <string>IPAGothic</string> </edit> </match> <!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts --> <match> <test name="lang" compare="contains"> <string>ja</string> </test> <test name="family"> <string>sans-serif</string> </test> <edit name="family" mode="prepend"> <string>IPAGothic</string> </edit> </match> <!-- enable hinting --> <match target="font"> <test name="family"> <string>IPAGothic</string> </test> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> <edit name="autohint" mode="assign"> <bool>false</bool> </edit> </match> </fontconfig>