17%
28.11.2022
in 2022 so far.” And, many technology professionals are still looking to change jobs.
More than half of respondents (52%) to Dice’s 2022 Tech Sentiment Report said they were likely to switch jobs
17%
21.08.2024
-production environments, while 53% reported data corruption and alteration, and 52% cited audit issues and failures.
Read more at Delphix.
17%
30.11.2025
# If the line already exists ....
13 if [ $back -eq 0 ];
14 then
15 echo "############### Line already exists! #############"
16 grep $keyfield $newdat
17 echo
17%
31.10.2025
and subsequently renaming a subvolume can be done on the fly (Figure 16):
mount -o subvolid=0 /dev/dm-0 /mnt && cd /mnt
btrfs sub delete @
mv @apt-snapshot-2012-07-23_08\:52\:34/ @
cd && umount /mnt
17%
04.08.2020
='GET /'
docker-slim[build]: info=http.probe.call status=200 method=GET target=http://172.17.0.3:80/ attempt=1 time=2020-11-11T12:52:01Z
docker-slim[build]: info=http.probe.summary total=1 failures=0 successful=1
17%
21.08.2012
Listing 2: Installing libganglia into the Master node
[root@test1 RPMS]# yum install libganglia-3.4.0-1.el6.i686.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror
17%
02.08.2021
, if you invoke the rapiddisk utility to list all RAM drive targets, none should be listed:
$ sudo rapiddisk -l
rapiddisk 7.2.0
Copyright 2011 - 2021 Petros Koutoupis
**
Unable to locate any Rapid
17%
06.08.2012
, as well as with network monitoring because these safeguards currently focus on IPv4.
Figure 5 shows Wireshark resolving the hostname ibm-R52
using the link-local multicast name resolution (LLMNR) protocol
17%
06.10.2019
pingtest.pl
01 #!/usr/bin/perl
02 use Cassandra::Client;
03
04 my $client=Cassandra::Client->new(
05 contact_points=>['172.21.0.2', '172.21.0.4', '172.21.0.5'],
06 username => 'admin',
07
17%
09.10.2017
to adjust a few application parameters in the Fortran program for a longer run time:
nx = 8000
ny = 8000
it_max = 10000
tolerance = 0.00004D+00
The code was compiled using GCC 7.1 and run