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)
(356)
Article
(49)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
41
Next »
14%
Convert Linux shell commands into PowerShell cmdlets
07.04.2022
Home
»
Archive
»
2022
»
Issue 68: Autom...
»
"Verb": "New", 06 "Noun": "Command1", 07 "OriginalName": "
" 08 },
09
{ 10 "Verb": "New", 11 "Noun": "Command2",
12
"OriginalName": "
14%
Asynchronous PostgreSQL
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
\nContent-Type: text/plain\n\n";
09
$|=1; $|=0; # flush 10 11 my $dbh;
12
13 $SIG{TERM}=sub { 14 $dbh->pg_cancel if $dbh and $dbh->{pg_async_status}==1; 15 }; 16
17
$dbh
14%
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
14%
Processing streaming events with Apache Kafka
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
: records) { 08 String key = record.key();
09
Payment value = record.value(); 10 System.out.printf("key = %s, value = %s%n", key, value); 11 }
12
} 13 } 14 [...] Kafka Ecosystem
14%
OrientDB document and graph database
09.08.2015
Home
»
Archive
»
2015
»
Issue 28: SSD RAID
»
.translation embeddedmap;
09
10 create class Relation extends E; 11 create property Relation.from date;
12
13 create class Appear extends E; 14 create property Appear.chapter embeddedlist integer 15 16 insert into Person
14%
Strategies for routing voice calls around a firewall
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
:
com:5060>
09
Content-Type: application/sdp 10 Content-Length: 142 11
12
v=0 13 o=alice 53655765 2353687637 IN IP4 pc33.atlanta.
com
14 s=- 15 t=0 0 16 c=IN IP4 pc33.atlanta.
com
17
14%
Elastic Beanstalk
29.10.2013
Home
»
Articles
»
-e-mnpsy5bpzk-stack-AWSEBCloudwatchAlarmHigh-198IBXQXHBDPH 2013-05-08 20:
09
:25 INFO Application available at DanApp-env-ceqwdhduep.elasticbeanstalk.
com
. 2013-05-08 20:
09
:25 INFO Successfully launched
14%
Configuring the JBoss application server
30.11.2025
Home
»
Archive
»
2011
»
Issue 4: Secure...
»
."; 04 String s04 = "Hello, Linux Magazine!"; 05 %> 06 07 08
<%= message%>
09
<%= s04%>
10 <%= new java
14%
Programming with OpenMP
07.11.2011
Home
»
HPC
»
Articles
»
#pragma omp parallel for shared (sum) private (i)
12
for ( i=0; i < 1000000; i++) { 13 #pragma omp critical (sum_total) 14 sum = sum + a[i]; 15 } 16 printf("sum=%lf\n",sum);
17
14%
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
« Previous
1
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
41
Next »