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:
%xcode%3 48 Llorente"5432
?
Refine your search
[x]
Creation time
: Last month
Sort order
Date
Score
Content type
Article (Print)
(6)
News
(1)
Keywords
100%
Tails 7.0 Announced
10.10.2025
Home
»
News
»
is a major update that includes new versions of many applications. Tails 7.0, which is based on Debian 13 (Trixie) and GNOME
48
(Bengaluru), replaces GNOME terminal with GNOME Console as the default terminal
85%
News for Admins
07.10.2025
Home
»
Archive
»
2025
»
Issue 89: Autom...
»
AMD64 and ARM64 HTTP Boot support in Debian Installer and Live images for UEFI/U-Boot systems Upgraded software stack: Gnome
48
, KDE Plasma 6, Linux kernel 6.12 LTS, GCC 14.2, Python
3
84%
Comparing 5 to 50TB NAS storage boxes
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
extensions who offer lower equipment specs and target a smaller range of applications. When it comes to actual storage, NAS storage systems are not so wildly different (see Tables 1-
3
for a comparison
84%
The RADOS object store and Ceph filesystem: Part 2
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
: The elements of the RADOS universe, whose interaction is controlled by the Crush map. The Crush map got its name from the algorithm it uses: Controlled Replication under Scalable Hashing [
3
]. The algorithm
83%
Creating and evaluating kernel crash dumps
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
kernel sles:~ # grep crash /proc/cmdline root=/dev/disk/by-uuid/10a83ffe-5a9f-
48
a2-b8cb-551c2cc6b42d resume=/dev/sda
3
splash=silent text showopts crashkernel=128 sles:~ # /etc/init.d/boot.kdump status
82%
A Btrfs field test and workshop
31.10.2025
Home
»
Archive
»
2012
»
Issue 11: Cloud...
»
. Enterprise-Level Features Btrfs is a copy-on-write (COW) filesystem. Whereas a filesystem like ext
3
logs block changes in a journal, Btrfs always writes changes to a block at a new location on the disk
81%
Using Expect scripts to automate tasks
31.10.2025
Home
»
Archive
»
2012
»
Issue 12: NAS S...
»
42 spawn $env(SHELL) 43 match_max 100000 44 expect -exact "]0;khess@trapper: ~khess@trapper:~\$ " 45 send -- "ssh aspen\r" 46 expect -exact "ssh aspen\r 47 khess@aspen's password: "
48
send