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)
(291)
Article
(61)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
8
9
10
...
36
Next »
17%
mpi4py – high-performance distributed Python
30.11.2020
Home
»
Archive
»
2020
»
Issue 60: Secur...
»
== 0:
08
data = { 'key1' : [10,10.1,10+11j], 09 'key2' : ('mpi4py' , 'python'), 10 'key
3
' : array([1, 2,
3
]) } 11 else: 12 data = None 13 # end if 14 15 data = comm
17%
Using Libvirt with Python to manage virtual machines
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
.libvirt.unix.manage" || action.id == "org.libvirt.unix.monitor") && subject.isInGroup("virt")) { 07 return polkit.Result.YES;
08
} 09 return null; 10 }); After ensuring that the user virtuser is a member of the virt
17%
Correctly integrating containers
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
support was limited to the services by Kubernetes. Thanks to Calico [
3
], IPv6 is also used for the pods [4]. The Kubernetes network proxy (kube-proxy) was to be IPv6-capable from version 1.7, released
17%
Go testing frameworks
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
, as in Python [
3
] or Node [4]. Recent books have been published about writing shell commands in Rust [5], Python [6], Node.js [7], and even Go [8], and it is into this last language's interesting performance
17%
Modularize websites with Web Components
09.04.2019
Home
»
Archive
»
2019
»
Issue 50: Bpfilter
»
-list.js (continued) 01 const anotTitle = document.createElement ('template'); 02 anotTitle.innerHTML = ` 03
17%
Jenkins Configuration as Code
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
://misiu.pl:8080/"; 04 05 JenkinsLocationConfiguration jlc = JenkinsLocationConfiguration.get() 06 07 jlc.setUrl(newRootURL);
08
jlc.save(); Listing
3
shows two sample YAML files used by JCasC to set up
17%
Managing Linux systems with Spacewalk
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
use strict; 04 use Exporter; 05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 06 07 $VERSION = 1.0;
08
@ISA = qw(Exporter); 09 @EXPORT = (); 10 @EXPORT_OK = qw
17%
Detecting malware with Yara
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
_string
3
= {9E 68 2B C2 99 6A 59 F7 F9 8D 30} 07 Conditions:
08
$test_string1 or $test_string2 or $test_string
3
09 } In Listing 2, I tell Yara to look for the strings that my
17%
Infrastructure as Code with Terraform
18.02.2018
Home
»
Archive
»
2018
»
Issue 43: Real...
»
uses different providers [2] to provide resources for the corresponding platforms, which in turn feed into the configurations. In this article, I use DigitalOcean [
3
] to provide insight into how
17%
Provisioning resources with an Azure-specific language
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
resources (e.g., a storage account in this example) in Bicep is also simpler: resource stg 'Microsoft.Storage/storageAccounts@2021-
08
-01' = { name: storageAccountName location: location sku
« Previous
1
2
3
4
5
6
7
8
9
10
...
36
Next »