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.13
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
01-fake-interword-space
[ DIR ]
drwxr-xr-x
02-pdfmatch
[ DIR ]
drwxr-xr-x
03-deterministic-output
[ DIR ]
drwxr-xr-x
04-pdfsuppressptexinfo
[ DIR ]
drwxr-xr-x
05-mediabox
[ DIR ]
drwxr-xr-x
06-pkmap
[ DIR ]
drwxr-xr-x
07-mapwarn
[ DIR ]
drwxr-xr-x
08-pdfprimitive
[ DIR ]
drwxr-xr-x
09-fontobjnum
[ DIR ]
drwxr-xr-x
10-moddate
[ DIR ]
drwxr-xr-x
11-omitcharset
[ DIR ]
drwxr-xr-x
12-pdf2
[ DIR ]
drwxr-xr-x
Common.mak
1.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Common.mak
# $Id: Common.mak 777 2017-04-20 23:08:32Z karl $ # Public domain. # Common Makefile definitions to run pdftex from test hierarchy, # but use support files from an installation. tl = /usr/local/texlive-rel tl_dist = $(tl)/texmf-dist # plain = $(tl_dist)/tex/plain/base plain_config = $(tl_dist)/tex/plain/config generic_config = $(tl)/texmf-config/tex/generic/config generic_hyphen = $(tl_dist)/tex/generic/hyphen # tfm_cm = $(tl_dist)/fonts/tfm/public/cm tfm_knuth = $(tl_dist)/fonts/tfm/public/knuth-lib t1_cm = $(tl_dist)/fonts/type1/public/amsfonts/cm # env = TEXINPUTS=.:$(plain):$(plain_config):$(generic_config):$(generic_hyphen)\ TEXFONTS=.:$(tfm_cm):$(tfm_knuth):$(t1_cm) \ TEXFONTMAPS=$(tl_dist)/fonts/map/pdftex/updmap \ ENCFONTS=$(tl_dist)/fonts/enc/dvips/base \ MKTEXTFM=0 \ MKTEXPK=0 \ KPATHSEA_WARNING=0 diff = diff --text -c0 pdftex = ../../source/build-pdftex/texk/web2c/pdftex pdftex = $(W)/texk/web2c/pdftex prog = $(env) $(pdftex) -ini -interaction=nonstopmode # can't make the clean: target here since then it would be the default. clean = rm -f *.log *.pdf *.fmt *.aux
Close