23%
16.05.2013
x86_64 6:3.4.3-1.el6 epel 9.1 M
Installing for dependencies:
GraphicsMagick x86_64 1.3.17-1.el6 epel 2.2 M
GraphicsMagick-c++ x
23%
27.09.2021
Ubuntu Startup Improvement
Distribution
AMI Tested
OS Boot (s)
Service Start (s)
Total (s)
Trusty (14.04)
ami-05dc324761386f3a9
14.581
3
23%
04.11.2011
-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
### begin ssh
#-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
23%
22.12.2017
.0.0.0.18576: S 1905213613:1905213613(0) win 512
91:33:3b:3:a0:f5 d6:11:53:f:5e:c8 0.0.0.0.8066 > 0.0.0.0.49105: S 428779274:428779274(0) win 512
c4:27:40:74:3d:11 b9:a5:d3:1d:e:bf 0.0.0.0.8772 > 0.0.0.0.42343: S 1206065071
23%
30.01.2020
-06f4dce9c3ae2c504" # for eu-west-3 paris
07 InstanceType: t2.small
08 AvailabilityZone: !GetAtt FortiVPCFrontNet.AvailabilityZone
09 KeyName:
10 Ref: KeyName
11 Network
23%
05.08.2024
root:root /usr/local/bin/dockerize
FROM google/cloud-sdk:alpine
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev python3-dev py3
23%
11.04.2016
B/s ( 2.2 Gbit/s)
128 KiB blocks: 2176.5 IO/s, 272.1 MiB/s ( 2.3 Gbit/s)
256 KiB blocks: 751.2 IO/s, 187.8 MiB/s ( 1.6 Gbit/s)
512 KiB blocks: 448.7 IO/s, 224.3 MiB/s ( 1.9 Gbit/s)
1 MiB blocks
23%
02.08.2021
Protocol specific port [psp]
0x1a Power condition transitions [pct]
0x2f Informational exceptions [ie]
0x37 Cache (seagate) [c_se]
0x38
0x3e Factory (seagate
23%
03.12.2024
to check the version installed:
$ python3
>>> import tensorflow as tf
>>> print(tf.__version__)
It doesn’t make too much difference, but if you are curious, I used TensorFlow 2.9.2 and Keras 2.9
23%
12.09.2013
:00:03.000207
In my httpd.conf file, I set a timeout of five seconds. If the SQL query runs for 4.9 seconds, the server should still provide a reasonable answer, but not after 5.1 seconds (Listing 3).
Listing 3