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 : _reprepro
#compdef reprepro local curcontext="$curcontext" state line expl distfile ret=1 typeset -A opt_args local -a codenames _arguments -C \ '(-h --help)'{-h,--help}'[display help]' \ '*'{-v,-V,--verbose}'[be more verbose]' \ '--silent[be less verbose]' \ '(-b --basedir)'{-b,--basedir}':basedir:_files -/' \ '--confdir:config dir:_files -/' \ '--distdir:dist dir:_files -/' \ '--logdir:log dir:_files -/' \ '--overridedir:override dir:_files -/' \ '--dbdir:db dir:_files -/' \ '--listdir:list dir:_files -/' \ '--methoddir:method dir:_files -/' \ '(-C --component)'{-C,--component}':component:(component1 component2)' \ '(-A --architecture)'{-A,--architecture}':architecture:_sequence -s "|" _deb_architectures -' \ '(-T --type)'{-T,--type}':file type:(dsc deb udeb)' \ '(-S --section)'{-S,--section}':section:(section1 section2)' \ '(-P --priority)'{-P,--priority}':priority:(high low)' \ '--export=:whether and how:(never changed normal force)' \ '--ignore=:error type:(what otherwhat)' \ '--nolistsdownload[do not download Release or index files]' \ '--keepunreferencedfiles[do not delete files that are no longer used]' \ '--keepunneededlists' \ '--keepdirectories' \ '--ask-passphrase' \ '--noskipold' \ '--waitforlock:count:' \ '--spacecheck:behavior:(full none)' \ '--dbsafetymargin:bytes count:' \ '--safetymargin:bytes count:' \ '--noguessgpgtty' \ ':reprepro command:(export createsymlinks list listfilter remove update iteratedupdate checkupdate predelete pull checkpull includedeb includeudeb includedsc include processincoming check checkpool rereference dumpreferences dumpunreferenced deleteunreferenced reoverride dumptracks retrack removealltracks removetrack tidytracks copy clearvanished gensnapshot rerunnotifiers)' \ '*::subcmd:->subcmd' && ret=0 case "$state" in subcmd) case "$words[1]" in (export|update|iteratedupdate|checkupdate|predelete|pull|checkpull|check) if [[ -n "$opt_args[--confdir]" ]]; then distfile=${opt_args[--confdir]}/distributions elif [[ -n "$opt_args[-b]" ]]; then distfile=${opt_args[-b]}/conf/distributions elif [[ -n "$opt_args[--basedir]" ]]; then distfile=${opt_args[--basedir]}/conf/distributions elif [[ -n "$REPREPRO_BASE_DIR" ]]; then distfile=${REPREPRO_BASE_DIR}/conf/distributions else distfile=$PWD/conf/distributions fi codenames=($(awk '/^[Cc][Oo][Dd][Ee][Nn][Aa][Mm][Ee]: / {$1="";print}' "$distfile")) _wanted -V 'codenames' expl 'codename' compadd -a codenames && ret=0 ;; (*) _files && ret=0 ;; esac ;; esac return ret
Close