29%
30.11.2025
, but you will be spending time deciphering instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A ... 9
29%
27.05.2025
for software [7], but for data, media, and documentation. The Open Knowledge Foundation [8] formulated the Open Data Commons licenses [9] for data and databases. Table 1 compares the non-software license
29%
02.06.2026
this information would be available in the command-line interface (CLI) [9], as well, you would be forced to piece it painstakingly together by running various commands.
Individual Ceph commands can only show you
29%
20.10.2013
Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A ... ://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model: Samsung SSD 840 Series
Serial Number: S19HNSAD620517N
LU WWN Device Id: 5 002538 5a005092e
Firmware Version: DXT08B0Q
User Capacity: 120,034,123,776 bytes ...
Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A ... S.M.A.R.T., Smartmontools, and Drive Monitoring
29%
04.08.2020
21 # The name and age of the persons who know the person with ID 1:
22 gremlin> g.V(1).outE('knows').inV().valueMap('name', 'age')
23 ==>[name:[vadas],age:[27]]
24 ==>[name:[josh],age:[32]]
25
26
29%
18.07.2013
to NFS-export the storage to the data mover. Then, just copy the data between mountpoints. For example:
$ cp -a --preserve=all -r /old_storage/data /new_storage/data
Be warned that if you use NFS, you
29%
12.09.2013
should do a bit of testing to make sure it is working:
primary:~$dig +norecurs @127.0.0.1 ns1.example.com A
dig +norecurs @127.0.0.1 ns1.example.com A
; <<>> DiG 9.9.2-P1 <<>> +norecurs @127.0.0.1 ns1
29%
14.03.2013
, this example uses 192.168.144.0/25. Because in Quantum, public IP addresses are not directly assigned to the individual VMs (instead, they use the network node and its iptables DNAT rules for access to it
29%
30.01.2020
of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start