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%
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%
08.10.2015
was possible in principle, but this solution was not as clean as developing a separate interface. This need for a container interface is precisely the gap that Magnum [6] [7] sets out to fill. As a new Open
39%
05.02.2019
or the new Oracle mode for each MariaDB instance. As a small example, Listing 6 shows an anonymous Oracle PL/SQL block in MariaDB. Further examples can be found online [2].
Listing 6
PL/SQL Block