30%
26.03.2025
.
Canonical Kubernetes 1.32 LTS is currently available and ready for production use. Read more at Canonical: https://canonical.com/blog/12-year-lts-for-kubernetes.
Mirantis Releases Open Source k0rdent ... In the news: Palo Alto Networks Introduces Cortex Cloud; Canonical to Provide 12 Years of Kubernetes Support; Mirantis Releases Open Source k0rdent; D-Wave Now Offers On-Premises Quantum Computing
30%
02.02.2021
=kata-fc -itd --name=kata-fc busybox sh
d78bde26f1d2c5dfc147cbb0489a54cf2e85094735f0f04cdf3ecba4826de8c9
$ pstree|grep -e container -e kata
|-containerd-+-containerd-shim-+-firecracker---2*[{firecracker
30%
26.01.2025
) or Link Layer Discovery Protocol (LLDP).
Disable Internet Protocol (IP) source routing.
Disable Secure Shell (SSH) version 1. Ensure only SSH v2.0 is used with the following cryptographic ... In the news: Hetzner Announces S3-Compatible Object Storage; Ongoing Cyberattack Prompts New CISA Guidance for Communications Infrastructure; OpenMP 6.0 Released; Open Source Development Improves
30%
01.08.2012
Installing the Open64 5.0 compilers using yum
[root@test1 RPMS]# yum install open64-5.0-0.x86_64.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached
30%
09.12.2019
to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start_time)
print(" Time taken in seconds: {0} s").format(time_taken_in_micro)
If a section of code
30%
30.01.2020
_time)
print(" Time taken in seconds: {0} s").format(time_taken_in_micro)
If a section of code is called repeatedly, just sum the elapsed times for the section and sum the number of times that section
30%
12.05.2021
you are interested (Listing 1).
Listing 1: sg_logs
$ sudo sg_logs /dev/sdc
SEAGATE ST14000NM0001 K001
Supported log pages [0x0]:
0x00 Supported log pages [sp]
0x02
30%
02.08.2021
14000NM0001 K001
Supported log pages [0x0]:
0x00 Supported log pages [sp]
0x02 Write error [we]
0x03 Read error [re]
0x05 Verify error [ve]
0x06
30%
13.12.2018
dockerhub_version, you can also specify a specific AWX version, like dockerhub_version=1.0.1.
A web server that delivers the AWX user interface runs in the Docker container. This web server listens on port
30%
07.07.2020
/fstab
:
192.168.1.13:/home/laytonjb /mnt/data nfs \
auto,noatime,nolock,bg,nfsvers=4,intr,tcp 0 0
To check that the filesystem is mounted, I entered:
$ ls -s /mnt/data
total 32
4 Desktop/ 4 Documents