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:
%2522Rub 22%25390 Llorente"5432
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(7)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
100%
Asynchronous PostgreSQL
12.09.2013
Home
»
Archive
»
2013
»
Issue 16: Docker
»
$st2->execute($dbh->{pg_pid}); 16 if( !$st2->fetchrow_arrayref->[0] ) { 17 warn "couldn't stop backend PID=$dbh->{pg_pid}\
n
"; 18 } 19 exit 1; 20 } 21
22
POSIX::sigaction(SIGTERM, POSIX
99%
PostgreSQL 9.3
04.02.2014
Home
»
Articles
»
The new PostgreSQL
9
.3 release introduces several speed and usability improvements, as well as SQL standards compliance. ... ---------------------------------------------------------------------------------------------------- 20 Seq Scan on mail (cost=0.00..5628.
25
rows=4 width=961) (actual 21 time=2.401..1519.809 rows=672 loops=1)
22
Filter: (msg ~ '(updatable|views)'::text) 23 Rows Removed by Filter: 40148 24 ... The new PostgreSQL
9
.3 release introduces several speed and usability improvements, as well as SQL standards compliance. ... PostgreSQL
9
.3
99%
New in PostgreSQL 9.3
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
---------------------------------------------------------------------------------------------------- 20 Seq Scan on mail (cost=0.00..5628.
25
rows=4 width=961) (actual 21 time=2.401..1519.809 rows=672 loops=1)
22
Filter: (msg ~ '(updatable|views)'::text) 23 Rows Removed by Filter: 40148 24 ... The new PostgreSQL
9
.3 release introduces several speed and usability improvements, as well as SQL standards compliance. ... PostgreSQL
9
.3 ... New in PostgreSQL
9
.3
94%
Single sign-on like the big guys
20.06.2022
Home
»
Archive
»
2022
»
Issue 69: Terra...
»
about how difficult it is to handle multiple passwords, and your day could turn into a password reset ticket nightmare. If you wonder whether a single sign-on (SSO) experience
à
la Google and Amazon
94%
Graph database Neo4j discovers fake reviews on Amazon
04.08.2020
Home
»
Archive
»
2020
»
Issue 58: Graph...
»
log.Fatal(err) 21 }
22
23 var config Config 24 err = yaml.Unmarshal(data, &config)
25
if err != nil { 26 log.Fatal(err) 27 } 28 29 created := map[string]bool{} 30 cmd := "" 31
94%
Hunt down vulnerabilities with the Metasploit pen-testing tool
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
://nmap.org ) at 2021-07-
25
22
:05 CEST Nmap scan report for metasploitable (192.168.122.236) Host is up (0.095s latency). Not shown: 65506 closed ports PORT STATE SERVICE 21/tcp open ftp
22
/tcp open ssh 23
92%
Speed up your MySQL database
11.02.2016
Home
»
Archive
»
2016
»
Issue 31: Tunin...
»
329792 0 137352 1252 137488 880 3506 5 2
22
71 0 <- < Severe swapping > 0 10 597776 117244 320 317840 0 29400 588 29400 664
2522
2 2 0 96 0 <- < Process killed > 0 13 1667548
87%
Kubernetes StatefulSet
05.02.2023
Home
»
Archive
»
2023
»
Issue 73: Datab...
»
Map 18 metadata: 19 name: mariadb 20 labels: 21 app: mariadb
22
data: 23 MYSQL_ROOT_PASSWORD: mysqlroot 24 MYSQL_DATABASE: db1
25
MYSQL_USER: mysqluser 26 MYSQL_PASSWORD: mysqlpwd