29%
30.11.2025
active_checks_enabled 1
22 passive_checks_enabled 0
23 check_command check_ssh
24 max_check_attempts 3
25
29%
30.11.2025
18
19 # facts
20 factsource = yaml
21 plugin.yaml = /etc/mcollective/facts.yaml
22
23 # security plugin config
24 securityprovider = psk
25 plugin.psk = foobar
Listing 4
/etc
29%
30.11.2025
1
21
22 Configure Kerberos Security: No
23
24 Name service: DNS
25
26 Domain name: blah.com
27
28 Server's IP Address: 192.168.1.254
29
30 Use NFSv4: Yes
31
32 Continents and Oceans: Americas
33
34
29%
30.11.2025
magazine [6].
Infos
PAL: http://pal.codeplex.com
Log Parser 2.2: http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&DisplayLang=en
Office 2003 Add
29%
23.04.2014
on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra, such as NFS or CIFS. You just need one open port on the firewall – port 22. All the other ports can
29%
13.03.2012
instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A16 into offset hole 22, your new furniture
29%
20.12.2012
with OS fingerprinting. The following command executes a simple port scan on a chosen system:
nmap -v -A www.haribo.de
An abridged version of the output from this command is shown in Listing 1.
Listing 1
29%
15.04.2013
, they convert arbitrary input to fixed length output. The output is typically a hex number: for example, the MD5 hash of the word “Hello” is 8b1a9953c4611296a827abf8c47804d7. To be secure, a cryptographic hash
29%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print
29%
31.05.2012
want to write simple scalar loops that compile down to tight machine code using just the registers on a single CPU. We want to write A*B and launch a thousand computations on a thousand machines