13%
23.03.2016
script:
# https://bitbucket.org/darkfader/nagios/src/
# c9dbc15609d0/check_mk/edac/plugins/edac?at=default
# The best stop for all things EDAC is
# http://buttersideup.com/edacwiki/ and
# edac
13%
13.02.2017
of support for module versions as offered by Maven. The only escape route here is to manipulate the module name as in modulea_v1, modulea_v2, and so on.
Tools
Java 9 offers two new tools for working
13%
11.10.2016
powershell_script "shareFolder" do
code 'new-smbshare adminshare c:\adminlog'
end
Figure 1: If you run smbshare twice in a row, you will see
13%
18.07.2013
at Puppet Labs Forge [1]. With the latest versions of Puppet, you can install these modules so that you don't have to code complex implementations of MySQL by hand [2]. For example, Puppet Labs has master
13%
03.08.2023
:
$url = "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1"
$file = "$env:temp\ConfigureRemotingForAnsible.ps1"
(New-Object -TypeName System
13%
09.04.2019
different names for the same thing, but they are actually different tools with different (but complementary) roles.
Netfilter describes the kernel part, in other words, those modules in the Linux kernel
13%
03.12.2015
Linux on Microsoft Hyper-V, and an echo of that code still runs today in Windows Azure.
One of the things that we realized in 2009 was that the world was moving from software licensing to cloud
13%
27.09.2021
declaration ec2_vars.yml for AWS therefore starts:
---
ec2_access_key: (key)
ec2_secret_key: (secret)
ec2_region: us-east-1
ec2_key_name: (keyname)
ec2_security_group_id: sg-
ec2_vpc_subnet_id: subnet
13%
09.06.2018
be handled with {catch}. In particular, you should not attempt to include external functions without error handling.
The code fragment in Listing 1 contains two actions if the integration fails. An error log
13%
07.02.2019
, so you could write the previous code as shown in Table 4.
Table 4: Combining Directives
Fortran
C
!$acc parallel loop copy(a)
do i=1,n
a(i) = 0.0
enddo