10%
25.05.2012
, it will offer near instant reporting on your RAM and swap usage and your CPU’s status with great ease, and although the bi
and bo
sections aren’t what you might call verbose, by using the -D
switch, you can
10%
30.01.2024
The certificates and key files are then downloaded and installed and the repository is integrated:
wget http://www.ossec.net/files/OSSEC-ARCHIVE-KEY.asc
wget https://github.com/ossec/ossec-hids/releases/download/ 3.7
10%
29.06.2011
are based on it.
Figure 1: Thanks to KVM, Windows 7 and openSUSE 11.3 will run peacefully side by side on Ubuntu 10.04.
Building Blocks
KVM comprises
10%
17.04.2017
Each-Object cmdlet can process objects directly from the pipe, which makes it very quick, especially with large volumes of data.
The foreach-object has no code in parentheses – just a script block in curly
10%
09.10.2017
support was limited to the services by Kubernetes. Thanks to Calico [3], IPv6 is also used for the pods [4]. The Kubernetes network proxy (kube-proxy) was to be IPv6-capable from version 1.7, released
10%
09.04.2019
selected the wordpress:php7.2
and mysql:5.6
images (which I'll call the "production" deployment) from Docker Hub for my containers. To run it as a microservice, I deployed it as shown in Figure 3
10%
27.09.2024
. If you later want to recreate a development K3s setup in production, you can call the setup script with various parameters that roll out the Kubernetes control plane redundantly. You can tell that K3s
10%
25.03.2020
.io/service-account.name: testserviceaccount
kubernetes.io/service-account.uid: b45a08c2-d385-412b-9505-6bdf87b64a7a
Type: kubernetes.io/service-account-token
Data
====
ca.crt: 1025 bytes
namespace: 7 bytes
token: ey
10%
03.02.2024
storage solutions to determine how much total storage space is available or used (Listing 1). The output gives you some very useful information, although I don't think in terms of 1KB blocks. So, I add the
10%
16.10.2012
-get install libssh2-php
Now, it’s time to try a script using SSH. Please note that SSH is a little different from other protocols and requires special handling, called stream blocking, which is necessary