11%
30.11.2025
45
46
47
48
49
50
51
52
11%
30.11.2025
saved in /home/khess/.ssh/id_rsa.pub.
09 the key fingerprint is:
10 6d:2c:04:dd:bf:b2:de:e1:fc:52:e9:7f:59:10:98:bb khess@windows
11 The key's randomart image is:
12 +--[ RSA 2048]----+
13 | .. . o
11%
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
11%
30.11.2025
the hostname ibm-R52
using the link-local multicast name resolution (LLMNR) protocol. If DNS resolution does not return an IP address, LLMNR is used by newer Microsoft operating systems as a supplement. Because
11%
31.10.2025
is now possible. To do this, you need to modify the /etc/fstab file to point to the desired snapshot, rather than to subvol=@ (here, this is @apt-snapshot-2012-07-23_08:52:34). One grub-update and one
11%
30.11.2025
_is_true "$OCF_RESKEY_realtime"; then
47 asterisk_extra_params="-F -p"
48 else
49 asterisk_extra_params="-F"
50 fi
51
52 ocf_run ${OCF_RESKEY_binary} -G $OCF_RESKEY_group \
53
11%
26.02.2014
device (lo).
Listing 3: Parsed Bash Statistics
[laytonjb@home4 2]$ ./network_test2.py
Interface: eth0
total bytes: sent: 16.90 G recv: 114.04 M
11%
23.02.2012
/bin/gfortran
setenv F77 $topdir/bin/gfortran
setenv F90 $topdir/bin/gfortran
prepend-path PATH $topdir/include
prepend-path PATH $topdir/bin
prepend
11%
27.08.2014
.5 GB 2.8% (79.4% cumulative)
35.8 GB 2.6% (82.0% cumulative)
38.0 GB 2.4% (84.4% cumulative)
40.3 GB 2.2% (86.6% cumulative)
42.5 GB 2.0% (88.6% cumulative)
44.7 GB 1.8% (90.4% cumulative)
47.0 GB 1
11%
21.04.2016
MPI_COMM_SIZE(MPI_COMM_WORLD, size, ierror)
call MPI_COMM_RANK(MPI_COMM_WORLD, rank, ierror)
print*, 'node', rank, ': Hello world'
call MPI_FINALIZE(ierror)
end
The code was compiled with mpif90
to create the binary. Running the binary