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
[x]
Creation time
: Last week
Sort order
Date
Score
Content type
Article (Print)
(3)
Keywords
100%
Creating KVM machines with BoxGrinder and VMBuilder
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
Application Definition File for CentOS 01 name: centos 02 summary: CentOS installation with BoxGrinder 03 os: 04 name: centos 05 version:
6
06 hardware: 07 partitions: 08 "/":
09
size: 4 10
96%
Using Expect scripts to automate tasks
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
certain things. Two reasons a script 08 # might fail are:
09
# 10 # 1) timing - A surprising number of programs (rn, ksh, zsh, telnet, 11 # etc.) and devices discard or ignore keystrokes that arrive "too
94%
Reading and understanding database execution plans
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
s 04 4> JOIN employees e ON (s.employee_id = e.employee_id) 05 5> WHERE s.sale_date > trunc(sysdate) - INTERVAL '
6
' MONTH 06
6
> AND s.eur_value >= 10; 07 Explained. 08
09
SQL> select * from table