Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.21.248.105
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
bash_completion.d /
[ HOME SHELL ]
Name
Size
Permission
Action
git
54.86
KB
-rw-r--r--
iprutils
829
B
-rw-r--r--
scl.bash
1.49
KB
-rw-r--r--
yum-utils.bash
11.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iprutils
# IBM IPR adapter configuration utility # # (C) Copyright 2000, 2015 # International Business Machines Corporation and others. # All Rights Reserved. This program and the accompanying # materials are made available under the terms of the # Common Public License v1.0 which accompanies this distribution. _comp_iprconfig () { iprconfig="${COMP_WORDS[0]}" cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" case "${prev}" in "-c") opts=$(${iprconfig} -l 2>/dev/null) COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) ;; "-k") COMPREPLY=( $(compgen -o dirnames -- ${cur}) ) ;; *) opts=$(find /dev -printf "%f\n" | grep -G "^\(sd\|sg\)") COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) ;; esac return 0; } complete -F _comp_iprconfig iprconfig
Close