100%
30.11.2025
$ john -wordlist:password.lst passfile.txt
02 Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64])
03 admin (root)
04 t-bone (khess)
05 guesses: 2 time: 0:00:00:00 100% c/s
97%
30.11.2025
-host-alive' command definition
09 define command{
10 command_name check-host-alive
11 command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p
12 5
13
96%
30.11.2025
Commands = -f /var/log/collectl -r00:00,7 -m -F60 -s+YZCD --iosize
These options allow me to monitor CPU, disk, and network in brief mode and slab, processes, and disk in detailed mode. I also added the ability
93%
30.11.2025
is as follows:
tc filter add dev $DEV protocol ip parent 1:0 prio 100 u32 match ip $DIR 12.34.56.78 flowid 1:12
You'll be glad to know the filter's config is much simpler than the classes or the qdisc
87%
30.11.2025
255 sec 63>
05 /pci@0,0/pci15ad,1976@10/sd@0,0
06 1. c8t1d0 S-1.0-10.00GB>
07 /pci@0,0/pci15ad,1976@10/sd@1,0
08 #
09 # zpool create mypool c8t1d0
10 # zpool status -v
11 pool ... 0
87%
30.11.2025
total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary.keys.sort.each do |s|
14 printf "%20s %d\n", s, summary[s]
15 end
16 puts ... addresses this issue by offering a standardized API for infrastructure as a service (IaaS) clouds.
84%
30.11.2025
GKF8S
16
DDR3, Registered, ECC, 4 rank
8.710
0.54
AL24M72E4BKH9S
8
DDR3, Registered, ECC, 2 rank
6.132
0.77
AL12M72B8BKH9S
82%
30.11.2025
of read requests issued to the device per second.
w/s
: Number of write requests issued to the device per second.
rMB/s
: Number of megabytes read from the device per second.
wMB/s
: Number
78%
30.11.2025
/0K /s] [4137 /0 iops] [eta 00m:06s]
In the example, the first job is performing a sequential read, marked as r in square brackets, while Fio hasn't initialized the second job, marked as P
77%
30.11.2025
. The following command tells the system the hex address of the code segment and the two data segments:
add-symbol-file path/hello.ko 0xd8817000 -s .data 0xd88170e0 -s .bss 0xd8817294
Now you can set a breakpoint