19%
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
19%
04.12.2024
have 26 cores or 52 hyperthreads per NUMA node for the VM. Figure 2 shows a four-socket server with 28 cores per socket and 6TB of RAM.
Figure 2: A four
19%
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
19%
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
19%
28.11.2022
domains and mapped across the five maturity levels.
Practices applied at maturity levels 1 and 2 have been referenced from Federal Acquisition Regulation (FAR) 52.204-21 [4] for the basic safeguarding
19%
11.08.2025
will use that in a bit.
Listing 1: Check Directory Content
$ ls -lstar
total 62310
31150 drwxrwxr-x 0 laytonjb laytonjb 31897275 Dec 31 1969 DATA1
31152 -rw-rw-r-- 1 laytonjb laytonjb 31897275 Aug 2 09:52
19%
07.06.2019
running container uses the nginx image with the id bf85f2b6bf52.
Listing 2
Inspecting Image Manifests
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
nginx
19%
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
19%
23.07.2012
for Nmap (using man
nmap
) to retrieve a sample of the output it produces.
# nmap -A -T4 scanme.nmap.org
Starting Nmap ( http://nmap.org )
Interesting ports on scanme.nmap.org (64.13.134.52
19%
29.09.2020
Building a Docker Container
$ docker build -t dockly .
Sending build context to Docker daemon 16.52MB
Step 1/9 : FROM node:8-alpine
Get https://registry-1.docker.io/v2/library/node/manifests/8-alpine