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)
(258)
Article
(56)
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
11
12
...
32
Next »
20%
Using the MQTT IoT protocol for unusual but useful purposes
03.12.2015
Home
»
Archive
»
2015
»
Issue 30: OpenD...
»
(msg.payload)) 07
08
mqtt = paho.Client() 09 mqtt.on_message = on_message 10 11 mqtt.connect("localhost", 1883, 60)
12
mqtt.subscribe("linux/+",
0
) 13 14 mqtt.loop_forever() The client now connects
20%
Static code analysis finds avoidable errors
06.10.2019
Home
»
Archive
»
2019
»
Issue 53: Secur...
»
* argv []) 06 /*@requires maxRead(argv) >= 1 @*/ 07 /*@-modfilesys@*/
08
{ 09 /*@-initallelements@*/ 10 char buffer [BUFSIZE] = {'\
0
'}; 11 /*@+initallelements@*/
12
if ( ( argc
20%
Embarrassingly parallel computation
01.06.2024
Home
»
Archive
»
2024
»
Issue 81: Load...
»
* argv[])
08
{ 09 long niter = 1000000000; 10 int myid; //holds process's rank id 11 double x,y; //x,y value for the random coordinate
12
int i; 13
19%
Docker image security analysis
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
CREATED SIZE nginx
f09fe80eb
0
e7
12
days ago 109
MB
nginx latest 35640fed495c
12
days ago 109
MB
Backdoor Access Considering how well Docker Scan handled
19%
Data Analysis with R and Python
17.02.2015
Home
»
Archive
»
2015
»
Issue 25: Safe...
»
as ro 05 06 devs = importr('grDevices') 07
08
main = "Distribution of Orbit Types" 09 path = "tmp/bahntypen.png" 10 11 rep = reporter("galaxy", "comets", ["ecc"])
12
num = ro.r.nrow(rep.df)[
0
] 13 vals
19%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
struct jail 01 main(int argc, char **argv) 02 { 03 struct jail j; 04 int i; 05 [...] 06 /* Populate the jail struct */ 07 memset(&j,
0
, sizeof(j));
08
j.version =
0
; 09 j.path =
19%
Parallel Python with Joblib
08.04.2014
Home
»
HPC
»
Articles
»
| elapsed:
0.0
s remaining: 4.5s [Parallel(
n
_jobs=2)]: Done 198 out of 1000 | elapsed:
1.2
s remaining: 4.8s [Parallel(
n
_jobs=2)]: Done 399 out of 1000 | elapsed: 2.3s remaining: 3.5s
19%
Parallelizing and memorizing Python programs with Joblib
20.05.2014
Home
»
Archive
»
2014
»
Issue 20: IPv6...
»
)]: Done 1 out of 181 | elapsed:
0.0
s remaining: 4.5s [Parallel(
n
_jobs=2)]: Done 198 out of 1000 | elapsed:
1.2
s remaining: 4.8s [Parallel(
n
_jobs=2)]: Done 399 out of 1000 | elapsed: 2
19%
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
19%
Visualizing containers with clarity
29.09.2020
Home
»
Archive
»
2020
»
Issue 59: Custo...
»
(abridged) $ docker build -t dockly . Sending build context to Docker daemon 16.52
MB
Step 1/9 : FROM node:8-alpine 8-alpine: Pulling from library/node e6b
0
cf9c0882: Pull complete 93f9cf0467ca: Pull
« Previous
1
2
3
4
5
6
7
8
9
10
11
12
...
32
Next »