9%
22.12.2017
on the storage node; you just need SSH active on your system. Almost all firewalls allow port 22 access, so you don't have to configure anything extra (e.g., NFS or CIFS); you just need one open port
9%
05.12.2016
, in which you create one or more rules of this type for each logfile with relevant information.
Listing 2
Log Entry Examples
# Feb 22 08:00:00 hostname sshd[1234]: Failed keyboard
9%
05.12.2014
(plyr)
06 library(ggplot2)
07
08 setwd("~/R/RFI")
09 rfi <- read.csv("rfi-extract-July2011.log",header=TRUE, sep=",")
10
11 ## read in data to frame
12 data <- data.table(rfi)
13 ct <- count
9%
02.08.2021
Non medium [nm]
0x08 Format status [fs]
0x0d Temperature [temp]
0x0e Start-stop cycle counter [sscc]
0x0f Application client [ac]
0x10 Self test
9%
04.11.2011
, as you can see in line 26 of Listing 1.
Listing 1: CPU Solution
01 typedef struct {
02 uint width;
03 uint height;
04 uchar *data;
05 } grayImage;
06
07 typedef struct {
08 uint
9%
12.05.2020
signatures
2020/05/02 07:47:53 info unpack layer: sha256:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c
2020/05/02 07:47:54 info unpack layer: sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06
9%
05.02.2023
06 labels:
07 app: mariadb
08 spec:
09 type: NodePort
10 ports:
11 - port: 3306
12 protocol: TCP
13 selector:
14 app: mariadb
15 ---
16 apiVersion: v1
17 kind: Config
9%
05.12.2019
_pipeline.yml
01 - pipeline:
02 name: verification
03 manager: independent
04 description: |
05 This pipeline is only to learn how Zuul works
06 trigger:
07 gerrit:
08 - event: patchset
9%
16.05.2013
is to add the following four lines to the /etc/cinder/cinder.conf file:
volume_driver=cinder.volume.driver.RBDDriver
rbd_pool=images
rbd_secret_uuid=2a5b08e4-3dca-4ff9-9a1d-40389758d081
rbd
9%
16.05.2013
,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get