16%
05.12.2014
-fashioned IP high availability. By the way, SmartOS zones have more than 12,000 packages available, coming from the pkgsrc
framework [2].
On the SmartOS community wiki, you can find instructions on how to use
16%
11.06.2014
authentication (MFA) [12] set up for your AWS root account, you should set it up immediately.
Figure 6: Creating a new user.
You can use virtual MFA
16%
06.10.2022
In two previous articles [1][2], I introduced how to bring up lightweight container machines with Footloose and cloud virtual machine stacks on a laptop with Multipass. The Footloose approach didn
16%
11.02.2016
prompts you for your access and secret key (Figure 6). As an Amazon user, you are given both on registering with the service [12]. Next, click on your own name in the top right corner, select Security
16%
05.02.2019
as of yet [6]-[8].
The only path that remains, then, is to accept that a part of the memory changes while copying. With older Linux versions, this was quite simple, because dd could copy /dev/mem locally
16%
06.10.2019
used the example configuration file from the installation help page [6] (Listing 1). As you can see in line 12, the following container image registries are to be searched:
docker.io
registry
16%
11.10.2016
subdirectory) and then open the /chef-repo/.chef/knife.rb file (Listing 1). Some commands for testing the connection between client and server follow. The current Chef (version 12) comes with more stringent
16%
04.08.2020
.
DiffServ service classes provide the necessary traffic characteristics to the various applications on an end-to-end basis. RFC 4594 defines 12 service classes: two for network operation
16%
14.03.2018
key_material: "{{ item }}"
09 state: present
10 region: "{{ region }}"
11 with_file: /home/user/.ssh/id_rsa.pub
12 register: sshkey
13 tags: sshkey
14
15 - name: Create VPC INT
16 ec2
16%
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