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 /
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 : _aptitude
#compdef aptitude local curcontext="$curcontext" state line cmds ret=1 function _aptitude_release() { #{{{ local expl releases releases=( ${${(M)${(f)"$(</etc/apt/sources.list)"}\ :#[ $'\t']#deb(|-src)*}/(#b)[ $'\t']#[^ $'\t']##[ $'\t']##[^ $'\t']##[ $'\t']##([^ $'\t']##)*/$match[1]} ) _wanted list expl release compadd ${expl} - ${(u)releases} #}}} } # Helper function for -F / --display-format function _aptitude_format_strings() { _values -s , 'format string' \ '%%[Literal %]' \ '%#number[Parameter replacement]' \ '%a[Action flag]' \ '%A[Action]' \ '%B[Broken count]' \ '%c[Current state flag]' \ '%C[Current state]' \ '%d[Description]' \ '%H[Hostname]' \ '%i[Pin priority]' \ '%I[Installed size]' \ '%m[Maintainer]' \ '%M[Automatic flag]' \ '%n[Program version]' \ '%N[Program name]' \ '%o[Download size]' \ '%p[Package name]' \ '%P[Priority]' \ '%r[Reverse depends count]' \ '%R[Abbreviated priority]' \ '%s[Section]' \ '%S[Trust status]' \ '%t[Archive]' \ '%T[Tagged]' \ '%u[Disk usage change]' \ '%v[Current version]' \ '%V[Candidate version]' \ '%Z[Size change]' } _arguments -C \ '(- 1 *)'{-h,--help}'[display help information]' \ '(- 1 *)--version[display version information]' \ '(-s --simulate)'{-s,--simulate}'[print actions without performing them]' \ '(-d --download-only)'{-d,--download-only}"[just download packages - don\'t install]" \ '(-P --prompt)'{-P,--prompt}'[always display a prompt]' \ '(-y --assume-yes)'{-y,--assume-yes}'[assume yes answer to questions]' \ '(-F --display-format)'{-F,--display-format}'[specify output format for search command]:format:_aptitude_format_strings' \ '(-O --sort)'{-O,--sort}'[specify sort order]:sort order:()' \ '(-w --width)'{-w,--width}'[specify output width]:width' \ '-f[aggressively try to fix dependencies of broken packages]' \ '(-V --show-versions)'{-V,--show-versions}'[show which versions of packages will be installed]' \ '(-D --show-deps)'{-D,--show-deps}'[show brief explanations of automatic installations and removals]' \ '-Z[show disk space changes for each package]' \ '(-v --verbose)'{-v,--verbose}'[causes some commands to display extra information]' \ '(-R --without-recommends)'{-R,--with-recommends}'[install recommended packages when installing new packages]' \ '(--without-suggests)--with-suggests[install suggested packages when installing new packages]' \ '(-r --with-recommends)'{-r,--without-recommends}'[ignore recommended packages when installing new packages]' \ '(--with-suggests)--without-suggests[ignore suggested packages when installing new packages]' \ '(-t --target-release)'{-t,--target-release}'[set the release from which packages should be installed]:release:_aptitude_release' \ '(-q --quiet)'{-q=,--quiet=}'[less Output]:level' \ '--schedule-only[schedule operations to be performed in the future]' \ '--purge-unused[purge unused packages instead of removing]' \ '--visual-preview[start up the visual interface and display its preview screen]' \ '--full-resolver[attempts to resolve conflicts with a higher risk of breakage]' \ '--safe-resolver[attempts to resolve conflicts with a lower risk of breakage]' \ '-S[load the extended state information from non-standard state file]:state file:_files' \ '-u[begin updating the package lists as soon as the program starts]' \ '-i[displays a download preview when the program starts]' \ '1: :->cmds' \ '*: :->args' && ret=0 case $state in cmds) cmds=( ${${(M)${(f)"$(_call_program commands aptitude -h 2>/dev/null)"}:# [^- ][^ ]## *}/(#b) ([^ ]##) ##(- )#([^- ]*)/$match[1]:$match[3]:l}) _describe -t commands 'aptitude command' cmds && ret=0 ;; args) case $line[1] in search) _message -e patterns pattern ;; (download|show|changelog|why|why-not|build-dep|build-depends) _deb_packages avail && ret=0 ;; (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto) _deb_packages installed && ret=0 ;; install) _deb_packages uninstalled && ret=0 ;; *) (( ret )) && _message 'no more arguments' ;; esac ;; esac return ret
Close