20%
09.12.2021
#
, where #
is the number of threads and a space falls between it and the switch (Listing 3).
Listing 3: lbzip2
$ lbzip2 -v -n 4 package-list.txt
lbzip2: compressing
20%
17.09.2013
of an uncorrectable error by factors of 9–400.
Uncorrectable errors following a correctable error are still small at 0.1%–2.3% per year.
The incidence of correctable errors increases with age
20%
08.05.2019
; ia[i] = i;
test(a,b,c, SIZE);
for (i=0; in", a[i], b[i], c[i]);
}
Listing 9: nowait Output
0
19%
20.03.2014
to the minimum file allocation size a filesystem manages and effectively represent the smallest possible disk allocation for a file. (A smaller file would be padded with slack space to that minimum allocation
19%
26.02.2014
def
#
# Routine to add commas to a float string
#
def commify3(amount):
amount = str(amount)
amount = amount[::-1]
amount = re.sub(r"(\d\d\d)(?=\d)(?!\d*\.)", r"\1,", amount)
return amount[::-1
19%
05.08.2024
9). From the output, you can observe that the /testfs filesystem is mounted and is 64MB in size.
Listing 9
Verifying /testfs Creation
# ansible -m shell -a 'df -m|grep testfs' aixhosts
19%
17.02.2015
/www/html directory with:
[root@kickstart ~]# cd /var/www/html/
[root@kickstart base]# reposync -r base -a x86_64 -n
Reposync will look for the base repo in /etc/yum.repos.d/ and then sync from the particular web
19%
09.08.2015
-n
Show version
-v
Table 3
Editing Commands
Action
Command
Add lines above this one
i
Add lines below this one
19%
29.10.2013
Linux running PHP 5.3
5) 32bit Amazon Linux running Node.js
6) 64bit Amazon Linux running Node.js
...
Don’t create an RDS instance this time, so type n
for that option; however, notice how
19%
13.07.2022
.
Figure 5: Terminal after creating a new tmux window.
To cycle through windows, press Ctrl+B-n (next), Ctrl+B-p (previous), or Ctrl+B-x
(where x
=0-9) to go to a specific window. If you type Ctrl