9%
07.06.2019
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.example
# see dhcpd.conf(5) man page
#
subnet 10.14.2.0 netmask 255.255.255.0 {
option routers 10
9%
18.07.2013
in its infancy, the former monopolist browser released the SSL encryption protocol version 2.0 (SSLv2). Version 1 existed only internally in Netscape. Numerous security vulnerabilities were discovered
9%
09.04.2019
}
21 }
22 },
23 {
24 "Effect": "Allow",
25 "Action": [
26 "iam:PutRolePolicy",
27 "iam:DeleteRolePolicy"
28 ],
29 "Resource": "arn:aws:iam
9%
20.06.2022
!), and requires at least Windows Server 2012 R2 and PowerShell 2.0. Listing 1 shows the first lines of the migration loop.
Listing 1
Migration by Script
01 foreach ($Mailbox in (Get-Mailbox)) {
02
9%
14.03.2013
, the management network is 192.168.122.0/24, and all three nodes have a direct connection to this network via their eth0 network interfaces. Here, "Alice" has the IP address 192.168.122.111, "Bob" has 192
9%
04.04.2023
.
The Shell Approach
The following example assumes you have a host machine running Ubuntu Linux 22.04 with Java installed. Besides Java, you need Nmap network scanner version 7.80 or newer and the Ncrack
9%
09.01.2013
02 log 127.0.0.1 local0
03 maxconn 4000
04 daemon
05 uid 99
06 gid 99
07
08 defaults
09 log global
10 mode http
11 option httplog
12 option dontlognull
13 timeout server 5s
9%
16.05.2013
-43c0-... |
| da000609-a85f-4d46-8abd-ff649c4cb173 | ext_net |0f5c7b17-65c10-... |
+--------------------------------------+-----------+------------------
root@alice:~# quantum floatingip-create da
9%
22.08.2019
the Code
$ python3
Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import
9%
10.04.2015
[...]
20 String line = readlineImpl(prompt);
21 if ((line != null) && (addToHist)) {
22 addToHistory(line);
23 }
24 return line;
25 }
26
27 public static void add