21%
22.12.2017
in cs us sy id wa st
04 1 0 0 5279852 2256 668972 0 0 1724 25 965 1042 17 9 71 2 0
05 1 0 0 5269008 2256 669004 0 0 0 0 2667 1679 28 3 69 0 0
06 1 0
21%
02.02.2021
/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lib* /lib64/
---> 6f7d7264921c
Step 4/6 : ADD gentoo-java.tar.gz /
---> afb2d5612109
Step 5/6 : ENV JAVA_HOME /opt/icedtea-bin-3.16.0
[...]
441dec54d0dd: Pushed
22bac475857f
21%
20.08.2012
examplehost.tld 22
If firewalling is in place and you need to originate your connection from a specific IP address to open a port, entering
# nc -s 1.2.3.4 examplehost.tld 8181
will connect to examplhost
21%
26.02.2014
def
#
# Routine to add commas to a float string
#
def commify3(amount):
amount = str(amount)
amount = amount[::-1]
amount = re.sub(r"(\d\d\d)(?=\d)(?!\d*\.)", r"\1,", amount)
return amount[::-1
21%
14.03.2013
wrote this article I have started running test applications as Platform-as-a-Service apps in OpenShift [3]. OpenShift now also has a cartridge that lets you install MongoDB as an add-on. If you
21%
25.03.2020
"
Finally, you're ready to install your agent with a command that pulls in your environment variables:
$ curl -sfL https://get.k3s.io | K3S_URL=https://${MASTER}:6443 K3S_TOKEN=${TOKEN} sh -
In Listing 9 ... The k3s lightweight and secure Kubernetes distribution can handle both unattended workloads in remote locations with minimal resources and clusters of IoT appliances. ... Kubernetes k3s lightweight distro
21%
03.12.2015
_TOKEN=b670a556-36a3-37c3-a5d2-f712f8080d50
enable_service heat h-api h-api-cfn h-api-cw h-eng
enable_service murano murano-api murano-engine
$ sudo ./tools/create-stack-user.sh
[...]
$ sudo cp -a /root
21%
05.02.2019
_name IN ('version','version_comment');
+-----------------+----------------+
| Variable_name | Value |
+-----------------+----------------+
| version | 10.3.9-MariaDB |
| version_comment | Maria ... What lacked maturity in MariaDB 10.2 has now been sorted out in version 10.3. We look at the benefits you can reap now. ... MariaDB 10.3 ... New features in MariaDB 10.3
21%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now
21%
30.11.2020
need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked