25%
14.11.2013
of the virtual computer models; their hardware configurations follow on the right. For example, the computer named m1.small only has one CPU and 256MB of RAM. The free/max column is also interesting: The number
25%
22.08.2011
[inst.id] = inst.state
08 summary[inst.state] += 1
09 state
10 end
11 total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary
25%
25.10.2011
authentication_algorithm pre_shared_key;
08 dh_group modp1024;
09 }
10 generate_policy off;
11 }
12
13 sainfo address 192.168.2.0/24 any address 172.16.0.0/16 any {
14 pfs_group modp1024;
15
25%
05.12.2016
tput cup 5 17
# Set reverse mode
tput rev
echo "M-A-I-N M-E-N_U"
tput sgr0
# Write first line of menu
tput cup 7 15
echo "1. User"
# Write second line of menu
tput cup 8 15
echo "2. Service"
# Get
25%
05.12.2016
), Kubernetes is written in Go and available under the Apache 2.0 license; the stable version when this issue was written was 1.3.
Figure 1: Kubernetes comes
25%
05.12.2014
. For example, to run a report every three seconds for five iterations on eth0, you would use the command in Listing 4.
Listing 4
capstats
/opt/bro/bin/capstats -I 3 -n 5 -i eth0
1415510235
25%
08.07.2018
read the hosts from a file other than the WCOLL
environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4: 15:51:39 up 8:35, 12 users, load average: 0.64, 0.38, 0.20
192.168.1.250: 15:47:53 up
25%
07.06.2019
:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 517.340 18.270 28.316 < 2e-16 ***
wdayThursday -31.046 16.119 -1.926 0.0545 .
wdayFriday -116.981 16.122 -7.256 1.08e-12 ***
wday
25%
13.12.2011
.
First, get the distribution name:
$ cat /etc/issue
Ubuntu 8.04 \n \l
An intruder typically executes some basic commands to get to know the system. Of particular interest are the \etc directory
25%
02.02.2021
$this->name = $n;
10 $this->$birthday = $g;
11 }
12 }
13
14 // ---- in PHP 8 --------
15 class Address
16 {
17 public function __construct(
18 public string $name,
19 public Date