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"425
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(175)
Article
(29)
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
11
...
21
Next »
25%
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
25%
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
25%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
.4' 02 services: 03 keycloak: 04 container_name: keycloak 05 image: quay.io/keycloak/keycloak:17.0.1 06 ports: 07 - 8080:8080 08 environment:
09
- KEYCLOAK
25%
Hybrid public/private cloud
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
VPC: 04 Type: AWS::EC2::VPC 05 Properties: 06 CidrBlock: 07 Ref: VPCNet 08 Tags:
09
- Key: Name 10 Value: 11 Ref: VPCName
12
13 Forti
25%
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
25%
RESTful APIs in practice
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
_consumer_secret>" 06 config.access_token = "
" 07 config.access_token_secret = "
" 08 end
09
10 user = client.user("23Cent") 11 puts user.name
12
13 def collect
25%
Haskell framework for the web
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
09
mysettings' <- newSettings maxFiles 10 -- make "myMax" version available globally 11 let mkFoundation appConnPool = App mysettings'
12
[...] Listing 6
25%
Asynchronous PostgreSQL
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
. There are some new lines: 5 and
12
to
22
. Line
22
installs the sig function as a signal handler for SIGTERM. When the signal arrives, line 13 opens a new connection to the database and calls the pg
25%
Red Hat PaaS hyperconverged storage
22.12.2017
Home
»
Archive
»
2017
»
Issue 42: Secur...
»
": "glusterfs-cluster" 06 }, 07 "subsets": [ 08 {
09
"addresses": [ 10 { 11 "ip": "192,168,121,101"
12
} 13 ], 14 "ports
25%
CI/CD deliverables pipeline
07.06.2019
Home
»
Archive
»
2019
»
Issue 51: Self-...
»
.0 as build 03 MAINTAINER Yves Schumann
04 05 COPY /demo-app 06 07 RUN mkdir /demo-app/build \ 08 && cd /demo-app/build \
09
&& cmake .. \ 10 && cmake --build . 11
12
RUN echo "Build
« Previous
1
2
3
4
5
6
7
8
9
10
11
...
21
Next »