24%
05.02.2023
script (Listing 2) are located.
Listing 1
Dockerfile_ServerBase
FROM ubuntu:22.04
ENV container docker
# Don't start any optional services except for the few we need.
RUN find /etc
24%
13.03.2012
instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A16 into offset hole 22, your new furniture
24%
31.07.2013
;
22 my_record.z = counter + 2;
23 my_record.value = (float) counter * 10.0;
24 /* write out my_record */
25 }
26 return 0;
27 }
One-by-One
Initially, I’m just going
24%
07.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
24%
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
24%
14.03.2018
in the internal VPC needs the VPN port (for OpenVPN, port 1194/UDP; for IPsec with NAT traversal, ports 500/UDP and 4500/UDP). To allow the admin to access the VM itself, SSH access is also required (i.e., incoming
24%
07.11.2023
can save some partitions or devices for later when the requests for more space arrive. You can also create PVs and just leave them for later.
Listing 1 is an example from an Ubuntu 22.04 system
24%
04.04.2023
will deliver at least 1,500 input/output operations per second (IOPS) of random read performance and 500 IOPS in random writes. Although not as impressive, a card guaranteeing A1-level performance
24%
18.12.2013
FILE *ptr_myfile;
16
17 counter_limit = 100;
18
19 ptr_myfile=fopen("test.bin","wb");
20 if (!ptr_myfile)
21 {
22 printf("Unable to open file!");
23 return 1;
24 }
25 for ( counter=1; counter <= counter
24%
02.08.2021
Random Write
$ sudo fio --bs=4k --ioengine=libaio --iodepth=32 --size=500m --direct=1 --runtime=60 --filename=/dev/sdf --rw=randwrite --numjobs=1 --name=test
test: (g=0): rw=randwrite, bs=(R) 4096B