17%
16.05.2013
::config {
21 ** **file { $apache::params::apache_config_name:
22 ** ** ** **notify => Class[apache::service'],
23 source => "puppet:///modules/apache/${apache::params::apache_config_name}",
24 ** **}
25
17%
18.07.2013
=> Service['apache']
17 }
18
19 file { '/var/www/index.html':
20 ensure => present,
21 source => 'puppet:///modules/myproject/web/index.html',
22 owner => 'root',
23 group => 'root',
24
17%
14.03.2013
a progress indicator like this
[ 30% ] Applying progress: 43:22 mins remaining.
during the transfer process. When the image is fully transferred to the USB drive, you need to enter one final command to copy
17%
21.01.2021
).
That supercomputer was expensive. A predecessor to the Y-MP, the X-MP, sold to a nuclear research center in West Germany for $11.4 million in 1981, or $32.6 million in 2020 dollars (see The Supermen
by Charles J
17%
22.05.2023
provider (IDP). In this case, you should create a new user, either in the console or with the mc utility.
For example, to add user 8pu2T6NBB6
for the deployment mycluster1
defined earlier with the secret
17%
05.06.2013
at Techotopia
Virtualization With KVM On A CentOS 6.2 Server
at HowtoForge.
KVM and CentOS-6
at wiki.centos.org
KVM virt-manager: Install CentOS As Guest Operating System
at cybercitiz.biz
CentOS KVM
17%
17.06.2017
.
If you enter a support agreement with Skytechnology, you can use the proprietary uRaft daemon, which is independent of LizardFS and provides automatic failover according to the Raft consensus algorithm [6
17%
09.10.2017
more data security.
You make your choice when creating an LVM volume group, but usually all the tools set up linear volumes without RAID functionality. Frequently used RAID levels (e.g., RAID 5, 6
17%
09.10.2017
.
Figure 1: Controlling filesystem access of default strict running mode (source: snapcraft.io [6]).
To dev or Not to dev
Developer mode (devmode
) offers a much looser set of controls, in the sense
17%
09.04.2019
Julia
julia> 1//2 + 1//3
5//6
julia> numerator(10//12)
5
julia> 2//3 == 4//6
true
julia> 2//3 == 4/6
false
After strings and the various types of numbers, the most important built-in data type