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)
(263)
Article
(46)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
31
Next »
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
14%
PostgreSQL 9.3
04.02.2014
Home
»
Articles
»
^ 08 HINT: There is an entry for table "a", but it cannot be referenced from this part of the query.
09
10 11 # But LATERAL makes this join correct:
12
13
14 SELECT 15 a.id, a.name, t
14%
New in PostgreSQL 9.3
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
10 11 # But LATERAL makes this join correct:
12
13
14 SELECT 15 a.id, a.name, t.title 16 FROM author a,
17
LATERAL (SELECT author_id, title FROM book b WHERE b.author_id = a.id AND b
14%
System Center 2012 SP1: What's new?
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
16 64 Virtual servers in the cluster 1,000
8
,000
Live
migration Only in the cluster With and without cluster,
live
migration of disks
14%
Kubernetes clusters within AWS EKS
02.08.2021
Home
»
Archive
»
2021
»
Issue 64: Bare...
»
public key has been saved in eks-ssh.pub.
09
The key fingerprint is: 10 SHA256:Pidrw9+MRSPqU7vvIB7Ed6Al1U1Hts1u7xjVEfiM1uI 11 The key's randomart image is:
12
+---[RSA 4096]----+ 13 | .. ooo+| 14
14%
OpenStack workshop, part 2: OpenStack cloud installation
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
17
CREATE DATABASE quantum; 18 GRANT ALL PRIVILEGES ON quantum.* TO 'quantumdbadmin'@'%' 19 IDENTIFIED BY 'wozohB
8
g'; 20 EOF 21 mysql -u root <
14%
New features in PHP 8
02.02.2021
Home
»
Archive
»
2021
»
Issue 61: Secur...
»
$this->name = $n; 10 $this->$birthday = $g; 11 }
12
} 13 14 // ---- in PHP
8
-------- 15 class Address 16 {
17
public function __construct( 18 public string $name, 19 public Date ... After about two years of development, version
8
of the popular PHP scripting language has been released. It comes with a number of innovations and ditches some obsolete features ... PHP
8
... New features in PHP
8
14%
SSL/TLS best practices for websites
07.10.2014
Home
»
Archive
»
2014
»
Issue 23: 10 Ti...
»
12
ECDHE-RSA-DES-CBC3-SHA 13 DHE-RSA-AES128-SHA 14 DHE-RSA-AES256-SHA 15 EDH-RSA-DES-CBC3-SHA 16
17
AES128-GCM-SHA256 18 AES256-GCM-SHA384 19 AES128-SHA 20 AES256-SHA 21 DES-CBC3-SHA Listings
14%
Automate your VMware configuration with Puppet
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
account, too. Because the installation wizard still requires
8
GB
of RAM on the ESX host, even if you choose an appliance of the Tiny type, you should stop all the VMs and expand the ESX instance's RAM
14%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws 08 for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
31
Next »