search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(726)
Article
(195)
News
(14)
Blog post
(2)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
48
49
50
51
52
53
54
55
56
57
58
59
60
61
...
94
Next »
23%
Run TensorFlow models on edge devices
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
optimizer = tf.keras.optimizers.RMSprop(
0
.001) 11 model.compile(loss='mean_squared_error',
12
optimizer=optimizer, 13 metrics=['mean_absolute_error', 'mean_squared_error']) The model is shown
23%
Test your containers with the Docker Desktop one-node cluster
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
.getenv("REDIS_HOST", "localhost") 07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True) 08 09 @app.route('/') 10 def hello(): 11 count = r.incr('counter')
12
return f'Hello, you have visited {count} times.' 13
23%
Lean on Logwatch
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
NEW packages will be installed: libdate-manip-perl libyaml-syck-perl logwatch As a result, about
12
.5
MB
of new software is installed. Logwatch gets configuration details several ways: from script
23%
Pushing Raspberry Pi storage to its limit
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
throughput without help from the Linux caches, which are active but not primed. Run by the hdparm [
12
] tool, sudo hdparm -t /dev/mmcblk
0
the remarkably consistent results with modern SD cards are easily
23%
SmartOS as a virtualization platform
20.03.2014
Home
»
Archive
»
2014
»
Issue 19: Perim...
»
": 2048, 07 "resolvers": ["192.168.111.254"], 08 "disks": [ 09 { 10 "image_uuid": "1fc068b
0
-13b
0
-11e2-9f4e-2f3f6a96d9bc", 11 "boot": true,
12
"model": "virtio" 13 } 14 ], 15
23%
Visualize data throughput with SMBTA
30.11.2025
Home
»
Archive
»
2011
»
Issue 3: Are yo...
»
available as version
0.0
.2 [8] (see the "Stresstest" box). Figure 1: Stresstest stresses SMBTAD by continually generating Samba traffic
23%
Accelerate web applications with Varnish Cache
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
the old cache for a maximum of
12
hours. Listing 3 Heart Rate Monitor 01 backend default { 02 .host = '127.
0.0
.1'; 03 .port = '8080'; 04 .probe = { 05 .url = "/"; 06 .timeout
23%
OpenStack workshop, part 2: OpenStack cloud installation
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
IDENTIFIED BY 'ohC3teiv'; 10 EOF 11 mysql -u root <
12 CREATE DATABASE keystone; 13 GRANT ALL PRIVILEGES ON keystone.* TO 'keystonedbadmin'@'%' 14 IDENTIFIED BY 'Ue
0
Ud7ra'; 15 EOF 16 mysql -u root <
23%
High-Performance Python 2
22.08.2019
Home
»
HPC
»
Articles
»
data: Listing 2: secret.f90 subroutine hellofortran(
n
) integer
n
write(*,*) "Hello from Fortran! The secret number is: ",
n
return end The next step is to create the signature of the code for f2
23%
Accessing Fortran code with Python
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
a subroutine with input data. Listing 2 secret.f90 subroutine hellofortran(
n
) integer
n
write(*,*) "Hello from Fortran! The secret number is: ",
n
return end The next step is to create
« Previous
1
...
48
49
50
51
52
53
54
55
56
57
58
59
60
61
...
94
Next »