20%
09.10.2017
_string3= {9E 68 2B C2 99 6A 59 F7 F9 8D 30}
07 Conditions:
08 $test_string1 or $test_string2 or $test_string3
09 }
In Listing 2, I tell Yara to look for the strings that my
20%
18.02.2018
uses different providers [2] to provide resources for the corresponding platforms, which in turn feed into the configurations.
In this article, I use DigitalOcean [3] to provide insight into how
20%
03.04.2024
resources (e.g., a storage account in this example) in Bicep is also simpler:
resource stg 'Microsoft.Storage/storageAccounts@2021-08-01' = {
name: storageAccountName
location: location
sku
20%
10.04.2015
for changed files from the command line).
Listing 1
Configuration File
01 {
02 "version": "3.0.0",
03 "watched": [
04 {
05 "path": "/opt/repos",
06 "triggers": []
07 }
08
20%
11.06.2014
_auth;
04
05 group server => "hercules", "sugar";
06
07 desc "Get the uptime of all servers";
08
09 task "uptime", group => "server", sub {
10 my $output = run "uptime";
11 say $output;
12 }
You might
20%
14.08.2017
.
Listing 3
contacts.rb
01 require 'rubygems'
02 require 'sinatra'
03 require 'sinatra/json'
04 require 'uri'
05 require 'active_record'
06
07 ActiveRecord::Base.establish_connection(
08 :adapter
20%
22.12.2017
with Gluster containers …
Figure 2: … or an external storage cluster, in which the individual Gluster nodes run [3].
A new service in Gluster 3.1.3
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%
03.02.2022
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com"
10 var proxyport = 0
11 var proxyhost = "not set"
12
13 // headers for HTTP call
14 val headers = Map(
15
20%
06.10.2019
illustrates the differences.
Listing 1
Two Ways to Indent Code
01 if (x == y) then
02 {
03 do something;
04 }
05
06 while ( x < y) {
07 x = x+1;
08 }
The indentation depth