16%
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
16%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action
16%
05.12.2016
group = disk
10 groups = yes
11 server = /usr/lib/amanda/amandad
12 server_args = -auth=bsdtcp amdump amindexd amidxtaped
13 }
Setting up Authorization
16%
13.02.2017
-host storage like Ceph like Ceph or the more cloud-friendly GlusterFS [12].
It's What's Inside that Counts
Security used to be much worse when it came to the internals of a container. Up until Docker v1.10
16%
16.05.2013
[9] is a USB flash drive with a free hardware layout that can generate one-time passwords. OpenKubus provides libraries for C, Perl, and PHP, as well as a server and a PAM module.
LinOTP [10
16%
08.07.2018
seconds set connect timeout (default is 10 sec)
-u seconds set command timeout (no default)
-f n use fanout of n nodes
-w host,host,... set target node list on command line
-x
16%
10.09.2012
tell logger which log to use:
[laytonjb@test1 ~]$ logger -p cron.notice "This is a cron test"
...
[root@test1 ~]# tail -n 2 /var/log/cron
Aug 22 17:10:01 test1 CROND[7438]: (root) CMD (LANG=C LC
16%
18.07.2013
the code, but you could easily build the code with several different block sizes and name the executable something different (e.g., dcp_1KB, dcp_10KB, dcp_1MB, dcp_10MB, dcp_1GB). Then, in a script, you
16%
05.08.2024
.
Google Cloud Spanner
GCP provides a ready-to-use Docker image for the local Cloud Spanner service. The gcloud CLI commands in Listing 10 execute a quick test against a locally running spanner service
16%
03.08.2023
,
author STRING NOT NULL,
publication_date DATE,
price DECIMAL(10, 2)
);
Listing 2
Inserting Sample Books
INSERT INTO books (title, author, publication_date, price) VALUES
('The