20%
30.11.2025
stmf
23 # stmfadm add-view -t myfcserver -h myfcclient -n 1 600144f021ef4c0000004bcb3fb70001
This process provides a logical unit with a LUN of 1
for the client with a WWPN of 50:06:0b:00:00:c2
20%
25.05.2012
. Something along the lines of:
TID PRIO USER DISK READ DISK WRITE IO> COMMAND
18981 be/4 www-data 0.00 B/s 3.92 K/s apache2 -k start
Or, if you were trying to see which system user
20%
11.04.2016
/etc/systemd/network
Listings 2 and 3 show the two configuration files for the normal Ethernet card (Listing 2) and the bridge device (Listing 3). You can decide which device is configured
20%
13.06.2016
/run/systemd/resolve/resolv.conf /etc/resolv.conf
mkdir /etc/systemd/network
Listings 2 and 3 show the two configuration files for the regular Ethernet card (Listing 2) and bridge device (Listing 3
20%
05.12.2019
will stop supporting version 2 and developers must begin the migration to Python 3 as soon as possible. However, there's a catch. If you get Python from the Ubuntu repositories (for either 16.04 or 18
20%
07.01.2014
a great deal of power in a few lines:
rm -rf backup.3
mv backup.2 backup.3
mv backup.1 backup.2
cp -al backup.0 backup.1
rsync -a --delete source_directory/ backup.0/
To better understand the script, I
20%
27.09.2021
0.499MiB of data (the code would round this down to one decimal place, or 0.0).
Figure 6: Analysis highlights from the darshan-job-summary.pl output
20%
09.01.2013
with your S3 bucket, and you can use s3sync [6] to sync to S3 (somewhat like rsync). If you are running Windows, these Amazon S3 clients are available for backing up data to Amazon S3:
Amazon S3 Transfer ... advantages: S3QL. ... S3QL filesystem for cloud backups
20%
14.06.2017
-rw-r--r-- 1 laytonjb laytonjb 261K 2014-06-09 20:31 FS_scan.csv.gz
The original file is 3.2MB, but after using gzip
with the -9
option (i.e., maximum compression), the resulting file is 268KB. The .gz
20%
20.05.2014
, and physical memory (32- and 64-bit windows).
dc3dd [2] – a tool that captures the content of memory on the infected system; dc3dd is basically the standard *nix dd utility upgraded for forensic use, which