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
99%
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
89%
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
82%
30.11.2025
\
02 --hostname=foo.bar.de --mac- address=00:40:26:CA:10:DD \
03 --kopts="stage=test app=www" --ksmeta="stage=test app=www"
04 # cobbler system edit --name=foo --interface=eth0 --mac=00:40:26:CA
81%
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
80%
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.
78%
30.11.2025
.network.type = veth
04 lxc.network.flags = up
05 lxc.network.link = br0
06 lxc.network.hwaddr = 08:00:12:34:56:78
07 #lxc.network.ipv4 = 0.0.0.0
08 lxc.network.ipv4 = 192.168.1.69
09 lxc.network.name = eth0
10 lxc
78%
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
78%
30.11.2025
"creating" $vmname
09
10 virsh suspend rhstorage
11 virt-clone -o rhstorage -n $vmname -f /var/lib/libvirt/images/$vmname.qcow
12 virsh resume rhstorage
13
14 oldmac="52:54:00:B4:DF:EB"
15 newmac
77%
30.11.2025
return 0;
45 free_cdev:
46 kobject_put( &driver_object->kobj );
47 free_device_number:
48 unregister_chrdev_region( hello_dev_number, 1 );
49 return -EIO;
50 }
51
52 static void __exit mod