67%
02.02.2021
be seen. At the other end of the reusability spectrum is MirageOS, the godfather of Nabla containers [18]: Here you build the application and kernel completely from scratch, and both are completely matched
67%
07.04.2022
": "Interface",
18 "OriginalName": "",
19 "Description": "This is the description for a parameter",
20 "ParameterType": "string",
21 "DefaultValue": ""
22
67%
20.05.2014
-contrib-clean": "*",
17 "grunt-contrib-uglify": "*",
18 "grunt-htmlrefs": "*"
19 }
20 }
Development dependencies include just the Grunt package [8], along with a few of its subprojects, about which I also
67%
11.10.2016
, or something of that ilk, then appears. Now you have to create the user and organization – they are essential for managing the configuration data:
sudo chef-server-ctl user-create admin tam hanna tamhan@tamoggemon.com
67%
03.04.2024
a prerequisite for the installation shown in Listing 1.
Listing 1
DefectDojo Installation
01 git clone https://github.com/DefectDojo/django-DefectDojo
02 cd django-DefectDojo
03 # building
04 ./dc
67%
18.07.2013
rq2 ra92
08 set rq3 cdrom
09
10 attach rq0 d0.dsk
11 attach rq1 d1.dsk
12 attach rq2 d2.dsk
13
14 attach -r rq3 cdrom.iso
15
16 set rl disable
17 set ts disable
18
19 set xq mac=08-00-2B-AA-BB-CC
20
67%
17.02.2015
, find the line that begins with email, and replace icinga@localhost
with your email address:
email @.com
By default, notifications in Icinga are not enabled. To do this, you can edit
67%
16.05.2013
a9a6615fb5c045693 |
root@alice:~# quantum port-list
+--------------------------------------+------+-------------------+
| 0c478fa6-c12c-... | | fa:16:3e:29:33:18
67%
03.02.2022
,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25,57
26,58
27,59
28,60
29,61
30,62
31,63
The lstopo tool
67%
04.08.2020
# Names of all persons:
11 gremlin> g.V().hasLabel('person').values('name')
12 ==>marko
13 ==>vadas
14 ==>josh
15 ==>peter
16
17 # Name of person with ID 1
18 gremlin> g.V(1).values('name')
19 ==>marko
20