Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
zsh /
functions /
Completion /
Linux /
[ HOME SHELL ]
Name
Size
Permission
Action
_acpi
1.24
KB
-rw-r--r--
_acpitool
2.38
KB
-rw-r--r--
_alsa-utils
2.69
KB
-rw-r--r--
_analyseplugin
647
B
-rw-r--r--
_brctl
1.88
KB
-rw-r--r--
_btrfs
18.96
KB
-rw-r--r--
_chattr
1019
B
-rw-r--r--
_chcon
1.35
KB
-rw-r--r--
_chrt
2.5
KB
-rw-r--r--
_cpupower
4.12
KB
-rw-r--r--
_cryptsetup
8.22
KB
-rw-r--r--
_dkms
5.29
KB
-rw-r--r--
_e2label
93
B
-rw-r--r--
_ethtool
11.72
KB
-rw-r--r--
_findmnt
5.09
KB
-rw-r--r--
_free
1.25
KB
-rw-r--r--
_fuse_arguments
1.05
KB
-rw-r--r--
_fuse_values
1.61
KB
-rw-r--r--
_fusermount
660
B
-rw-r--r--
_gpasswd
701
B
-rw-r--r--
_htop
640
B
-rw-r--r--
_iconvconfig
508
B
-rw-r--r--
_ionice
1.14
KB
-rw-r--r--
_ipset
6.04
KB
-rw-r--r--
_iptables
10.43
KB
-rw-r--r--
_iwconfig
2.34
KB
-rw-r--r--
_kpartx
488
B
-rw-r--r--
_losetup
2.14
KB
-rw-r--r--
_lsattr
335
B
-rw-r--r--
_lsblk
3.01
KB
-rw-r--r--
_lsusb
1.16
KB
-rw-r--r--
_ltrace
2.15
KB
-rw-r--r--
_mdadm
8.02
KB
-rw-r--r--
_mii-tool
856
B
-rw-r--r--
_modutils
5.93
KB
-rw-r--r--
_mondo
1.95
KB
-rw-r--r--
_networkmanager
9.41
KB
-rw-r--r--
_opkg
15.12
KB
-rw-r--r--
_pidof
924
B
-rw-r--r--
_pkgtool
2.38
KB
-rw-r--r--
_pmap
1.02
KB
-rw-r--r--
_qdbus
2.68
KB
-rw-r--r--
_schedtool
916
B
-rw-r--r--
_selinux_contexts
266
B
-rw-r--r--
_selinux_roles
184
B
-rw-r--r--
_selinux_types
184
B
-rw-r--r--
_selinux_users
274
B
-rw-r--r--
_setsid
387
B
-rw-r--r--
_slabtop
674
B
-rw-r--r--
_ss
4.97
KB
-rw-r--r--
_sshfs
2.48
KB
-rw-r--r--
_strace
6.75
KB
-rw-r--r--
_sysstat
7.22
KB
-rw-r--r--
_tload
370
B
-rw-r--r--
_tpb
975
B
-rw-r--r--
_tracepath
320
B
-rw-r--r--
_tune2fs
2.19
KB
-rw-r--r--
_uml
5.14
KB
-rw-r--r--
_valgrind
15.33
KB
-rw-r--r--
_vserver
2.93
KB
-rw-r--r--
_wakeup_capable_devices
439
B
-rw-r--r--
_wipefs
1.3
KB
-rw-r--r--
_wpa_cli
825
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _vserver
#compdef vserver _vserver () { # local variables local curcontext="$curcontext" state line expl ret=1 local cmd=$words[3] # dispatch case "$cmd" in apt-cache|apt-config|apt-get) compset -n 3 _dispatch $cmd:t $cmd $cmd:t -default- && ret=0 ;; exec) _arguments -C \ '1: :->vsnames' \ '2: :->cmds' \ '3:command name: _command_names -e' \ '*::arguments: _normal' && ret=0 ;; stop|restart|condrestart|enter|running|status) _arguments -C \ '1: :->vsnames' \ '2: :->cmds' \ '*::arguments: _message "no more arguments"' && ret=0 ;; *) _arguments -C \ '(-)--help[print help information]' \ '(- *)--version[print client version information]' \ '1: :->vsnames' \ '2: :->cmds' \ '*:: :->args' && ret=0 ;; esac # cache initialization if [[ -n "$state" ]]; then if (( ! $+_cache_vserver_cfgdir )); then typeset -g _cache_vserver_cfgdir_initialized _vserver_cache_cfgdir fi if (( ! $+_cache_vserver_vsnames )); then typeset -g _cache_vserver_vsnames_initialized _vserver_cache_vsnames fi if (( ! $+_cache_vserver_cmds )); then typeset -g _cache_vserver_cmds_initialized _vserver_cache_cmds fi fi case "$state" in vsnames) _wanted commands expl 'vserver name' _vserver_vsnames && ret=0 ;; cmds) _wanted commands expl 'vserver command' _vserver_commands && ret=0 ;; args) local args if $+args; then _arguments "$args[@]" && ret=0 else ret=0 fi ;; esac return ret } (( $+functions[_vserver_commands] )) || _vserver_commands() { compadd "$@" -k _cache_vserver_cmds || compadd "$@" ${(s.:.)_cache_vserver_cmds} } (( $+functions[_svk_list_patches] )) || _vserver_vsnames() { local expl _wanted vserver expl 'vserver name' compadd -S '' $_cache_vserver_vsnames[@] } (( $+functions[_vserver_cache_cfgdir] )) || _vserver_cache_cfgdir() { if [[ "$_cache_vserver_cfgdir_initialized" != true ]]; then typeset -ga _cache_vserver_cfgdir _cache_vserver_cfgdir=`vserver-info info SYSINFO | grep '^ *cfg-Directory' | awk '{print $2}'` _cache_vserver_cfgdir_initialized=true fi } (( $+functions[_vserver_cache_vsnames] )) || _vserver_cache_vsnames() { if [[ "$_cache_vserver_vsnames_initialized" != true ]]; then typeset -ga _cache_vserver_vsnames _cache_vserver_vsnames=( $_cache_vserver_cfgdir/*(/:t) ) _cache_vserver_vsnames_initialized=true fi } (( $+functions[_vserver_cache_cmds] )) || _vserver_cache_cmds() { if [[ "$_cache_vserver_cmds_initialized" != true ]]; then typeset -ga _cache_vserver_cmds _cache_vserver_cmds=( start stop restart condrestart suexec exec enter chkconfig running status build unify pkg apt-get apt-config apt-cache rpm pkgmgmt ) _cache_vserver_cmds_initialized=true fi } _vserver "$@"
Close