17%
09.06.2018
handling, string processing, and mathematical operations [3].
Communication between the DBS and the outside world can be established using either a database console in a terminal, intermediary software
17%
21.10.2011
-saving functions in kernel 2.6.37. Future distributions of Ubuntu 11.04 and openSUSE 10.4 will use this version.
Additionally, PowerTOP 2.0 accesses the kernel’s “perf” infrastructure to retrieve more precise data
17%
25.08.2016
over the Free Software Foundation's copyright assignment policy.
Figure 3: Nano 2.0.9 on CentOS 6.8.
JOE
The last CLI editor I want to present
17%
14.11.2013
Open source – finally and fully! The most interesting thing about the announcement [1] of the new XenServer version 6.2 is not a technical feature from the usual list of improvements: Citrix has ... Open Source XenServer 6.2 ... Citrix XenServer 6.2 goes open source
17%
20.06.2022
.8 or later, PIP, and Python-venv. On Ubuntu or Arch Linux type,
apt install python3 python3-venv python3-pip
pacman -S python python-pip
respectively. Now create a file named app.py with the content
17%
16.11.2017
. For example, assume a user has an application hanging on a node. One of the first things I want to check is the load on the node (i.e., whether it’s very high or very low). Rather than repeatedly typing uptime
17%
16.05.2013
style as Redundancy Groups: RAID-1, RAID-Z1 (like RAID-5), RAID-Z2 (like RAID-6), and RAID-Z3 (with triple parity). Netgear uses these modes, too, but calls them RAID-5 and RAID-6, following the classic
17%
18.02.2018
version. No matter which variant you choose, for OpenShift 3.6 (the latest version when this went to press), an up-to-date Docker from the Docker Extras directory is required on the hosts.
Simpler
17%
30.11.2025
is supplied free of charge to customers, is currently available as version 3.06 for Windows and Linux.
Figure 1: The Igel thin client UD3 series (source: Igel
17%
12.03.2014
by convention – but not necessarily – is imported using:
import numpy as np
Multidimensional matrices are created in a similar way, that is, with nested lists:
np.array([[1, 2, 3], [4, 5, 6]])
If the content