Linux 162-55-97-189.cprapid.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 162.55.97.189 & Your IP : 216.73.216.182
Domains :
Cant Read [ /etc/named.conf ]
User : kavci
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
zsh /
site-functions /
Delete
Unzip
Name
Size
Permission
Date
Action
_bootctl
2.84
KB
-rw-r--r--
2022-10-31 18:59
_busctl
9.36
KB
-rw-r--r--
2022-10-31 18:59
_bwrap
6.18
KB
-rw-r--r--
2024-08-12 18:00
_coredumpctl
1.89
KB
-rw-r--r--
2022-10-31 18:59
_curl
14.58
KB
-rw-r--r--
2026-01-28 08:27
_flatpak
643
B
-rw-r--r--
2024-04-17 17:19
_hostnamectl
2.73
KB
-rw-r--r--
2022-10-31 18:59
_imunify360_agent
14.77
KB
-rw-r--r--
2026-06-22 22:34
_journalctl
7.03
KB
-rw-r--r--
2022-10-31 18:59
_kernel-install
779
B
-rw-r--r--
2022-10-31 18:59
_localectl
3.68
KB
-rw-r--r--
2022-10-31 18:59
_loginctl
6.25
KB
-rw-r--r--
2022-10-31 18:59
_sd_hosts_or_user_at_host
128
B
-rw-r--r--
2022-10-31 18:59
_sd_machines
505
B
-rw-r--r--
2022-10-31 18:59
_sd_outputmodes
318
B
-rw-r--r--
2022-10-31 18:59
_sd_unit_files
263
B
-rw-r--r--
2022-10-31 18:59
_systemctl
19.5
KB
-rw-r--r--
2026-04-07 19:12
_systemd
3.76
KB
-rw-r--r--
2022-10-31 18:59
_systemd-analyze
5.5
KB
-rw-r--r--
2026-04-07 19:09
_systemd-delta
633
B
-rw-r--r--
2022-10-31 18:59
_systemd-inhibit
1.15
KB
-rw-r--r--
2022-10-31 18:59
_systemd-path
330
B
-rw-r--r--
2022-10-31 18:59
_systemd-run
4.25
KB
-rw-r--r--
2022-10-31 18:59
_systemd-tmpfiles
744
B
-rw-r--r--
2022-10-31 18:59
_timedatectl
2
KB
-rw-r--r--
2022-10-31 18:59
_udevadm
8.06
KB
-rw-r--r--
2022-10-31 18:59
_wpctl
1.57
KB
-rw-r--r--
2025-10-10 14:43
Save
Rename
#compdef wpctl (( $+functions[_wpctl_pw_nodes] )) || _wpctl_pw_nodes() { local -a pw_objects if (( $+commands[pw-dump] )) && (( $+commands[jq] )); then local -a pw_objects=(${(@f)"$(2>/dev/null { command pw-dump | command jq -r '.[] | select( .type == "PipeWire:Interface:Node" ) | {id, type, name: ( .info.name // (.info.props | ( ."application.name" // ."node.name") ) // .type) } | "\(.id):\(.name | gsub(":"; "\\:"))"' })"}) fi _wpctl_describe_nodes() {_describe "node id" pw_objects "$@"} _alternative \ 'pw-defaults:defaults:(@DEFAULT_SINK@ @DEFAULT_SOURCE@)' \ 'pw-node-id:node id:_wpctl_describe_nodes' } local -a node_id=(/$'[^\0]#\0'/ ':pw-node-id:node id:_wpctl_pw_nodes') local -a volume=(/$'[0-9]##(%|)([+-]|)\0'/ ':volume:volume:( )') local -a toggle=(/$'[^\0]#\0'/ ':(0 1 toggle)') local -a set_volume=( "$node_id[@]" "$volume[@]" ) local -a set_mute=( "$node_id[@]" "$toggle[@]" ) _regex_words options 'wpctl options' \ {-h,--help}':show help message and exit' local -a options=( "$reply[@]" ) _regex_words wpctl-commands 'wpctl commands' \ 'status:show wireplumber status' \ 'get-volume:get object volume:$node_id' \ 'set-default:set a default sink:$node_id' \ 'set-volume:set object volume:$set_volume' \ 'set-mute:set object mute:$set_mute' \ 'set-profile:set object profile:$node_id' \ 'clear-default:unset default sink:$node_id' local -a wpctlcmd=( /$'[^\0]#\0'/ "$options[@]" "#" "$reply[@]") _regex_arguments _wpctl "$wpctlcmd[@]" _wpctl "$@"