search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
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)
(236)
Article
(40)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Next »
17%
Machine learning and security
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
of 'days' 06 07 # function to produce base sine data
08
# with a 7th of the base frequency overlap
09
def data_w_weekend(t): 10 if np.sin(periods / 7 * 2 * np.pi * t) > 0.5: 11 value = 0.001 * np
17%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws
08
for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d) 12 WebSockets.send(ws, """
You picked $d
17%
Profiling Python Code
09.12.2019
Home
»
HPC
»
Articles
»
to an output file instead of stdout. Listing 2 is a sample of the first few lines from cProfile on a variation of the MD code. Listing 2: cProfile Output Thu Nov 7
08:09
:57 2019 12791143 function
17%
Server virtualization with Citrix XenServer
04.08.2011
Home
»
CloudAge
»
Articles
»
.net.URL; 04 import java.util.Map; 05 06 import com.Xensource.xenapi.Connection; 07 import com.Xensource.xenapi.Host;
08
import com.Xensource.xenapi.Session;
09
import com.Xensource.xenapi.Task; 10 11 import de
17%
Hands-on test of Windows Subsystem for Linux
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
$keyfile /etc/ssh
08
chmod 644 /etc/ssh/$filename
09
done 10 if [ -f .ssh/config ]; then 11 cat .ssh/config >> /etc/ssh/ssh_config 12 sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config 13
17%
Open source customer relationship management software
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
Host *:80> 02 ServerAdmin webmaster@localhost 03 ServerName localhost 04 05 DocumentRoot /var/www/suitecrm/ 06
07 Options FollowSymLinks
08
AllowOverride None
09
17%
Desired State Configuration for Linux
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
-DSCResource -Module nx 04 Node $LinuxServer.ComputerName 05 { 06 nxFile file 07 {
08
DestinationPath ="/tmp/test"
09
Contents="Hello Linux and DSC" 10 Ensure
17%
ASP.NET web development framework
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
Options.ListenAnyIP(4711,
08
listenOptions => {
09
listenOptions.UseHttps("cert.pfx", "
"); 10 } 11 ); 12 }) 13 .UseStaticWebAssets() 14 .Use
17%
Flexible software routing with open source FRR
27.09.2021
Home
»
Archive
»
2021
»
Issue 65: 7 Em...
»
password t0ps
3
cr
3
t 06 neighbor 192.0.2.1 peer-group LAB 07 ...
08
address-family ipv4 unicast network 192.168.1.1/32
09
exit-address-family 10 #FRR2 11 router bgp 65541 12 neighbor LAB peer
17%
Run TensorFlow models on edge devices
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
.keras.Sequential([ 05 tf.keras.layers.Dense(64, activation=tf.nn.relu, input_shape=[len(train_dataset.keys())]), 06 tf.keras.layers.Dense(64, activation=tf.nn.relu), 07 tf.keras.layers.Dense(1)
08
])
09
10
« Previous
1
...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Next »