search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
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)
(351)
Article
(47)
Blog post
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
40
Next »
14%
RSQL, a Microsoft SQL clone
09.06.2018
Home
»
Archive
»
2018
»
Issue 45: Autom...
»
_default_language=en_us
09
$ ./rsql/bin/rsql_server -dir=/home/
/rsql-test In the next step, you create a project directory, simply named rsql-test/ here (line
7
); initialize the DBS (line 8) by replacing /home
14%
OpenStack workshop, part 2: OpenStack cloud installation
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
IDENTIFIED BY 'ohC3teiv'; 10 EOF 11 mysql -u root <
12 CREATE DATABASE keystone; 13 GRANT ALL PRIVILEGES ON keystone.* TO 'keystonedbadmin'@'%' 14 IDENTIFIED BY 'Ue0Ud
7
ra'; 15 EOF 16 mysql -u root <
14%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07 08
09
{% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14