27%
17.02.2015
:
15 collec.insert({"name":row[0],"observer":row[1],"type":row[2],"period":\
pfl(row[3]), "ecc":pfl(row[4]),"semaj_axs":pfl(row[5]), \
"perih_dist":pfl(row[6]), "incl":pfl(row[7
27%
28.06.2011
Figure 1: Seach on "eucalyptus" in Synaptic.
Although the additional packages here are not necessary for a basic installation, the eucalyptus-walrus and eucalyptus-sc packages provide Amazon S3-like
27%
18.07.2013
the beginning, thanks to its compatibility with Amazon Web Services (AWS) and EC2 S3. The current version is still 2.0.3 from 2011. It is worth mentioning that version 1.5 of Eucalyptus was officially integrated
27%
03.08.2023
) 3.0 [6].
Table 1
Ten Most Interesting Add-On Modules
Module name
License fee
Description
CRM
$10.99
Used to manage and search for customers; supports
27%
30.11.2025
_config
03 bash#> vi sshd_config
04 AllowTcpForwarding no
05 ClientAliveCountMax 3
06 ClientAliveInterval 0
07 Compression delayed
08 LoginGraceTime 60s
09 LogLevel DEBUG3
10 MaxAuthTries 2 ... 3
27%
12.03.2014
an integer argument, it creates an array of that length, initializing the values with a stepped sequence:
In: np.arange(3)
Out: array([0, 1, 2])
The arange()
method optionally takes additional arguments
27%
09.10.2017
and DHCP, among other things.
Listing 2
CNI Configuration
01 [...]
02 {
03 "cniVersion": "0.3.1",
04 "name": "dbnet",
05 "type": "bridge",
06 // type (plugin) specific
07 "bridge
27%
08.10.2015
AV and ClamSMTP: http://technoquarter.blogspot.de/2015/02/openbsd-mail-server-part-3-clamav-and.html
EICAR test virus: http://www.eicar.org/86-0-Intended-use.html
OpenBSD Mail Server – Spam
27%
18.02.2018
command to grep for the latest command, you see
$ cat /var/log/audit/audit.log | grep -i christype=EXECVE msg=audit(1513507468.995:124): argc=4 a0="/bin/sh" a1="/usr/bin/docker" a2="pull" a3="chrisbinnie
27%
20.03.2014
, it creates an array of that length, initializing the values with a stepped sequence:
In: np.arange(3)
Out: array([0, 1, 2])
The arange() method optionally takes additional arguments, like its Python