14%
20.05.2014
. Zabbix also is included in the repositories of many distributions, although typically as version 2.0.9. The Zabbix team also offers Zabbix virtual appliances based on openSUSE 12.3 for VMware, Virtual
14%
02.06.2020
, and
a Sender Policy Framework (SPF) entry in the DNS record of your domain.
Theoretically, it is possible to run an email service from a dynamic IP with dynamic DNS (Figure 12), but in practice it can
14%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22
14%
01.08.2019
_path": "/var/log/osquery",
07 "disable_logging": "false",
08 "schedule_splay_percent": 10
09 },
10 "schedule": {
11 "osquery_profile": {
12 "query": "SELECT * FROM osquery_info;",
13
14%
01.08.2019
-chrome-launcher
Firefox
Firefox
karma-firefox-launcher
PhantomJS
PhantomJS
karma-phantomjs-launcher
Opera
OperaClassic (through v12), Opera (from v15)
karma
14%
05.12.2016
. Detailed information about the practices used can be found on the Documentation page [11]. Diffoscope [12] also plays a prominent role in understanding why a package cannot be built reproducibly. This tool
14%
14.11.2013
distributions.
Table 1
Udev Storage Locations
Distribution
Path
Ubuntu 12.10, Debian 7.0, SLES 11 SP2
* /etc/udev/rules.d/70-persistent-net.rules* /lib/udev/rules.d/75
14%
03.08.2023
user-defined fields.
Customization
$10.99
Allows various company-specific customizations such as logos and favicons.
End-User Portal
$12.99
Provides a consumer
14%
16.05.2013
_package_name :
11 ensure => "installed",
12 }
The Puppet DSL offers inheritance, classes, modules, arrays, variables, parameters, templates, and scopes very much like a programming language. In other
14%
18.07.2013
mode => '0755',
11 require => Package['update-motd']
12 }
Next, I create ./files/misc/10-mymotd containing the following:
#!/bin/bash
echo "Welcome to my puppet-managed server