51%
27.09.2021
-kube-controllers-[snip]-pnnkc 0/1 Pending 0 66m
kube-system calico-node-m79sg 0/1 Pending 0 66m
To make the MicroK8s build friendlier to Raspberry Pi, I followed some cgroups ... A zero-ops installation of Kubernetes with MicroK8s operates on almost no compute capacity and roughly 700MB of RAM. ... MicroK8s ... Zero-Ops Kubernetes with MicroK8s
51%
04.11.2011
$if | bzip2 ‑9 > $if.bz2;
04 done
05 real 0m27.005s
06 user 0m11.745s
07 sys 0m14.623s
08
09 $ time find . ‑name "*.gz" ‑print | parallel ‑j +0 'zcat {} | bzip2 ‑9 > {.}bz2'
11
12 real 0m
50%
13.12.2022
:
warewulf x86_64 4.3.0-1.git_235c23c.el8 ciq 8.3 M
Installing dependencies:
bind-export-libs x86_64 32:9.11.36-3.el8_6.1 baseos
50%
14.06.2017
example illustrating the change in file size:
$ ls -lsah FS_scan.csv
3.2M -rw-r--r-- 1 laytonjb laytonjb 3.2M 2014-06-09 20:31 FS_scan.csv
$ gzip -9 FS_scan.csv
$ ls -lsah FS_scan.csv.gz
268K
50%
14.08.2017
to compress data files. Listing 1 shows a quick example illustrating the change in file size.
Listing 1
Gzip Example
$ ls -lsah FS_scan.csv
3.2M -rw-r--r-- 1 laytonjb laytonjb 3.2M 2014-06-09 20
50%
30.01.2020
its execution in the real world (real), as well as how much CPU time was allocated in user and kernel (sys) modes:
$ time sleep 1
real 0m1.004s
user 0m0.002s
sys 0m0.001s
What not everyone knows
49%
02.06.2020
install https://dl.google.com/coral/python/tflite_runtime-2.1.0-cp37-cp37m-linux_armv7l.whl
Then, executing the model and making a prediction with the Python API is quite easy. Because I am working
49%
01.06.2024
&& apt install wget
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.0.tgz
tar -xvf docker-18.09.0.tgz
cd docker
cp docker /usr/bin
Now, interact directly with the Docker daemon
49%
09.01.2013
metadata...
18 Wrote 0.00 MiB of compressed metadata.
After creating an S3QL filesystem, I checked the mountpoint, /mnt/data1 (Listing 2). A few files are created as a result of the S3QL filesystem
49%
20.02.2023
dnf install -y tar bzip2 make automake gcc gcc-c++ pciutils elfutils-libelf-devel libglvnd-devel
distribution=rhel8
ARCH=$( /bin/arch )
sudo dnf config-manager --add-repo http://developer.download.nvidia.com