Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
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
/
usr /
share /
fontconfig /
conf.avail /
[ HOME SHELL ]
Name
Size
Permission
Action
05-reset-dirs-sample.conf
213
B
-rw-r--r--
09-autohint-if-no-hinting.conf
717
B
-rw-r--r--
10-autohint.conf
630
B
-rw-r--r--
10-hinting-full.conf
616
B
-rw-r--r--
10-hinting-medium.conf
620
B
-rw-r--r--
10-hinting-none.conf
616
B
-rw-r--r--
10-hinting-slight.conf
620
B
-rw-r--r--
10-no-antialias.conf
260
B
-rw-r--r--
10-scale-bitmap-fonts.conf
2.02
KB
-rw-r--r--
10-sub-pixel-bgr.conf
672
B
-rw-r--r--
10-sub-pixel-none.conf
647
B
-rw-r--r--
10-sub-pixel-rgb.conf
672
B
-rw-r--r--
10-sub-pixel-vbgr.conf
682
B
-rw-r--r--
10-sub-pixel-vrgb.conf
682
B
-rw-r--r--
10-unhinted.conf
625
B
-rw-r--r--
10-yes-antialias.conf
258
B
-rw-r--r--
11-lcdfilter-default.conf
695
B
-rw-r--r--
11-lcdfilter-legacy.conf
692
B
-rw-r--r--
11-lcdfilter-light.conf
689
B
-rw-r--r--
11-lcdfilter-none.conf
686
B
-rw-r--r--
20-unhint-small-vera.conf
1.34
KB
-rw-r--r--
25-unhint-nonlatin.conf
3.25
KB
-rw-r--r--
30-metric-aliases.conf
13.29
KB
-rw-r--r--
35-lang-normalize.conf
47.24
KB
-rw-r--r--
40-nonlatin.conf
7.79
KB
-rw-r--r--
45-generic.conf
3.41
KB
-rw-r--r--
45-latin.conf
6.99
KB
-rw-r--r--
48-spacing.conf
441
B
-rw-r--r--
49-sansserif.conf
639
B
-rw-r--r--
50-user.conf
751
B
-rw-r--r--
51-local.conf
263
B
-rw-r--r--
53-monospace-lcd-filter.conf
943
B
-rw-r--r--
60-generic.conf
1.87
KB
-rw-r--r--
60-latin.conf
2.12
KB
-rw-r--r--
65-fonts-persian.conf
9.89
KB
-rw-r--r--
65-khmer.conf
304
B
-rw-r--r--
65-nonlatin.conf
9.64
KB
-rw-r--r--
69-unifont.conf
687
B
-rw-r--r--
70-force-bitmaps.conf
326
B
-rw-r--r--
70-no-bitmaps-and-emoji.conf
373
B
-rw-r--r--
70-no-bitmaps-except-emoji.con...
429
B
-rw-r--r--
70-no-bitmaps.conf
304
B
-rw-r--r--
70-yes-bitmaps.conf
77
B
-rw-r--r--
80-delicious.conf
437
B
-rw-r--r--
90-synthetic.conf
1.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 60-generic.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Set preferable fonts for emoji/math fonts</description> <!-- Keep in sync with 45-generic.conf --> <!-- Emoji --> <!-- Prefer to match color emoji font. --> <match> <test name="lang"> <string>und-zsye</string> </test> <test qual="all" name="color" compare="not_eq"> <bool>true</bool> </test> <test qual="all" name="color" compare="not_eq"> <bool>false</bool> </test> <edit name="color" mode="append"> <bool>true</bool> </edit> </match> <!-- TODO ! Match on "color" and alias B&W ones first if no color is requested. ! That's "hard" because <alias> doesn't work in match and needs to be ! expanded to its non-sugar form. !--> <alias binding="same"> <family>emoji</family> <prefer> <!-- System fonts --> <family>Noto Color Emoji</family> <!-- Google --> <family>Apple Color Emoji</family> <!-- Apple --> <family>Segoe UI Emoji</family> <!-- Microsoft --> <family>Twitter Color Emoji</family> <!-- Twitter --> <family>EmojiOne Mozilla</family> <!-- Mozilla --> <!-- Third-Party fonts --> <family>Emoji Two</family> <family>JoyPixels</family> <family>Emoji One</family> <!-- Non-color --> <family>Noto Emoji</family> <!-- Google --> <family>Android Emoji</family> <!-- Google --> </prefer> </alias> <!-- Math --> <alias binding="same"> <!-- https://en.wikipedia.org/wiki/Category:Mathematical_OpenType_typefaces --> <family>math</family> <prefer> <family>XITS Math</family> <!-- Khaled Hosny --> <family>STIX Two Math</family> <!-- AMS --> <family>Cambria Math</family> <!-- Microsoft --> <family>Latin Modern Math</family> <!-- TeX --> <family>Minion Math</family> <!-- Adobe --> <family>Lucida Math</family> <!-- Adobe --> <family>Asana Math</family> </prefer> </alias> </fontconfig>
Close