12%
09.04.2019
tables, you just query an ephemeral table, keeping in mind its name pattern. For example,
SELECT seq FROM seq_1_to_10_step_2;
returns all numbers from 1 to 10, incremented by 2 (pair numbers). Slightly
12%
05.12.2014
number (10.0). In other words, although this change is technically quite significant, it is unlikely to affect the admin's everyday life.
Desktop or Server?
How closely SLE, SLED, and SLES
12%
02.06.2020
. For this reason, the sender first starts with a small window of 1 maximum segment size (MSS). Once the receiver acknowledges receipt, the sender doubles the size of the window, resulting in exponential growth
12%
12.03.2014
, use
In: np.arange(3, 10, 2)
Out: array([3, 5, 7, 9])
to generate a sequence from 3 to 10 with a step size of 2.
Basic Arithmetic Operations
NumPy allows many operations applied against all elements
12%
27.12.2017
OS 7, anyway), I need to install the audit
package and not the auditd
package, as on Debian:
$ yum install audit
Don’t let this trip you up if it’s not already installed for some reason.
Audit
12%
06.10.2019
depending on the edition.
In this article, I refer to the freely available GitLab Community Edition [2]. I also describe scenarios that are particularly relevant for the DB Systel DevOps teams and that have
12%
22.05.2023
transmit data actively and passively to the Zabbix server or a Zabbix proxy, which enables flexible deployment scenarios adapted to the network situation and performance requirements. Additionally, agent 2
12%
10.06.2015
or name that points to a specific routing table in the /etc/iproute2/rt_tables file. The command
ip route add table 5 192.168.0.0/24 via 10.1.1.1
assigns the route for network 192.168.0.0/24 to routing
12%
03.12.2015
It All Began
The beginnings of the Murano project date back to around February 2013. Interestingly, the project started off life on Windows and its directory service, Active Directory. The driving force
12%
02.08.2021
be found in the literature.
Bash, which is widely used among script programmers, is rarely the default shell. On a workstation based on Ubuntu 18.04, you can check the default by entering the which command