50%
20.04.2022
quick brown fox
then add some extended attributes to this file:
$ setfattr -n user.comment -v "This is a comment" test.txt
This command sets the extended file attribute to the name user.comment
. The -v
option indicates
50%
05.02.2019
with its Clear Containers project [2], which uses the VT-x technology built into most modern Intel CPUs.
Under the umbrella of the OpenStack Foundation, which for some time now has not dealt exclusively
50%
15.08.2012
with the distribute(array,dist-dimm)
function. The localize(array)
function returns the local portion (8 rows by 2 columns) of my now-distributed array.
julia> j=distribute(a,2);
julia> print(localize(j));
8x2
50%
25.03.2021
.io/hostname: "node2"
dataRaidGroups:
- blockDevices:
- blockDeviceName: "blockdevice-3f4e3fea1ee6b86ca85d2cde0f132007"
- blockDeviceName: "blockdevice-db84a74a39c0a1902fced6663652118e
50%
20.05.2014
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
50%
05.08.2024
ago infallible_knuth
7f2d5a7b7c86 docker.io/library/ubuntu:latest /bin/bash 24 minutes ago Exited (127) 22 minutes ago wonderful_sinoussi
85b8e9efc636 docker
50%
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
49%
05.12.2016
} ${TABLENAME} -nL ${CHAINNAME} 2> /dev/null 1> /dev/null
048 RET=$?
049 return ${RET}
050 fi
051 }
052
053 function delete_rule
054 {
055 # Find correct rule parameters
056 RULE=`echo ${@} | awk
49%
27.09.2021
T), thanks to a binary of just 100MB. The perfect laboratory companion that offers immediate access to Kubernetes is the clever minikube [2].
Another distribution caught my eye recently when I was arriving ... A zero-ops installation of Kubernetes with MicroK8s operates on almost no compute capacity and roughly 700MB of RAM.
49%
10.11.2021
a directory
-v
or -vv
creates verbose output
-b
uses bzip2
compression
-g
uses gzip
compression
-l
uses lzo
compression
-L
n
uses compression level n
(1
-9
, with 7
being the default