41%
22.12.2017
, and eighth generation Intel Core Processor Family; the Intel Xeon Processor E3-1200 v5 and v6 Product Family; the Intel Xeon Processor Scalable Family; the Intel Xeon Processor W Family; the Intel Atom C3000
41%
10.06.2015
configure settings for RandR [4] in Linux. The call to xrandr is pretty bulky:
xrandr --fb 1600x900 --output LVDS1 --mode 1600x900 \
--scale 1x1 --output HDMI3 --same-as LVDS1 --mode 1920x1200 \
--scale
41%
26.01.2025
in combination with a card supporting the extended standard (SDXC). CQ mode was introduced in 2017 with version 6.0 of the SD specification [4], but although the Linux kernel had been supporting CQ mode for e
40%
14.03.2018
. The infrastructure also includes three LDAP servers, six NFS servers (based on Ceph), and two HAProxy load balancers. Monitoring is done via Graphite [5], with an Elasticsearch [6], Logstash [7], and Kibana [8] (ELK
40%
05.12.2014
Alchemy [5]. Phraseanet [1] has been available for download since 2010 under the GPLv3 via GitHub. We installed version 3.8. Before installing, admins should take a look at the documentation [6] to prepare
40%
30.03.2012
Sentry: /etc/portsentry/temp_ban_length
#!/bin/bash
# Local IPs are only banned briefly
if [ `echo $1 | grep '123.45.67.' ` ] || [ `echo $1 | grep '89.91.23.' ` ] || [ `echo $1 | grep '45.67.78.91' ` ]
then
/bin/sleep 1200
/sbin/iptables -D
39%
28.11.2021
without entering a password. That said, it does makes sense to share your own experiences with the Metasploit community – for example, on GitHub [6].
Armitage and Meterpreter
To get a quick taste
39%
30.11.2020
.
A fleet of 8TB SSDs, for example, costs around $1,200 (EUR2,000) on the free market. The price can undoubtedly be reduced considerably if you buy 30 or 40 units from your trusted hardware dealer. In any
39%
06.10.2022
times the size of the previously received request. The payload must be at least 1,200 bytes in the initial packet; otherwise, padding is required.
A token exchange before compute-intensive operations
39%
20.06.2022
_ADMIN=admin
10 - KEYCLOAK_ADMIN_PASSWORD=SOME_PASSWORD
11 - KC_DB=postgres
12 - KC_DB_URL=jdbc:postgresql://postgres:5432/keycloak
13 - KC_DB_USERNAME=postgres
14 - KC