18%
14.03.2013
: users
[6 columns]
+------------+-------------+
| Column | Type |
+------------+-------------+
| avatar | varchar(70) |
| first_name | varchar(15) |
| last_name | varchar(15) |
| password
18%
17.06.2011
of responsiveness from the DBMS.
Listing 2
mk-loadavg
mk-loadavg -uroot -ppassword --watch "Status:innodb:Innodb_buffer_pool_pending_reads:>:15" --daemonize --pid /var
18%
28.01.2014
edition, which was published early last year. The first edition, available online refers to Lua 5.0. The language has now moved to version 5.2, but the online book is still up to date to a large extent
18%
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
18%
14.11.2013
kernel ordinal number (%n).
Listing 3
70-persistent-net.rules
Rules for KVM:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:00:*", KERNEL=="eth*", NAME="eth%n"
Rules
18%
27.09.2024
and theft in non-production environments, while 53 percent reported data corruption and alteration, and 52 percent cited audit issues and failures.
Read more at Delphix (https://www
18%
14.03.2013
52).
Figure 2: QXL driver problems on Windows 7.
Conclusions
The graphics system plays a subordinate role in server use scenarios; in fact
18%
15.01.2014
on a 15-minute load average for a node. Wouldn’t it be better to get an update on that metric every few minutes or even every 15 minutes?
I think Don’s point is well taken. In addition to defining
18%
12.11.2012
#
# This Expect script was generated by Autoexpect on Thu Oct 11 15:53:18 2012
# Expect and Autoexpect were both written by Don Libes, NIST.
#
# Note that Autoexpect does not guarantee a working script
18%
16.01.2013
(nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank