Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-119 /
arch /
ia64 /
Delete
Unzip
Name
Size
Permission
Date
Action
dig
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
hp
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
include
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
kernel
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
lib
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
mm
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
oprofile
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
pci
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
scripts
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
sn
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
uv
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
Kconfig
15.4
KB
-rw-r--r--
2016-01-11 00:01
Kconfig.debug
1.88
KB
-rw-r--r--
2016-01-11 00:01
Makefile
3.18
KB
-rw-r--r--
2016-01-11 00:01
install.sh
958
B
-rw-r--r--
2016-01-11 00:01
module.lds
355
B
-rw-r--r--
2016-01-11 00:01
Save
Rename
#!/bin/sh # # arch/ia64/install.sh # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1995 by Linus Torvalds # # Adapted from code in arch/i386/boot/Makefile by H. Peter Anvin # # "make install" script for ia64 architecture # # Arguments: # $1 - kernel version # $2 - kernel image file # $3 - kernel map file # $4 - default install path (blank if root directory) # # User may have a custom install script if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi # Default install - same as make zlilo if [ -f $4/vmlinuz ]; then mv $4/vmlinuz $4/vmlinuz.old fi if [ -f $4/System.map ]; then mv $4/System.map $4/System.old fi cat $2 > $4/vmlinuz cp $3 $4/System.map test -x /usr/sbin/elilo && /usr/sbin/elilo