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 /
BSD /
[ HOME SHELL ]
Name
Size
Permission
Action
_bsd_disks
470
B
-rw-r--r--
_bsd_pkg
8.65
KB
-rw-r--r--
_bsdconfig
2.33
KB
-rw-r--r--
_bsdinstall
1.89
KB
-rw-r--r--
_chflags
574
B
-rw-r--r--
_csup
1.1
KB
-rw-r--r--
_cu
2.51
KB
-rw-r--r--
_cvsup
937
B
-rw-r--r--
_fbsd_architectures
142
B
-rw-r--r--
_fbsd_device_types
934
B
-rw-r--r--
_fetch
3.16
KB
-rw-r--r--
_file_flags
1.5
KB
-rw-r--r--
_freebsd-update
1.12
KB
-rw-r--r--
_fstat
530
B
-rw-r--r--
_fw_update
294
B
-rw-r--r--
_gstat
490
B
-rw-r--r--
_jail
2.41
KB
-rw-r--r--
_jails
747
B
-rw-r--r--
_jexec
544
B
-rw-r--r--
_jls
705
B
-rw-r--r--
_jot
2.47
KB
-rw-r--r--
_kld
1
KB
-rw-r--r--
_ldap
2.19
KB
-rw-r--r--
_mixerctl
577
B
-rw-r--r--
_nbsd_architectures
502
B
-rw-r--r--
_obsd_architectures
178
B
-rw-r--r--
_pfctl
4.78
KB
-rw-r--r--
_pkgin
2.59
KB
-rw-r--r--
_portaudit
563
B
-rw-r--r--
_portlint
748
B
-rw-r--r--
_portmaster
3.89
KB
-rw-r--r--
_portsnap
1.03
KB
-rw-r--r--
_powerd
743
B
-rw-r--r--
_procstat
1.03
KB
-rw-r--r--
_rcctl
1.02
KB
-rw-r--r--
_signify
1.37
KB
-rw-r--r--
_sockstat
1.33
KB
-rw-r--r--
_sysrc
2.9
KB
-rw-r--r--
_systat
2.85
KB
-rw-r--r--
_vmctl
2.87
KB
-rw-r--r--
_watch-snoop
396
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _systat
#compdef systat local -a screens opts local pre case $OSTYPE in freebsd*) pre=- screens=( 'pigs:processes consuming the most CPU time' 'sctp:SCTP statistics' icmp{6,}':ICMP statistics' ip{6,}':IP and UDP statistics' 'tcp:TCP statistics' 'iostat:processor and disk statistics' 'swap:swap space statistics' 'vmstat:virtual memory statistics' 'netstat:network connection statistics' 'ifstat:network traffic statistics' 'zarc:display arc cache usage' ) ;; openbsd*) screens=( 'buckets:kernel malloc(9) bucket statistics' 'cpu:per CPU, usage statistics' 'ifstat:interface statistics' 'iostat:disk throughput statistics' 'malloc:malloc(9) type statistics' 'mbufs:mbuf usage statistics' 'netstat:network connection statistics' 'nfsclient:NFS client statistics' 'nfsserver:NFS server statistics' 'pf:pf(4) filter statistics' 'pigs:processes consuming the most CPU time' 'pool:pool(9) statistics' 'queues:pf(4) queue statistics' 'rules:pf(4) rule statistics' 'sensors:display hardware sensors values' 'states:pf(4) states statistics' 'swap:swap space usage' 'vmstat:virtual memory statistics' ) opts=( '-a[display all lines]' '-B[raw, non-interactive mode (two screen updates)]' '-b[raw, non-interactive mode (one screen update)]' '-d[exit after `count'\'' updates]:count' '-i[interactive mode]' '-N[resolve network addresses to names]' '-n[do not resolve network addresses to names]' '-s[screen refresh interval]:refresh interval (seconds)' '-w[maximum width of output in raw mode]:width' ) ;; netbsd*) screens=( 'all:cycle through all displays' 'bufcache:filesystem buffer statistics' 'df:disk usage statistics' 'inet.icmp:ICMP statistics' 'inet.ip:IPv4 and UDP statistics' 'inet.tcp:TCP statistics' 'inet.tcpsyn:TCP ``syncache'\'\'' statistics' 'inet6.ip6:IPv6 statistics' 'iostat:disk throughput statistics' 'mbufs:mbuf usage statistics' 'netstat:network connection statistics' 'pigs:processes consuming the most CPU time' 'ps:``ps -aux'\'\'' in a loop' 'swap:swap space usage' 'syscall:per system call statistics' 'vmstat:virtual memory statistics' ) opts=( '-M[alternative source to extract values from]:core:_files' '-N[alternative source to extract the name list from]:system:_files' '-n[do not resolve IP addresses]' '-w[refresh interval]:refresh interval' '-t[the amount of refreshes for each screen in '\''all'\'' display mode]:turns' ) esac if (( $#screens )); then _arguments -M 'r:|.=* r:|=*' : $opts \ '1:systat(1) displays:(( ${pre}$^screens ))' \ '2:refresh interval' return fi _default
Close