89%
04.12.2024
efficient in specific areas, MongoDB appeals with a wide range of features that make it one of the most popular and versatile of its kind.
Infos
Supported languages: https://www.mongodb.com
89%
05.12.2016
/kubernetes/kubernetes
Kubernetes API server: http://kubernetes.io/docs/admin/kube-apiserver/
Kubelet: http://kubernetes.io/docs/admin/kubelet/
Vagrant Docker provider: https://www.vagrantup.com
89%
10.04.2015
Shift
[12].
Infos
OpenShift: http://openshift.com
PaaS: http://en.wikipedia.org/wiki/Platform_as_a_service
DevConf 2015: http://www.devconf.cz
Openshift Origin: http
89%
08.10.2015
.
When looking around for a lean and secure alternative, administrators are quickly drawn to OpenSMTPD [1], the mail transfer agent (MTA) from the OpenBSD team. OpenBSD is known for its high security
89%
13.07.2011
:" section - e.g.
runcmd:
- apt-get -y install apache2
- cd /tmp
- wget -O your-code.tgz http://my-bucket.s3.amazonaws.com/your-project.tgz
- mkdir tmp-extract && cd tmp-extract
- tar xzf your
89%
17.02.2015
/Archive/2013/17/An-introduction-to-FreeNAS
iXsystems: http://www.ixsystems.com/
TrueNAS: http://www.ixsystems.com/storage/truenas/
ZFS: https://docs.oracle.com/cd/E19253-01/819-5461/zfsover-2/
Free
89%
05.08.2024
process
Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ibm-power_aix-1.8.1.tar.gz to /root/.ansible/tmp/ansible-local-575019yfqlxg61/tmpjlvtkv5x
89%
28.06.2011
/cloud/canonicalcceooonaarmaandoopenstackfforuubuntusservers/
OpenStack roles: http://nova.OpenStack.org/devref/auth.html#authrroles
Rabbit MQ: http://www.rabbitmq.com/
Redis: http://redis.io/
Euca2tools: http://open.eucalyptus.com/wiki/Euca2oolsGuide_v1.1
89%
25.03.2021
(#).
Listing 1
Simple Lighttpd Config
var.dir = "/var/www"
# Define basic settings:
server.document-root = var.dir + "/html"
server.port = 80
server.username = "www-data"
server.groupname = "www
89%
11.10.2016
.then(
08 function() {console.log(
"second callback function"); },
09 function(e) {console.log(e.message);}
10 );
11
12 deferred.resolve();
If Listing 1 has registered