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:
%6mbps Llorente 08
?
Refine your search
[x]
Creation time
: Last month
Sort order
Date
Score
Content type
Article (Print)
(7)
Keywords
100%
Dynamic routing in Linux with Quagga
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
password 8 ZDF339a.20a3E 05 log file /var/log/quagga/zebra.log 06 service password-encryption 07 !
08
interface eth0 09 multicast 10 ipv
6
nd suppress-ra 11 ! 12 interface eth1 13 ip address 10
98%
Remote desktop based on HTML5
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
). Figure
6
: The new Sophos UTM
9.0
also offers an HTML5 portal for access to internal system resources in the browser. Optionally, you can deposit the credentials; users can then log in to the terminal
95%
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
94%
A Btrfs field test and workshop
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
System, DUP: total=8.00
MB
, used=4.00KB Metadata, DUP: total=1.00GB, used=79.20
MB
If Btrfs only has one device available when the filesystem is created, it automatically generates a duplicate
93%
The PHP FastCGI process manager, PHP-FPM
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
time; in the worst case, this would mean having 96x64
MB
=
6
GB of RAM. If you want the processes in a given pool to use different settings, you store them in the pool configuration file (like
92%
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
91%
Introduction to OpenMP programming
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
, PARAMETER :: real4 = selected_real_kind(
6
,37) ! Real 008 INTEGER, PARAMETER :: real8 = selected_real_kind(15,307) ! Double Precision 009 REAL(real8), DIMENSION(:,:), ALLOCATABLE :: unew 010 REAL