13%
26.01.2025
the binary media data as text. Among the myriad ways to do this, the standard in browsers is Base64 encoding [22], provided in Julia by the IBase64
package.
Listing 4 shows the server program from Listing 3
13%
14.03.2013
be in place, if you want the host to behave as it should:
bridge-utils
quantum-plugin-openvswitch-agent / quantum-l3-agent / quantum-dhcp-agent
python-keystone / python
13%
11.09.2018
to Virtualization.''
Alternatives to Virtualization
According to one very nicely written page [3], KVM will still work without the hardware extensions, but it will be much slower.
It is also possible
13%
15.08.2016
) for client programs on request.
Division of Responsibilities
What initially sounds complicated proves to be remarkably simple in practice [3]. First, the developer describes the feature set of their REST API
13%
05.12.2016
, but Debian and Ubuntu installations define max_binlog_size as 100MB. XtraBackup also wants to create a separate file for every InnoDB table, which is enabled by the innodb_file_per_table variable (Listing 3
13%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action
13%
18.03.2012
8 7144 9564 54 1132 2XRedundancy
116 3 1016 4144 22 1188 appmgr
It works the same way for services:
PS> Get-Service -ComputerName XenApp1
13%
05.02.2023
the database in Frankfurt, Germany, for example, select europe-west3
as the region. If you want the database to be highly available, use the Multiple zones (Highly available)
option under Zonal Availability
13%
27.09.2021
[2] (section 3.2). Next, I built the Darshan utilities (darshan-util) with the command:
./configure CC=gcc --prefix=[binary location]
Because I'm running these tests on an Ubuntu 20.04 system, I had
13%
04.08.2020
(minified by 25.99X)
from python:2.7-alpine - 84.3MB => 23.1MB (minified by 3.65X)
from python:2.7.15 - 916MB => 27.5MB (minified by 33.29X)
from centos:7 - 647MB => 23MB (minified by 28.57X)
from centos