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)
(244)
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
...
30
Next »
20%
TCP Stealth hides open ports
10.04.2015
Home
»
Archive
»
2015
»
Issue 26: OpenS...
»
if (setsockopt(sock, IPPROTO_TCP, TCP_STEALTH, secret, sizeof(secret))) {
08
printf("setsockopt() failed, %s\
n
", strerror(errno)); 09 return 1; 10 } 11
20%
Visualizing time series data
21.08.2014
Home
»
Archive
»
2014
»
Issue 22: OpenS...
»
't connect to $remote_host:$remote_port: $@ \
n
"; 17 18 19 while() { 20 my @lavg = Sys::CpuLoad::load(); 21 my $ts=time(); 22 print $socket "system.loadavg_1min $lavg[
0
] $ts\
n
"; 23 print $socket "system
20%
Using a Bash script to mirror external monitors
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
to the first sed I know that here is only a SINGLE space 45 display_list="$(sed ':a;
N;$!ba;s/\n
/ /g'<<<"$xrandr_current" | sed \ -
n
-e 's/^\([a-zA-Z
0
-9_-]\+\) connected.* \([
0
-9]\+\)mm.* \([
0
-9]\+\)mm
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
« Previous
1
2
3
4
5
6
7
8
9
10
11
...
30
Next »