18%
05.12.2016
# Deactivate comments to keep these rules permanently
090 UNBLOCK_AUTO=0
091
092 echo "Initialize iptables"
093 # Create rule chains
094 chain_exists LAST_RESORT || ${IPTABLES} -N LAST_RESORT
095
18%
03.01.2013
=====================================================================================
Install 14 Package(s)
Total download size: 21 M
Installed size: 81 M
Is this ok [y/N]: y
...
Installed:
octave.x86_64 6:3.4.3-1.el6
Dependency Installed:
GraphicsMagick.x86_64 0:1.3.17-1.el6
18%
11.06.2014
, it still does not support UEFI firmware, thus forcing admins to enable the BIOS emulator on newer systems.
Choice
SourceForge [3] offers three flavors of TheSSS: Although the ISO image (TheSSS-8.0.iso ... Want to set up a full-fledged web, file, or proxy server in 10 seconds? No problem with TheSSS, the smallest server suite in the world. The new 8.0 version of this useful Linux distribution weighs
18%
30.05.2021
the following:
$ gpustat -P
[0] Tesla V100-SXM2-16GB | 37'C, 0 %, 24 / 300 W | 0 / 16160 MB |
One GPU is present, running at a cool 37 Celsius and drawing 24W while doing absolutely nothing. To proceed further
18%
05.08.2024
_GCPCPSTST
FROM alpine:3.19 AS dockerize
ENV DOCKERIZE_VERSION v0.7.0
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar
18%
04.08.2020
shamir
Initialized true
Sealed false
Total Shares 1
Threshold 1
Version 1.3.2
Cluster Name vault-cluster-e5878f26
Cluster ID 54ef0ecc-5f31-0926-e904-1bd94bc152ae
HA Enabled
18%
17.04.2017
. The disadvantage of hardware appliances is that they are less flexible than software, which you can adapt to suit your own landscape.
Cuckoo [3] was launched in August 2010, and the release candidate for version 2.0
18%
09.10.2017
runtime daemon as rkt [2] and the Open Container Initiative [3] take off.
Since 2014, a major player in the Linux market has been touting a different type of container that is a real eye-opener. I'll take
18%
11.02.2016
DestinationSizeChange 41943106 (40.0 MB)
Another view of the file statistics lists which file effected the change:
# gunzip -c /mnt/backup/rdiff-backup-data/file_statistics.\
2015-03-15T10\:44\:06+01\:00.data.gz | awk '$2
18%
25.02.2016
__name__ == '__main__':
# Main dictionary
d = {};
# define interval and add to dictionary
interv = 0.5;
d['interval'] = interv;
# Number of cores:
N = psutil.cpu_count();
d['NCPUS'] = N