9%
30.11.2025
Destination MAC address
Listing 1
Nemesis arp Packets
01 $ while true
02 > do
03 > sudo nemesis arp -v -r -d eth0 -S 192.168.1.2 -D 192.168.1.133 -h 00:22:6E:71:04:BB -m 00:0C:29:B2
9%
29.10.2013
Scaling group
named:
awseb-e-mnpsy5bpzk-stack-AWSEBAutoScalingGroup-12BAR59E5FUDM
2013-05-08 20:04:57 INFO Waiting for EC2 instances to
launch. This may take a few minutes.
2013-05-08 20:07:45 INFO
9%
02.03.2012
the directory structures needed:
tinydns-conf tinydns tinydns /etc/tinydns 12.34.56.78
This command tells TinyDNS that you want to run it as user tinydns
under group tinydns
to keep security threats
9%
04.02.2013
for several distributions. The Downloads section of the website provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17. Alternatively, you can build Guacamole from the source code
9%
19.02.2013
10 ipv6 nd suppress-ra
11 !
12 interface eth1
13 ip address 10.55.55.1/24
14 ipv6 nd suppress-ra
Figure 1: The sample network consists of two
9%
05.03.2013
color: "Red",
11 Model year: 1988
12 }
13 };
Programmers can use variables directly; the appropriate var
s are added by CoffeeScript when you compile. As in shell scripts, the hash sign (#
) starts
9%
07.11.2011
, Postscript, PDF, PNG, SVG, and XML formats. Listing 2, for example, shows the plain text output for a two-socket, eight-core server.
Listing 2: lstopo Textual Output.
01 Machine (24GB)
02 NUMANode P#0 (12
9%
07.11.2011
directives, meaning that the source code can still be complied as serial code:
$ gcc ‑Wall test.c
test.c: In function 'main':
test.c:12: warning: ignoring #pragma omp parallel
OpenMP-specific code can also
9%
16.02.2012
[OOOOOOOOOOOOOOO] 15/15
09
10 Files: 1
11 Directories: 0
12 Touched Pages: 15 (60K)
13 Elapsed: 0.001102 seconds
14 $
The -t
option “touches” the pages of the file, causing it to be loaded into the page
9%
02.02.2012
for this example:
Order Deny,Allow
Deny from All
Allow from 12.12.12.12
Allow from 23.23.23.23
Allow from 34.34.34.34
This example denies access to everybody except the IPs listed, which follows the very sensible