Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
docbook-xml /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
630
B
-rw-r--r--
README
741
B
-rw-r--r--
test-4.0.xml
705
B
-rw-r--r--
test-4.1.2.xml
704
B
-rw-r--r--
test-4.1.xml
700
B
-rw-r--r--
test-4.2.xml
700
B
-rw-r--r--
test-4.3.xml
700
B
-rw-r--r--
test-4.4.xml
774
B
-rw-r--r--
test-4.5.xml
774
B
-rw-r--r--
test-4.xml
765
B
-rw-r--r--
test-bad-si-4.0.xml
663
B
-rw-r--r--
test-bad-si-4.1.2.xml
660
B
-rw-r--r--
test-bad-si-4.1.xml
658
B
-rw-r--r--
test-bad-si-4.2.xml
658
B
-rw-r--r--
test-bad-si-4.3.xml
658
B
-rw-r--r--
test-bad-si-4.4.xml
658
B
-rw-r--r--
test-bad-si-4.5.xml
658
B
-rw-r--r--
test-legacy-si-4.0.xml
642
B
-rw-r--r--
test-legacy-si-4.1.2.xml
644
B
-rw-r--r--
test-legacy-si-4.1.xml
642
B
-rw-r--r--
test-legacy-si-4.2.xml
642
B
-rw-r--r--
test-legacy-si-4.3.xml
642
B
-rw-r--r--
test-si-4.3.xml
644
B
-rw-r--r--
test-si-4.4.xml
644
B
-rw-r--r--
test-si-4.5.xml
644
B
-rw-r--r--
test-si-4.xml
642
B
-rw-r--r--
test-si-url-docbook.org-4.1.2.xml
635
B
-rw-r--r--
test-si-url-docbook.org-4.2.xml
633
B
-rw-r--r--
test-si-url-docbook.org-4.3.xml
633
B
-rw-r--r--
test-si-url-docbook.org-4.4.xml
633
B
-rw-r--r--
test-si-url-docbook.org-4.5.xml
633
B
-rw-r--r--
test-si-url-oasis-4.1.2.xml
650
B
-rw-r--r--
test-si-url-oasis-4.2.xml
648
B
-rw-r--r--
test-si-url-oasis-4.3.xml
648
B
-rw-r--r--
test-si-url-oasis-4.4.xml
648
B
-rw-r--r--
test-si-url-oasis-4.5.xml
648
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
SRCS := $(wildcard *.xml) NSGMLS := $(shell if command -v onsgmls 2>/dev/null; then \ : ;\ elif command -v nsgmls 2>/dev/null; then \ : ;\ else \ echo "false" ;\ echo "warning: no nsgmls found" >&2 ;\ fi) NSGMLSARGS := -m/usr/share/sgml/declaration/xml.soc # settings for XML files export SP_CHARSET_FIXED = YES export SP_ENCODING = XML .PHONY: validate validate: $(addsuffix .nsgmls,$(SRCS)) $(addsuffix .xmllint,$(SRCS)) %.xmllint : % xmllint --nonet --noout --valid $< %.nsgmls : % $(NSGMLS) -E1 -wxml -wall $(NSGMLSARGS) -gues $< .PHONY: clean clean: rm -f *.html *~
Close