69%
03.02.2022
,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25,57
26,58
27,59
28,60
29,61
30,62
31,63
The lstopo tool
69%
18.12.2013
_limit):
20 local_dict['x'] = float(counter);
21 local_dict['y'] = float(counter + 1);
22 local_dict['z'] = float(counter + 2);
23 local_dict['value'] = 10.0 * float(counter);
24 my
69%
16.05.2013
details about user authentication in Ceph, check out my CephX article published online [3].
Any host that needs to run Glance with a Ceph connection needs a working /etc/ceph/ceph.conf. Glance references
69%
04.12.2024
"$REMOTE_ADDR"
16 match request header set "X-Forwarded-Port" value "$SERVER_PORT"
17 match request header set "X-Forwarded-By" value "$SERVER_ADDR:$SERVER_PORT"
18 }
19
20 relay
69%
07.06.2019
running container uses the nginx image with the id bf85f2b6bf52.
Listing 2
Inspecting Image Manifests
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
nginx
69%
30.11.2025
X4 920 CPU (quad core)
8GB of memory (DDR2-800)
The operating system and boot drive are on an IBM DTLA-307020 (20GB drive at Ultra ATA/100)
/home is on a Seagate ST1360827AS
A 64GB Intel X
69%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
69%
30.11.2025
100.net) 56 data bytes
03 64 bytes from iy-in-x63.1e100.net: icmp_seq=1 ttl=52 time=99.6 ms
04 64 bytes from iy-in-x63.1e100.net: icmp_seq=2 ttl=52 time=100 ms
05 64 bytes from iy-in-x63.1e100.net: icmp
69%
03.12.2015
machine. Initial evaluations on the practical conditions are easily possible on a well-equipped PC with a quad-core CPU, 1GB of RAM, a network interface card, and 20GB of free hard disk storage
69%
04.11.2011
.width + kx];
47 }
48 }
49 // Clamp values to {0, ..., 255} and store them
50 out.data[y * out.width + x] = clampuchar((int) convolutionSum);
51 }
52 }
53