shell bypass 403

UnknownSec Shell

: /bin/ [ dr-xr-xr-x ]

name : gdlib-config
#!/bin/sh
#
# Return information about the local GD library installation
#
# Modeled after pdflib-config

echo "gdlib-config: warning: this script is deprecated;" \
     "please use the pkg-config file instead." >&2

# installation directories
prefix=/usr
exec_prefix=/usr
libdir=`pkg-config gdlib --variable=libdir`
includedir=/usr/include
bindir=/usr/bin
ldflags=`pkg-config gdlib --variable=ldflags`

usage()
{
	cat <<EOF
Print information on GD library's version, configuration, and use.
Usage: gdlib-config [options]
Options:
	--libdir          # directory where GD library is installed
	--includedir      # directory where GD library headers are installed
	--version         # complete GD library version string
	--majorversion    # GD library major version number
	--minorversion    # GD library minor version number
	--revision        # GD library revision version number
	--ldflags         # options required for linking against GD library
	--libs            # libs required for linking against GD library
	--cflags          # options required for compiling GD library apps
	--includes        # same as --cflags
	--features        # lists features compiled into gd, separated by spaces.
                          # Currently (as of 2.2.5) the optional features
                          # are GD_PNG, GD_JPEG, GD_XPM, GD_FREETYPE, and 
                          # GD_FONTCONFIG. When these features are reported by
                          # --features, it is safe to include calls to the
                          # related functions in your code.
	--all             # print a summary of all GD library configure options
EOF
	exit $1
}

if test $# -eq 0; then
	usage 1 1>&2
fi

while test $# -gt 0; do
    case "$1" in
    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
    *) optarg= ;;
    esac

    case $1 in
    --libdir)
	echo $libdir
	;;
    --includedir)
	echo $includedir
	;;
    --version)
	echo 2.2.5
	;;
    --majorversion)
	echo 2
	;;
    --minorversion)
	echo 2
	;;
    --revision)
	echo 5
	;;
    --ldflags)
	echo $ldflags
	;;
    --libs)
	echo -lgd -lm   -lz   -lpng16 -lz   -lfreetype   -lfontconfig -lfreetype    -ljpeg  -lXpm -lX11  -L/usr/lib -ltiff    -lwebp 
	;;
    --cflags|--includes)
	echo -I/usr/include
	;;
    --features)
	echo GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_XPM GD_TIFF GD_WEBP
	;;
    --all)
	echo "GD library  2.2.5"
	echo "includedir: $includedir"
	echo "cflags:     -I/usr/include"
	echo "ldflags:    $ldflags"
	echo "libs:       -lm   -lz   -lpng16 -lz   -lfreetype   -lfontconfig -lfreetype    -ljpeg  -lXpm -lX11  -L/usr/lib -ltiff    -lwebp "
	echo "libdir:     $libdir"
	echo "features:   GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_XPM GD_TIFF GD_WEBP"
	;;
    *)
	usage 1 1>&2
	;;
    esac
    shift
done

© 2025 UnknownSec
Web Design for Beginners | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Web Design for Beginners

Web Design for Beginners

in Design
Created by Linda Anderson
+2
5 Users are following this upcoming course
Course Published
This course was published already and you can check the main course
Course
Web Design for Beginners
in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80

What you will learn?

Create any website layout you can imagine

Support any device size with Responsive (mobile-friendly) Design

Add tasteful animations and effects with CSS3

Course description

You can launch a new career in web development today by learning HTML & CSS. You don't need a computer science degree or expensive software. All you need is a computer, a bit of time, a lot of determination, and a teacher you trust. I've taught HTML and CSS to countless coworkers and held training sessions for fortune 100 companies. I am that teacher you can trust. 


Don't limit yourself by creating websites with some cheesy “site-builder" tool. This course teaches you how to take 100% control over your webpages by using the same concepts that every professional website is created with.


This course does not assume any prior experience. We start at square one and learn together bit by bit. By the end of the course you will have created (by hand) a website that looks great on phones, tablets, laptops, and desktops alike.


In the summer of 2020 the course has received a new section where we push our website live up onto the web using the free GitHub Pages service; this means you'll be able to share a link to what you've created with your friends, family, colleagues and the world!

Requirements

No prerequisite knowledge required

No special software required

Comments (0)

Report course

Please describe about the report short and clearly.

Share

Share course with your friends