Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.135.186.233
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
ImageMagick-7.0.10-22 /
[ HOME SHELL ]
Name
Size
Permission
Action
Magick++
[ DIR ]
drwxrwxr-x
MagickCore
[ DIR ]
drwxrwxr-x
MagickWand
[ DIR ]
drwxrwxr-x
PerlMagick
[ DIR ]
drwxrwxr-x
coders
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
filters
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxrwxr-x
m4
[ DIR ]
drwxrwxr-x
scripts
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
utilities
[ DIR ]
drwxrwxr-x
www
[ DIR ]
drwxrwxr-x
AUTHORS.txt
5.67
KB
-rw-rw-r--
ChangeLog
95.18
KB
-rw-rw-r--
ImageMagick.spec
10.78
KB
-rw-rw-r--
ImageMagick.spec.in
10.81
KB
-rw-rw-r--
Install-mac.txt
2.94
KB
-rw-rw-r--
Install-unix.txt
27.6
KB
-rw-rw-r--
Install-vms.txt
1.12
KB
-rw-rw-r--
Install-windows.txt
1.72
KB
-rw-rw-r--
LICENSE
12.15
KB
-rw-rw-r--
Magickshr.opt
8.42
KB
-rw-rw-r--
Makefile
952.68
KB
-rw-rw-r--
Makefile.am
11.55
KB
-rw-rw-r--
Makefile.in
1.17
MB
-rw-rw-r--
NEWS.txt
2.01
KB
-rw-rw-r--
NOTICE
11.73
KB
-rw-rw-r--
Platforms.txt
6.37
KB
-rw-rw-r--
QuickStart.txt
4.32
KB
-rw-rw-r--
README.txt
7.31
KB
-rw-rw-r--
aclocal.m4
46.08
KB
-rw-rw-r--
common.shi
1.6
KB
-rw-rw-r--
common.shi.in
1.25
KB
-rw-rw-r--
config.log
626.35
KB
-rw-rw-r--
config.status
97.42
KB
-rwxrwxr-x
configure
1.14
MB
-rwxrwxr-x
configure.ac
129.07
KB
-rw-rw-r--
index.html
20.45
KB
-rw-rw-r--
libtool
337.79
KB
-rwxrwxr-x
local.exp
0
B
-rw-rw-r--
magick.sh
1.62
KB
-rwxrwxr-x
magick.sh.in
1.53
KB
-rwxrwxr-x
version.sh
1.79
KB
-rw-rw-r--
winpath.sh
1.75
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : version.sh
# # Package name and versioning information for ImageMagick. # # This file is sourced by a Bourne shell (/bin/sh) script so it must # observe Bourne shell syntax. # # Package base name PACKAGE_NAME='ImageMagick' PACKAGE_BUGREPORT="https://github.com/ImageMagick/ImageMagick/issues" # # Date of last ChangeLog update # PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print substr($1,1,4) substr($1,6,2) substr($1,9,2); exit; }' ${srcdir}/ChangeLog` # # Package version. This is is the numeric version suffix applied to # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='7.0.10' PACKAGE_PERL_VERSION='7.0.10' PACKAGE_LIB_VERSION="0x70A" PACKAGE_RELEASE="22" PACKAGE_LIB_VERSION_NUMBER="7,0,10,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE_RAW=`date +%F` PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}" PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" # # Package version addendum. This is an arbitrary suffix (if any) appended # to the package version. (e.g. "beta1") PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}" # # If the library source code has changed at all since the last update, # increment revision (‘c:r:a’ becomes ‘c:r+1:a’). If any interfaces have been # added, removed, or changed since the last update, increment current, and set # revision to 0. If any interfaces have been added since the last public # release, then increment age. If any interfaces have been removed or changed # since the last public release, then set age to 0. # # # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION # could be avoided using libversioning aka map files. You MUST change .map # files if you raise these versions. MAGICK_LIBRARY_CURRENT=7 MAGICK_LIBRARY_REVISION=0 MAGICK_LIBRARY_AGE=0 # magick++ MAGICKPP_LIBRARY_CURRENT=4 MAGICKPP_LIBRARY_REVISION=0 MAGICKPP_LIBRARY_AGE=0
Close