17%
10.06.2015
source nfdump [5] tool does this job on an existing Linux server or on a lean virtual machine (VM). A CPU core, 256MB of RAM, and a 2GB hard drive are sufficient for the VM. You can install on Cent
17%
22.05.2023
a secondary (local) drive with the exact same capacity on each, /dev/sdb:
$ cat /proc/partitions|grep sd
8 0 10485760 sda
8 1 1024 sda1
8 2 1835008 sda2
8 3
17%
03.08.2023
, contiguous chunks called ranges, which are typically 64MB in size. These ranges are replicated across multiple nodes by the Raft consensus algorithm, ensuring strong consistency and fault tolerance.
On top
17%
04.12.2024
={"city": "New York"}), PointStruct(id=5, vector=[0.24, 0.18, 0.22, 0.44], payload={"city": "Beijing"}), PointStruct(id=6, vector=[0.35, 0.08, 0.11, 0.44], payload={"city": "Mumbai"}),],
)
The database
17%
09.06.2018
now have interfaces, including Nmap.
Figure 3 shows a typical Nmap scan using the OSScan option (-0) that you've seen a thousand times. Notice with this particular scan that Nmap is having a hard time
17%
26.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that's 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
17%
27.09.2021
is currently listed as $0.00/hour. You will also find a number of other instances of AlmaLinux on Azure (many of which are purpose-built) that start anywhere from $0.008/hour and go up to $0.034/hour.
Alma
17%
07.11.2011
, Row by Row
01 hwloc_obj_t obj;
02 depth = hwloc_topology_get_depth(t);
03 for (d = 0; d < depth; d++) {
04 n = hwloc_get_nbobjs_by_depth(t, d);
05 for (i = 0; i < n; i++) {
06 obj = hwloc
17%
17.08.2011
_costs = {
't1.micro' => 0.02,
'm1.small' => 0.095,
'c1.medium' => 0.19,
'm2.2xlarge' => 1.14,
'm2.4xlarge' => 2.28
}
Then I list the regions. This could have been dynamic, but I don’t want
17%
30.11.2020
while (read (FILEHANDLE, $newtext, 1)) {
060 $text .= $newtext;
061 }
062 close FILEHANDLE;
063 @split_text = split "\n", $text;
064 $split_text_count = "0";
065 foreach (@split