100%
09.04.2019
in mv
ubuntu@aws:~/slow-mv$ strace -t mv 3GB.copy 3GB
19:00:09 execve("/bin/mv", ["mv", "3GB.copy", "3GB"], 0x7ffd0e7dddf8 /* 21 vars */) = 0
19:00:09 brk(NULL) = 0x55cd7d1ce000
96%
21.11.2012
) :: start_time, end_time
018 INTEGER :: m, iter = 0
019 INTEGER i, j
020 REAL( kind = 8 ) seconds, seconds2, elapsed_time
021 PUBLIC
022
023 CONTAINS
024 SUBROUTINE wtime(wtime2)
025
026
96%
04.10.2018
/federico/Samsung_T5, but I could just as easily find out from the shell (Listing 1) where sdb is actually mounted:
federico@cybertron:~$ lsblk | grep sd
sda 8:0 0 119.2G 0 disk
|--sda1 8:1 0 500M 0
93%
20.06.2022
.4'
02 services:
03 keycloak:
04 container_name: keycloak
05 image: quay.io/keycloak/keycloak:17.0.1
06 ports:
07 - 8080:8080
08 environment:
09 - KEYCLOAK
91%
05.12.2019
" by Martin Fowler: https://martinfowler.com/articles/continuousIntegration.html
Meyer, M. Continuous integration and its tools. IEEE Software
. 2014;31(3):14-16
Chen, L. Continuous delivery: Huge
89%
07.06.2019
.http.host ~ "example.com" &&
04 req.http.Cookie == "logged_in")
05 {
06 return (pass);
07 }
08
09 unset req.http.Cookie;
10 }
Availability Without a Back End
If the back end becomes very slow or fails
87%
22.12.2017
.168.121.102:1,192.168.121.103:1 ** ** ** ** ** ** ** ** ** **3s
heketi 10.1.1.3:8080 ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **2m
86%
09.01.2013
).
Smartmontools is compatible with all S.M.A.R.T. features and supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards, which can sometimes cause ... Modern drives use S.M.A.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.A.R.T. features ... S.M.A.R.T., smartmontools, and drive monitoring
86%
07.06.2019
MAINTAINER Yves Schumann
03
04 ENV WORK_DIR=/data/work \
05 DEBIAN_FRONTEND=noninteractive \
06 LC_ALL=en_US.UTF-8
07
08 # Mount point for development workspace
09 RUN mkdir -p
86%
17.02.2015
. Line 1 tells Apache to listen on port 8080; lines 2 to 8 handle the incoming HTTP requests. Lines 5 and 6 allow Python scripts to execute via the web server's CGI interface, assuming they reside