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 /
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 : _alsa-utils
#compdef aplay arecord # Copyright (c) 2019 Sebastian Gniazdowski setopt localoptions warncreateglobal typesetsilent local -a opts opts=( '(- : *)'{-h,--help}'[print help message]' '(- : *)'--version'[print current version]' # -l/--list-devices doesn't benefit from -v/--verbose '(- : *)'{-l,--list-devices}'[list all soundcards and digital audio devices]' '(-L --list-pcms)'{-L,--list-pcms}'[list device names]' '(-D --device)'{-D+,--device=}'[select PCM by name]' '(-q --quiet)'{-q,--quiet}'[quiet mode]' '(-t --file-type)'{-t+,--file-type=}'[file type (voc, wav, raw or au)]' '(-c --channels)'{-c+,--channels=}'[channels]' '(-r --rate)'{-r+,--rate=}'[sample rate]' '(-f --format)'{-f+,--format=}'[sample format (case insensitive)]' '(-d --duration)'{-d+,--duration=}'[interrupt after # seconds]' '(-s --samples)'{-s+,--samples=}'[interrupt after # samples per channel]' '(-M --mmap)'{-M,--mmap}'[mmap stream]' '(-N --nonblock)'{-N,--nonblock}'[nonblocking mode]' '(-F --period-time)'{-F+,--period-time=}'[distance between interrupts is # microseconds]' '(-B --buffer-time)'{-B+,--buffer-time=}'[buffer duration is # microseconds]' --period-size='[distance between interrupts is # frames]' --buffer-size='[buffer duration is # frames]' '(-A --avail-min)'{-A+,--avail-min=}'[min available space for wakeup is # microseconds]' '(-R --start-delay)'{-R+,--start-delay=}'[delay for automatic PCM start is # microseconds]' '(-T --stop-delay)'{-T+,--stop-delay=}'[delay for automatic PCM stop is # microseconds from xrun]' '*'{-v,--verbose}'[show PCM structure and setup (accumulative)]' '(-V --vumeter)'{-V+,--vumeter=}'[enable VU meter (TYPE: mono or stereo)]' '(-I --separate-channels)'{-I,--separate-channels}'[file for each channel]' '(-i --interactive)'{-i,--interactive}'[allow interactive operation from stdin]' '(-m --chmap)'{-m+,--chmap=}'[give the channel map to override or follow]' --disable-resample'[disable automatic rate resample]' --disable-channels'[disable automatic channel conversions]' --disable-format'[disable automatic format conversions]' --disable-softvol'[disable software volume control (softvol)]' --test-position'[test ring buffer position]' --test-coef='[test coefficient for ring buffer position (default 8)]' --test-nowait'[do not wait for ring buffer - eats whole CPU]' --max-file-time='[start another output file when the old file has recorded]' --process-id-file='[write the process ID here]' --use-strftime'[apply the strftime facility to the output file name]' --dump-hw-params'[dump hw_params of the device]' --fatal-errors'[treat all errors as fatal]' '*:sound file:_files' ) _arguments -s -S $opts # The return value passes through
Close