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:
%xcomm 22 400 Llorente 1333
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(13)
Article
(5)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
24%
Security first with the Hiawatha web server
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
:35 0:00 nginx: worker process www-data 594 0.0 0.
3
142832 3716 ? S
20
:35 0:00 nginx: worker process www-data 1099 0.0 0.5 357844 5572 ? S
20
:35 0:00 /usr/bin/php-cgi -
q
-b /var
24%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
your tuning actions. Are you looking for a shorter response time or more throughput? One objective could be, say: "Action
X
takes
3
.5 seconds to complete after clicking – in future, we want to be done
23%
Tuning I/O Patterns in Python
18.12.2013
Home
»
HPC
»
Articles
»
(One-by-One) 1 #include
2
3
/* Our structure */ 4 struct rec 5 { 6 int
x
,y,z; 7 float value; 8 }; 9 10 int main() 11 { 12 int counter;
13
struct rec my_record; 14 int counter_limit; 15
23%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
notify_after: 2 19 notify_all_changes: true
20
public: true 21 redirect: true
22
23
x
-icmping: &icmping 24 type: icmp 25 check_interval: 60 26 timeout: 15 27 allow_notifications: true 28
23%
New features in MariaDB 10.3
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
FOR NOT FOUND 18 RETURN count_students; 19
20
LOOP 21 FETCH GROUP NEXT ROW;
22
IF
x
THEN 23 SET count_students = count_students + 1; 24 END IF; 25 END LOOP; 26 END; 27 // 28 29 SQL> DELIMITER ; 30 31 SQL> SELECT ... What lacked maturity in MariaDB 10.2 has now been sorted out in version 10.
3
. We look at the benefits you can reap now. ... MariaDB 10.
3
... New features in MariaDB 10.
3
22%
Greylisting with Postgrey
22.06.2012
Home
»
Articles
»
: Qmail Delivery Retry Events Delivery Attempt Seconds D-HH:
MM
:SS 1 0 0-00:00:00 2
400
0-00:06:40
3
1600 0-00:26:40 4
22%
Error-correcting code memory keeps single-bit errors at bay
14.11.2013
Home
»
Archive
»
2013
»
Issue 17: Cloud...
»
of an uncorrectable error by factors of 9-
400
. Uncorrectable errors following a correctable error are still small at 0.1%-2.
3
% per year. + The incidence of correctable errors increases with age
21%
How graph databases work
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
# Names of all persons: 11 gremlin> g.V().hasLabel('person').values('name') 12 ==>marko
13
==>vadas 14 ==>josh 15 ==>peter 16 17 # Name of person with ID 1 18 gremlin> g.V(1).values('name') 19 ==>marko
20
« Previous
1
2