20%
06.10.2022
find ready-made policy bundles online for many use cases, and they are likely to contain a useful, predefined set of rules. A freely accessible Playground [2] and a free Styra Academy [3] can help you
20%
02.06.2020
support all commands, so admins have to run the commands directly against the Cloud Controller API with the help of the widely used Curl [3].
To begin, you need to create a route, which names a URL
20%
10.04.2015
"version": "3.0.0",
03 "watched": [
04 {
05 "path": "/opt/repos",
06 "triggers": [
07 {
08 "name": "repos-sync",
09 "command": [
10 "/usr
20%
03.04.2024
"allowedValues": [
05 "Dynamic",
06 "Static"
07 ],
08 "metadata": {
09 "description": "Allocation method for the Public IP used to access the Virtual Machine."
10 }
11
20%
30.01.2020
-06f4dce9c3ae2c504" # for eu-west-3 paris
07 InstanceType: t2.small
08 AvailabilityZone: !GetAtt FortiVPCFrontNet.AvailabilityZone
09 KeyName:
10 Ref: KeyName
11 Network
20%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
20%
21.08.2014
/origin/HEAD -> origin/master
09 remotes/origin/android-goldfish-2.6.29
10 remotes/origin/android-goldfish-3.4
11 remotes/origin/linux-goldfish-3.0-wip
12 remotes/origin/master
13 [...]
14 [root@pc]# git checkout
20%
17.02.2015
rreport import reporter
04 import rpy2.robjects as ro
05
06 devs = importr('grDevices')
07
08 main = "3. Kepler's Law"
09 path = "tmp/Kepler3.png"
10
11 rep = reporter("galaxy", "comets", ["semaj
20%
01.08.2019
, and alerts are then sent by MQTT and stored in a SQLite database. The front end is a lightweight Flask app [3].
Figure 2: The honeyBot project flowchart
20%
14.03.2013
Flask uses by default.
WSGI [3] is a specification that defines how a web server software and a web application written in Python communicate. This could be the Apache or Nginx web server with their WSGI