70%
20.03.2014
=yesterday --until '2013-11-05 11:00'
No idea what systemd-units exist on the system? No problem: The systemctl list-unit-files command displays them. If you are only interested in services, you can restrict
70%
25.10.2011
:31:40: [6694] DEBUG: (lifebyte = 0:0)
04 2011-01-28 17:31:40: [6694] DEBUG: enctype = 7:7
05 2011-01-28 17:31:40: [6694] DEBUG: (encklen = 128:128)
06 2011-01-28 17:31:40: [6694] DEBUG: hashtype = SHA:SHA
07
70%
19.06.2023
a = 100.0*np.random.random((N,N))
a.astype(np.float64)
print("a[5,5] = ",a[5,5]," type = ",a[5,5].dtype)
np.save('double', a)
b = np.copy(a)
b = b.astype(np.float32)
print("b[5,5] = ",b[5,5]," type = ",b[5
70%
07.03.2019
relative to the data values. For example, if the difference between two numbers is 100.0, but you are working with values of 10^8, then the difference (0.001%) might not be important. It’s really up
70%
09.01.2013
back in the days of dedicated servers. You can use the extra time for cloning image configurations, copying directories, and mounting storage resources. However, things get tricky when hardware issues
70%
04.08.2020
of the virtual network in your network router's configuration. For this tutorial, I'll use 192.168.0.11 as the IP address of the Pandora FMS server.
Once you've earmarked the IP address for the server, you can
70%
08.10.2015
that can be run at the same time and doing so. Some of these code portions might have to handle I/O, which is where things can get complicated.
What it comes down to is coordinating the I/O from various
69%
10.12.2013
"Accept: application/json" \
-H "Authorization: $EVRYTHNG_API_KEY" \
-X GET 'https://api.evrythng.com/thngs'
...
[{
"id":"51b0650de4b0f91b11226ac3",
"createdAt":1370514701040,
"updated
69%
03.08.2023
and add a route with the target 0.0. 0.0/0, whose next hop is the default Internet gateway.
Protecting Serverless Workloads
In addition to VMs, serverless workloads (Cloud Functions, Cloud Run, or App
69%
07.01.2014
will get a version of the file as it existed when it was copied; that is, you will not have a backup of the final data because it was in the process of being written when the backup occurred. Also, any file