17%
09.01.2013
and performance levels [2].
According to Citrix, the software-based appliances, called NetScaler VPX, can handle data at 10Mbps to 3Gbps. They can be virtualized with VMware, Hyper-V (Figure 3), and Xen
17%
25.03.2020
, communication is secured with TLS v1.2. This host, then, establishes a connection to the target system – in this case smtp.gmail.com
– over insecure port 25. In this example, it is simply a matter of protecting
17%
20.05.2014
Although Microsoft is already offering a successor to the successor, in the form of Windows Server 2012 R2, many companies continue to work with Small Business Server (SBS) 2011. In particular
17%
10.11.2021
bzip2
achieves compression, you can add the -v
(verbose) flag:
$ bzip2 -v package-list.txt
package-list.txt: 2.801:1, 2.856 bits/byte, 64.30% saved, 11626 in, 4151 out.
As with gzip
, bzip2
has
17%
07.06.2019
.
38 IMAGE: $image
39 " >&2
40
41 curl --silent --header "Accept: application/vnd.docker.distribution.manifest.v2+json" --header "Authorization: Bearer $token" "https://registry-1.docker.io/v2
17%
03.04.2024
be detected quickly and security measures initiated at short notice.
For the examples in this article, we use the MITRE ATT&CK knowledge base [2] for CTI and the open source Velociraptor digital forensics
17%
04.10.2018
The drive in question is a solid-state 64-layer V-NAND device manufactured by Samsung. The Samsung T5 is an external drive, quite a bit smaller than older external drive formats defined by the dimensions
17%
22.05.2023
and the number of observations.
To illustrate, I'll look at a practical example wherein a histogram is defined with three buckets: 1s
, 2.5s
, and 5s
. Two queries, one of which lasts two seconds and the other
17%
02.08.2022
is an expert in the underlying engine will implement performant ways to do basic operations like multiplying two matrices, multiplying a matrix times itself transposed, and other operations.
Figure 2 shows
17%
22.12.2017
system provided to the containers running on the host. Here is an example of incorporating a data volume in a Docker container:
# docker run -d -P --name web -v /data:/www/webapp fedora/httpd python app