84%
07.10.2014
. The second number is percent CPU load from the system (0.3%sy), and the next is percentage of jobs that are "nice" [2] (0.0%ni). After that, Top lists percent overall CPU time idle (86.3%id; four real cores
84%
25.09.2023
terminal and execute the command:
docker build -f Dockerfile_UbuntuJammyJellyfish . -t ubuntujjf
Listing 1
Dockerfile_UbuntuJammyJellyfish
01 FROM ubuntu:22.04
02
03 ENV container docker
04
84%
11.04.2016
that bypasses the filesystem and accesses the underlying layer (e.g., device files such as /dev/sda or /dev/dm-0) directly.
In comparison, a filesystem benchmark addresses the filesystem but does not necessarily
83%
20.11.2013
-rw-r--r-- 1 root root 65893 Nov 10 10:25 cavp-03.pdf
0 drwxr-xr-x 1 root root 0 Nov 10 10:28 FEATURES
4173 -rw-r--r-- 1 root root 4272584 Nov 10 10:28 KonigesA-2.pdf
0 drwxr-xr-x 1 root root 0 Nov
83%
07.10.2014
as reliably as the rest of the PKI world.
4. Protocols
A public website must support the TLS 1.0, TLS 1.1, and TLS 1.2 protocols. SSL 2 is obsolete and insecure. SSL 3 is also deprecated and, although
83%
05.12.2014
2.
Listing 2
PatchStatsTop10.v.0.3.R
001 ## Server Owner Trend Analysis
002 ## -Missing Security Patches
003 ## Russ McRee, @holisticinfosec
004
005 library(XLConnect)
006 library
82%
04.08.2020
?
Listing 5
Top of a seccomp Profile
01 {
02 "defaultAction": "SCMP_ACT_ERRNO",
03 "architectures": [
04 "SCMP_ARCH_X86_64"
05 ],
06 "syscalls": [
07 {
08 "names": [
09 ... DockerSlim minifies your Docker container images up to 30x and adds security, too.
82%
07.06.2019
-docker-hub-digest
01 #!/bin/bash
02
03 # Retrieves image digest from public
04 # images in DockerHub
05 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
06
07 set -o errexit
08
09 main
81%
27.09.2021
could profile the I/O the application does create.
Listing 1
I/O Example Code
01 program ex1
02
03 type rec
04 integer :: x, y, z
05 real :: value
06 end type rec
07
80%
06.10.2019
in the background with command lines like that shown in Listing 1.
Listing 1
OpenSSL from Hell
openssl x509
-req
-CA ca.crt
-CAkey ca.key
-set_serial 0x$(openssl rand -hex 16)
-days 3650