50%
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
50%
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
50%
14.05.2013
log in for terminal access:
ps –aef |grep ssh
This command shows the output:
root 571 1 0 Mar26 ? 00:00:00 /usr/sbin/sshd -D
Now I can SSH into the target box with my new user account and have
50%
27.09.2021
08 integer :: counter
09 integer :: counter_limit
10 integer :: ierr
11
12 type(rec) :: my_record
13
14 counter_limit = 2000
15
16 ierr = -1
17 open(unit=8,file
49%
14.03.2013
,
09 sizeof(j));
10 [...]
11 MALLOC(pr, struct prison *,
12 sizeof(*pr),
13 M_PRISON, M_WAITOK | M_ZERO);
14 [...]
15 error = copyinstr(j.path,
16 &pr->pr_path, sizeof
49%
04.11.2011
-o pe_start
# vgcreate RaidVolGroup00 /dev/sdx
# lvcreate --extents 100%VG --name RaidLogVol00 RaidVolGroup00
# mkfs -t ext3 -E stride=32 -m 0 -O dir_index,filetype,has_journal,sparse_super /dev
49%
05.09.2011
_xen/im_xen.conf",
05 # default = "im_xen/im_xen.conf" ]
06
07 #VM_MAD = [
08 # name = "vmm_xen",
09 # executable = "one_vmm_xen",
10 # default = "vmm_xen/vmm_xen.conf",
11 # type = "xen
48%
04.08.2020
33 enum { probes = 10, loops = 1, };
34 uint64_t iterations = strtoull(argv[1], 0, 0);
35 uint64_t upper = iterations*iterations;
36
37 double pi = M_PI;
38 double r = 0.0;
39
40 stats
48%
20.03.2014
Model Number: INTEL SSDSC2CW240A3
Serial Number: XXXXXXXXXXXXXXXXXX
Firmware Revision: 400i
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II
[...]
Commands
48%
13.06.2016
for backups, you can set the reserve to zero percent:
tune2fs -m 0 /dev/mapper/vg00-ext4fs
as shown in the preceding command.
Filesystem in Userspace
The previous section dealt with block-based filesystems