14%
28.11.2023
macsec-cipher-suite gcm -aes-128
confidentiality-offset 0
replay-protection window-size 10
!
interface GigabitEthernet2/0/1
description ITA_MACsec_Client
switchport mode access
switchport access
14%
05.12.2019
. Whereas video CDs usually have a capacity of around 700MB, video DVDs that follow the DVD-18 standard can store around 17GB. The significantly higher storage capacity not only makes it possible to offer
14%
09.01.2013
=/var/log/one/accounting.log
04
05 case "$1" in
06 "on"|"off")
07 mode=$1
08 shift
09 ;;
10 *)
11 echo "$0 error: wrong mode." >&2
12 exit 1
13 ;;
14 esac
15
16 if [ "$1
14%
28.06.2011
_64 ramdisk
10 IMAGE eri- 0C0D116C image- store- 1299616369/ramdisk.manifest.xml admin available public x86_64 ramdisk
Alternatively, you can get the same information from
14%
11.06.2014
site performance.
Figure 1: My Pre-optimized Google PageSpeed Insights site scores: desktop 75/100; mobile 62/100.
Performance Boosters
To improve
14%
05.02.2019
developed an exploit for CVE-2018-16865 and CVE-2018-16866 that obtains a local root shell in 10 minutes on i386 and 70 minutes on AMD64, on average," the researchers wrote.
Qualys said that all systemd
14%
29.09.2020
.168.2.17",
04 "visible": true,
05 "color": "green",
06 "user": "root"
07 },
08 "web server": {
09 "address": "192.168.2.4",
10 "visible": true,
11 "color": "rgb(100, 200, 0)",
12
14%
15.06.2011
], are a big help.
The Admin Cloud Index
The Admin Magazine Cloud Index (AMCI) evaluates 10 differently weighted features of commercial public clouds. In the AMCI, Amazon's Web Services (EC2, S3, and Cloud
14%
11.04.2016
_options=synced
08 servers=backend1, [...]
09 user=maxscale
10 passwd=secret
11
12 [Galera Listener]
13 type=listener
14 service=Galera Router
15 protocol=MySQLClient
16 address=10.42.0.1
17 port=3306
18
19 [Galera
14%
12.08.2015
n, chunksize, chunk, i
parameter (n=1000)
parameter (chunksize=100)
real :: A(i), B(i), C(i)
! Some initializations
do i = 1, n
A(i) = i * 1.0
B(i) = A(i)
enddo
chunk = chunksize
!$OMP