37%
20.05.2014
)]: Done 1 out of 181 | elapsed: 0.0s remaining: 4.5s
[Parallel(n_jobs=2)]: Done 198 out of 1000 | elapsed: 1.2s remaining: 4.8s
[Parallel(n_jobs=2)]: Done 399 out of 1000 | elapsed: 2
37%
04.02.2014
text not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally
37%
09.01.2013
not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally
36%
01.08.2019
push remote.repository.com:5000/alpine:latest
The push refers to repository [remote.repository.com:5000/alpine]
73046094a9b8: Pushed
latest: digest: sha256:0873c923e00e0fd2ba78041bfb64a105e1ecb7678916d1f
36%
21.07.2011
heartbeat = 1
07 heartbeat_port = 539
08 keepalive = 6
09 deadtime = 18
10 network = direct
11 debug_level = NONE
12 monitor_links = 1
13 syncdaemon = 1
14 virtual webs.test.com {
15 active = 1
16
36%
30.01.2020
.
For outgoing transmissions, AWS allows up to 1GB/month free of charge. The next 9.999TB/month is charged at $0.09/GB, the next 40TB/month at $0.085/GB, the next 100TB/month at $0.07/GB, and the next 150TB
36%
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
36%
13.02.2017
as adminuser
with the password specified during the setup.
As an example, I'll look at the installation of opsi on a Debian 8.0 system. Keep in mind that the opsi server requires at least 16GB of space
35%
02.02.2021
payment = new Payment(orderId,**1000.00d);
07 final ProducerRecord record =
08 new ProducerRecord("transactions",
09 payment
35%
06.10.2019
publisher TEXT,
07 authors MAP,
08 circulation INT,
09 issue TEXT,
10 PRIMARY KEY(publisher, issue, isbn)
11 );
12
13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation