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
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(169)
Article
(64)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
12
13
14
15
16
17
18
19
20
21
22
23
24
Next »
61%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
19
20
mysql> CREATE TABLE `data_random` ( 21 `id` CHAR(32) NOT NULL,
22
`data` VARCHAR(64) DEFAULT NULL, 23 `ts` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 24
61%
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
61%
Wireshark
27.11.2011
Home
»
Articles
»
needs direct access to the hardware and thus typically runs with root privileges. The exceptions are Mac OS
X
and Solaris, where the user only needs access privileges for the network interface card device
61%
Exploring Kubernetes with Minikube
11.09.2018
Home
»
Archive
»
2018
»
Issue 47: Findi...
»
- containerPort: 80 19
20
--- 21
22
apiVersion: v1 23 kind: Service 24 metadata: 25 name: nginx-svc 26 labels: 27 run: nginx-svc 28 spec: 29 type: NodePort 30 ports: 31 - port: 80 32 protocol
61%
Mailman 3.0 – a long time coming
08.10.2015
Home
»
Archive
»
2015
»
Issue 29: Rescu...
»
minor errors in postorius.conf and hyperkitty.conf. Apache httpd version 2.4.
x
is used in CentOS 7, so instead of the information contained for Apache
2.2
, Order deny,allow Allow from all ... Mailman 3.0 is a new major version, released 15 years after version
2.0
. We put the new version through its paces and explain the installation procedure and new features.
61%
Getting a free TLS certificate from Let's Encrypt
13.06.2016
Home
»
Archive
»
2016
»
Issue 33: IPv6...
»
for $i" 19
20
#If certs do not exist yet 21 FILE="$LECROOT/$i/cert.pem"
22
if [ ! -f "$FILE" ] 23 then 24 echo "$FILE does not exists, so lets get certificates" 25 cd /root/letsencrypt 26
61%
Introduction to HDF5
22.02.2017
Home
»
HPC
»
Articles
»
, 6 ) / ( 4, 6 ) } DATA { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22
, 23, 24 } } } } HDF5 has many ways to represent the same datatype
61%
Open source customer relationship management software
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
the suitecrm.conf file with the details for the virtual host. To save the file, use Ctrl+O to write to the file, and then exit the Nano editor with Ctrl+
X
. Listing 1 suitecrm.conf 01
61%
Cloud Foundry realizes a service mesh
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
cddaa6-0886-44b3-9590-16717d5cd3c2",
20
"service_instance_guid": null, 21 "port": null,
22
"domain_url": "/v2/shared_domains/fb6bd89f-2ed9-49d4-9ad1-97951a573135", 23
61%
Easy configuration management with Puppet
18.07.2013
Home
»
Archive
»
2013
»
Issue 15: What’...
»
=> Service['apache'] 17 } 18 19 file { '/var/www/index.html':
20
ensure => present, 21 source => 'puppet:///modules/myproject/web/index.html',
22
owner => 'root', 23 group => 'root', 24
« Previous
1
...
12
13
14
15
16
17
18
19
20
21
22
23
24
Next »