27%
30.05.2021
.168.100.example.com
. Hence, it is recommended to specify the host value as an IP address with a netmask that identifies bits to use for the network address:
mysql> create user 'user'@'192
27%
22.12.2017
://en.wikipedia.org/wiki/OpenSSH
Parallel shells: http://www.linuxpromagazine.com/Issues/2014/166/Parallel-Shells
pdsh: https://github.com/chaos/pdsh
SSHFS: http://www.admin-magazine.com/HPC/Articles/Sharing-Data-with-SSHFS
FUSE
27%
05.02.2019
SQL password, if necessary, on the Docker Hub Overview page [5].
Listing 1
The nowasp Dockerfile
01 FROM tutum/lamp:latest
02 MAINTAINER Nikolay Golub com>
03
04 ENV DEBIAN
27%
10.06.2015
to give them a clean environment, or if you use Configuration Manager's virtual environments.
Infos
On the (now sometimes) Immutable Package Cache Location: http://blogs.technet.com
27%
20.03.2014
:
cd /
curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2013Q3-x86_64.tar.gz | gzcat | tar-xf -
To rebuild the package database and update it, enter:
pkg_admin rebuild
pkgin -y up
27%
16.08.2018
.
If you are starting out in the cluster world, or even if you are an experienced administrator, pdsh is a go-to tool for managing and monitoring systems.
Infos
pdsh tool: https://github.com
27%
26.01.2025
Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
NOTE
27%
01.06.2024
&& apt install wget
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.0.tgz
tar -xvf docker-18.09.0.tgz
cd docker
cp docker /usr/bin
Now, interact directly with the Docker daemon
27%
03.08.2023
.168.2.2"
}, {
"name": "domain-search",
"data": "mydomain.example.com, example.com"
}],
"subnet4": [{
"subnet": "192.168.2.0/24",
"pools": [{"pool":"192.168.2.1 - 192.168.2.50"}],
"option-data": [{
"name
27%
25.09.2023
-compatible metrics.
Installing Kepler
To install Kepler on your Kubernetes cluster, first clone its repo to the same workstation you use to manage the Kubernetes cluster:
git clone https://github.com