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.20
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 /
Debian /
[ HOME SHELL ]
Name
Size
Permission
Action
_a2utils
490
B
-rw-r--r--
_apt
25.28
KB
-rw-r--r--
_apt-file
1.91
KB
-rw-r--r--
_apt-move
1.82
KB
-rw-r--r--
_apt-show-versions
750
B
-rw-r--r--
_aptitude
4.2
KB
-rw-r--r--
_auto-apt
1.06
KB
-rw-r--r--
_axi-cache
872
B
-rw-r--r--
_bts
9.38
KB
-rw-r--r--
_bug
4.76
KB
-rw-r--r--
_cdbs-edit-patch
56
B
-rw-r--r--
_dak
8.24
KB
-rw-r--r--
_dchroot
1.1
KB
-rw-r--r--
_dchroot-dsa
1.02
KB
-rw-r--r--
_dcut
4.93
KB
-rw-r--r--
_deb_architectures
316
B
-rw-r--r--
_deb_codenames
347
B
-rw-r--r--
_deb_files
509
B
-rw-r--r--
_deb_packages
4.31
KB
-rw-r--r--
_debbugs_bugnumber
388
B
-rw-r--r--
_debchange
4.92
KB
-rw-r--r--
_debcheckout
1.17
KB
-rw-r--r--
_debdiff
856
B
-rw-r--r--
_debfoster
3.37
KB
-rw-r--r--
_deborphan
2.29
KB
-rw-r--r--
_debsign
623
B
-rw-r--r--
_debsnap
2.6
KB
-rw-r--r--
_debuild
1.13
KB
-rw-r--r--
_dlocate
893
B
-rw-r--r--
_dpatch-edit-patch
1.25
KB
-rw-r--r--
_dpkg
7.64
KB
-rw-r--r--
_dpkg-buildpackage
1.11
KB
-rw-r--r--
_dpkg-cross
1.12
KB
-rw-r--r--
_dpkg-repack
321
B
-rw-r--r--
_dpkg_source
1.29
KB
-rw-r--r--
_dput
2.1
KB
-rw-r--r--
_dscverify
869
B
-rw-r--r--
_dupload
780
B
-rw-r--r--
_git-buildpackage
2.57
KB
-rw-r--r--
_grep-excuses
315
B
-rw-r--r--
_invoke-rc.d
555
B
-rw-r--r--
_lighttpd
414
B
-rw-r--r--
_lintian
4.59
KB
-rw-r--r--
_madison
644
B
-rw-r--r--
_make-kpkg
2.59
KB
-rw-r--r--
_members
390
B
-rw-r--r--
_mergechanges
106
B
-rw-r--r--
_module-assistant
2.05
KB
-rw-r--r--
_pbuilder
1.07
KB
-rw-r--r--
_piuparts
965
B
-rw-r--r--
_reprepro
2.58
KB
-rw-r--r--
_sbuild
8.57
KB
-rw-r--r--
_schroot
1.56
KB
-rw-r--r--
_svn-buildpackage
2.52
KB
-rw-r--r--
_toolchain-source
328
B
-rw-r--r--
_update-alternatives
1.73
KB
-rw-r--r--
_update-rc.d
637
B
-rw-r--r--
_uscan
1.01
KB
-rw-r--r--
_vim-addons
1.87
KB
-rw-r--r--
_wajig
2.51
KB
-rw-r--r--
_wanna-build
2.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _axi-cache
#compdef axi-cache local expl _arguments \ '--version[version]' \ '(-h --help)'{-h,--help}'[help]' \ '(-s --sort)'{-s,--sort=}':sort value:('${(j: :)${${(M)${(f)"$(</var/lib/apt-xapian-index/values)"}:#[a-z]*}%% *}}')' \ '--tags[show tags, not packages]' \ '*:args:->args' && return 0 if (( CURRENT == 2 )); then _wanted tag expl 'axi-cache commands' \ compadd help search more last show again info \ rdetails depends madison policy showpkg showsrc else case "$words[2]" in (search|show|again|rdetails|depends|madison|policy|showpkg|showsrc) _wanted tag expl 'terms/query' \ compadd -- $($service $words[2] --tabcomplete=plain -- $words[CURRENT]) ;; (more|last) _wanted tag expl 'count' \ compadd -- 1 2 3 4 5 6 7 8 9 0 ;; (help|info) # no args ;; (*) _files ;; esac fi
Close