11%
28.11.2021
If you see an error message when you first run the distribution, such as Error: 0x80370102 The virtual machine could not be started because a required feature is not installed
, it is because Hyper
11%
28.11.2021
.thehive.localhost;
server_name cortex.localhost www.cortex.localhost;
and extend the entry for IP 127.0.0.1 in the /etc/hosts file to include these four names.
Before customizing the .env file with the API key for Cortex
11%
21.08.2014
. On Ubuntu and Debian the appropriate packages go by the names libprotobuf-c0-dev and protobuf-c-compiler; look out for similar names on other distributions.
CRIU also relies on iproute2 – at least version 3.5.0
11%
20.06.2022
access (DMA) protection, SystemGuard, Secure Boot, virtualization-based security (VBS), and Trusted Platform Module (TPM) 2.0 security features. These technologies must be present and enabled on the server
11%
20.06.2022
php7.0
sudo service apache2 restart
The uptime check is then configured in the Operations Suite by selecting Operations | Monitoring | Uptime Checks
from the menu on the left and then clicking
11%
28.11.2022
. The command
host -t SRV _ldap._tcp.
must respond with has SRV record 0 0 389
, whereas a regular DNS request to the Internet is answered by the forwarder with, for example, www
11%
05.02.2023
user community. Although this module, created by Ethan Bergstrom, was still classified as version 0.1.0 by the author at the time of writing, it has been downloaded almost five million times since its
11%
08.10.2015
collections, Microsoft calculates the additional hours at $0.175 per hour in the Basic plan or $0.20 per hour in the Standard plan. However, Microsoft also has a fixed upper limit for both plans which
11%
11.02.2016
; that is, users who have the right to use Office 365 services can do so from anywhere. However, from Active Directory Federation Services 2.0 (ADFS 2.0) onward, companies have the option to create Client
11%
10.06.2015
Show Errors in the PHP file main.inc.php. Edit the section
ini_set('display_errors',0);
ini_set('display_startup_errors',0);
by changing it as follows:
ini_set('display_errors',1);
ini