16%
16.05.2013
AD is up and running, you can fire up MMC on a Windows client and start managing your domain (Figure 2). Alternatively, many common operations, such as adding a user or DNS entries, can be accomplished
16%
04.12.2024
failover process starts. © MongoDB [7]
Replica Set Architecture
One special feature of a MongoDB cluster is that it does not require a cluster server or a virtual IP address. In simple terms
16%
09.01.2013
. Listing 1 shows the complete script for starting and stopping an instance.
Listing 1
launch.py
01 import boto.ec2
02
03 conn = boto.ec2.connect_to_region("eu-west-1")
04 reservation = conn
16%
05.02.2023
script (Listing 2) are located.
Listing 1
Dockerfile_ServerBase
FROM ubuntu:22.04
ENV container docker
# Don't start any optional services except for the few we need.
RUN find /etc
16%
03.12.2015
notes for more on the latest version.
Ubuntu 15.10 is a standard release, with 9 months of free security updates for desktop and server users. The first release of 2016, Ubuntu 16.04 "Xenial Xerus
16%
06.10.2022
. The overhead pays off later, though, because the cluster can then be expanded quickly and easily.
Getting Started
In my test setup, I had four servers running Ubuntu 20.04 LTS. Podman is primarily a Red Hat ... Rancher 2.5
16%
07.04.2022
is also possible.
A VM with Debian 10 (Buster) or 11 (Bullseye) and 1GB of RAM is all you need for the RPort server. The costs amount to $3-$7 per month, depending on the cloud provider. For an RPort
16%
07.10.2014
the configuration for the nginx web server.
Listing 2
Apache Configuration
01 SSLProtocol all -SSLv2 -SSLv3
02 SSLHonorCipherOrder On
03 SSLCipherSuite "ECDHE-ECDSA-AES128-GCM-SHA256 \
04 ECDHE ... SSL and TLS are very complex technologies. If you want to avoid wading through cryptography manuals to harden your HTTPS web server, read on for practical recommendations on establishing, securing
16%
20.05.2014
01 var http = require('http');
02 http.createServer(function (req, res) {
03 res.writeHead(200, {'Content-Type': 'text/plain'});
04 res.end('Hello from Node.js\n');
05 }).listen(3000, '127
16%
25.08.2016
Code folding
Figure 6 shows Editra running on a Windows 10 laptop (testing the multiplatform capability).
Figure 6: Editra 0.7.20 on Windows 10