28%
30.11.2025
; for further details, see my OSSEC article in the ISSA Journal [6].
Download the latest version of OSSEC and execute the following:
tar -zxvf ossec-hids-*.tar.gz
cd ossec-hids-*
sudo ./install.sh
Choose ... 2010
28%
05.08.2024
].
Figure 1: The IBM AIX collection is available for download from Ansible Galaxy.
Getting Started
The AIX collection [6] contains a large number of modules and roles to help you manage AIX
28%
15.10.2013
of management tools, one of the most important acquisitions has been Ionix products from parent company EMC in February 2010. No less important was the acquisition of SpringSource in autumn 2009, which gave
28%
12.09.2013
of management tools, one of the most important acquisitions has been Ionix products from parent company EMC in February 2010. No less important was the acquisition of SpringSource in autumn 2009, which gave
28%
31.10.2025
that management also take part in the meetings.
In a comic book style, "One Day in Kanban Land" [6] vividly illustrates how these stand-up meetings promote continual improvement and give all participants
28%
26.03.2025
) in version 8.4 is tidy but looks a little old-fashioned with its 2010-ish frame and box look. Zulip comes with all the usual features, such as chat forums and private messaging. The bot and the plugins
28%
05.02.2023
=# create index emp_hire
on emp ( hiredate asc )
split at values (
('2010-01-01'),
('2015-01-01'),
('2020-01-01')
);
creates an index for the hiredate column that is split by range to allow
28%
12.09.2013
? What future software development takes highest priority for you?
SK:
We started to use VMware View 4.0 in 2010. Since then, VMware has met many of our wishes, and the product has noticeably improved
28%
05.02.2023
and select Create Instance
. MySQL versions 8.0, 5.7, and 5.8 and PostgreSQL versions 9.6, 10, 11, 12, 13, and 14 are now available for selection. Alternatively, a managed database instance with Microsoft SQL
28%
07.11.2011
Python code designed with threading is to use the built-in multiprocessing
package included in Python from version 2.6 on. This package provides an API similar to the threading
Python module. Although