14%
26.01.2025
contributorGalleryRole
11 ]
12 }
13
14 resource networkConnection 'Microsoft.DevCenter/networkConnections@2024-02-01' = {
15 name: networkConnectionName .. .. }
16
17 resource attachedNetworks 'Microsoft
14%
25.09.2023
-rf /var/lib/apt/lists/*
09
10 RUN >/etc/machine-id
11 RUN >/var/lib/dbus/machine-id
12
13 EXPOSE 22
14
15 RUN systemctl set-default multi-user.target
16 RUN systemctl mask dev-hugepages.mount sys
14%
12.09.2013
Server
For this portion of the article, I'll assume you've installed Ubuntu Server 12.04 LTS and updated and patched fully with:
sudo aptitude update && aptitude dist-upgrade
Moving forward, I want
14%
03.04.2024
on machines with only one CPU core and 512MB of RAM; the minimalist K3s setup itself only uses 250MB. As one of the radical cost-cutting measures, K3s dispenses with the I/O-intensive etcd database
14%
04.04.2023
to guess; it depends on the size of the AD and the number of changes. In general, however, the preset 128MB will be too small and cause data to be overwritten very quickly. A minimum of 1GB is recommended
14%
05.12.2016
by with a little less. The developers promise that the system will be able to be used in the basic configuration immediately after installation.
After starting, Apricity occupied a moderate 535MB of RAM, which
14%
09.09.2024
in the list of Docker container images:
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu-24.04-dev1 latest 2358ab17d70c 13 minutes ago 149MB
Note
13%
19.06.2023
128-bit complex floating-point
complex256
c32
256-bit complex floating-point
bool
?
Boolean (True or False)
unicode
U
Unicode string
13%
01.04.2014
section: Enter the Access Key ID and your Secret key and CNAME information (Figure 12). Now simply click Test CloudFront distribution
, and it should return Test Passed
. You are now good to go, so click
13%
16.01.2013
(nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank