16%
01.02.2013
at the output of uptime
[1] on OS X:
13:03 up 2 days, 12:01, 2 users, load averages: 0.52 0.59 0.63
The uptime
command displays the load average in its common form, averaging the last one, five, and 15
16%
04.12.2024
, onboard audio, serial ports, CD-ROM, or USB).
Switching off the "C1E Halt State."
Disabling "Enhanced C-States."
Configuring power management for high performance, which prevents power saving
16%
10.04.2015
://cumulusnetworks.com/product/architecture/)
The switch we used in our lab, a 4600-54T by Edgecore, has 52 ports and a management interface.
You can view these ports using the ifconfig -a command; not as eth, but as swp. The switchd daemon shown
16%
03.12.2015
with a dump of the MySQL database from openQRM to a safe place. You can do this as root with the following commands:
cp -aR /usr/share/openqrm /usr/share/openqrm-5.2.before-update
mysqldump openqrm -p > /usr
16%
28.11.2022
to achieve a particular CMMC level as a condition of contract award.
Building on the National Institute of Standards and Technology special publication (NIST SP) 800-171 (DoD Assessment Methodology) [3
16%
11.08.2025
it is a little bigger, at 31899301.
Listing 3: Files in the Compressed Archive
laytonjb@laytonjb:~/DATA_STORE$ ls -lstar
total 62316
31152 -rw-rw-r-- 1 laytonjb laytonjb 31897275 Aug 2 09:52 data1_08022025.tar
16%
24.10.2011
://kb.askmonty.org/v/mariadb]
[4]
Outside contributions in MySQL 5.5: [http://www.lenzg.net/archives/325-A-quick-summary-of-patch-contributions-included-in-MySQL-5.5.html]
[5]
Outside contributions in MariaDB 5.2: [http
16%
23.07.2012
for brevity]
8 10.59 so-4-2-0.mpr3.pao1.us.above.net (64.125.28.142)
9 11.00 metro0.sv.svcolo.com (208.185.168.173)
10 9.93 scanme.nmap.org (64.13.134.52)
Nmap
16%
09.08.2015
).
Figure 3: Cockpit 0.52 brings together all relevant information and functions on this overview page via the selected system, …
Cockpit keeps a breadcrumb bar in the black bar at the top of the page
16%
20.03.2014
, but only two are provided with a call. The missing parameter is set to nil. An idiom for emulating default values for parameters that do not exist looks like:
function f(a, b, c)
local a = a or 0