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
Spell check suggestion:
%220mb 12 09 Llorente 12
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(174)
Article
(25)
Blog post
(1)
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
...
20
Next »
16%
Interprocess communication essentials in Perl
05.12.2019
Home
»
Archive
»
2019
»
Issue 54: NVMe...
»
THISREADHANDLE->autoflush(1); 07 08 if ($processed = fork) {
09
close THISWRITEHANDLE; 10 while (defined($text =
)) { 11 print $text;
12
} 13 close THISREADHANDLE; 14 waitpid
16%
What's left of TLS
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
in TLSv1.0 was error-prone, but the problems long remained theoretical. TLSv1.1, which was designed to iron out the worst weaknesses of CBC, followed in 2006. Two years later, TLSv
1.2
was released
16%
Build a honeypot with real-world alerts
01.08.2019
Home
»
Archive
»
2019
»
Issue 52: Stop...
»
NEW -m tcp --dport
22
-j ACCEPT 10 -A INPUT -p udp --dport 5353 -j DROP 11 -A INPUT -s
-p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT
12
-A INPUT -m limit --limit 30/min -j
16%
Nagios alerts implemented via VoIP
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
=/opt/pjsua.conf 06 SOUNDFILE=/tmp/alert.wav 07 TEXT2WAVE=/usr/bin/text2wave 08 DURATION=20
09
NUMBER=01234567890 10 MESSAGE="Monitoring Alert" 11
12
# Setting a lock file 13 # We can't make more than one call 14
16%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
image: monitoror/monitoror:${MTRRTAG:-latest} 05 ports: 06 - "38080:8080" 07 environment: 08 - "MO_CONFIG=/etc/config.json"
09
restart: unless-stopped 10 11 networks:
12
default
16%
Extending OpenNebula with hooks
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
=/var/log/one/accounting.log 04 05 case "$1" in 06 "on"|"off") 07 mode=$1 08 shift
09
;; 10 *) 11 echo "$0 error: wrong mode." >&2
12
exit 1 13 ;; 14 esac 15 16 if [ "$1
16%
Rethinking RAID (on Linux)
25.03.2021
Home
»
Archive
»
2021
»
Issue 62: Lean...
»
[1] sdc1[0] 244065408 blocks super
1.2
[
2/2
] [UU] [=>...................] resync = 6.4% (15812032/244065408) finish=19.1min speed=198449K/sec bitmap:
2/2
pages [8KB], 65536KB chunk
16%
Modern Fortran for today and tomorrow
17.06.2017
Home
»
Archive
»
2017
»
Issue 39: Conta...
»
04 real :: var2 05 integer :: int1 06 end type other_struct 07 08 type my_struct ! Declaration of a Derived Type
09
integer :: i 10 real :: r 11 real*8 :: r8
12
real, dimension(100
16%
Detecting malware with Yara
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
rule phishing_pdf { 02 03 meta: 04 author = "James Stanger" 05 last_updated = "2017-
09-12
" 06 category = "phishing" 07 confidence = "high" 08 threat_type = "phishing exploit"
09
description
16%
New features in jQuery 3
11.10.2016
Home
»
Archive
»
2016
»
Issue 35: Persi...
»
.then( 08 function() {console.log( "second callback function"); },
09
function(e) {console.log(e.message);} 10 ); 11
12
deferred.resolve(); If Listing 1 has registered
« Previous
1
2
3
4
5
6
7
8
9
10
...
20
Next »