10%
20.06.2012
is to find out whether it runs on the master node when it is booted by using the chkconfig
command:
[root@test1 etc]# chkconfig --list
...
nfs 0:off 1:off 2:off 3:off 4:off 5:off 6
10%
25.01.2022
to get into the Linux kernel. A couple of my earlier articles that mention FUSE address data encryption and working with S3QL object storage. As evident by these applications, FUSE can be very useful
10%
08.10.2015
| Container Format | Size w | Status
+--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+
| 1d4a3b18-e48a-4554-aa19-6845b1938d69
10%
22.10.2012
pool set data size 3
To make the same change for the test
pool, data
would be replaced by test
. Whether the cluster subsequently actually does what the admin expects can be investigated with ceph -v
10%
06.10.2019
PCM
48, 56, 64
G.723.1
MP-MLQ/ACELP
5.3, 6.3
H.728
LD-CELP
16
G.729
CS-ACELP
8
G.729 annex A
CS-ACELP
8
10%
17.02.2015
of memory
Fast Ethernet (100Mbps)
MicroSD slot for local storage
Two USB ports
HDMI port
General-purpose I/O pins (GPIO)
This little SBC only consumes about 3W under load
10%
30.11.2020
requires the .NET Core runtime on the target machine in the version against which the application was originally compiled. At the time of print, version 3.1 of the framework is up to date. All code examples
10%
18.02.2018
a commercial distribution of the Kubernetes container orchestration [2].
However, things have changed. In version 3.0, Red Hat shifted the product onto the new Kubernetes underpinnings and has since made
10%
22.12.2017
4 but less than 8 letters!"
Once the user has entered a value, you can check the input for correctness with the following regular expression (Figure 2):
> $input -match "^\d{3}\w{4,8
10%
05.08.2024
, as in Python [3] or Node [4].
Recent books have been published about writing shell commands in Rust [5], Python [6], Node.js [7], and even Go [8], and it is into this last language's interesting performance