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 year
Sort order
Date
Score
Content type
Article (Print)
(84)
Keywords
« Previous
1
2
3
4
5
6
7
8
9
Next »
13%
Run rootless Podman containers as systemd services
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
=%h/containers/caddy/data/caddy:/data/caddy:Z
09
Volume=%h/containers/certificates:/data/certificates:z,ro 10 Volume=%h/containers/caddy/etc:/etc/caddy:Z 11 PublishPort=443:443
12
Network=reverse-proxy.network 13 14 [Service] 15 Restart=always 16
13%
Develop a simple scanning application with the NAPS2 SDK
27.05.2025
Home
»
Archive
»
2025
»
Issue 87: Light...
»
; 05 06 public class HelloWorldSample 07 { 08 static async Task Main(string [] args)
09
{ 10 await HelloWorldSample.Run(); 11 }
12
13 public static async Task Run() 14 { 15 using var scanning
13%
Single sign-on with SSSD, LDAP, and Kerberos
30.11.2025
Home
»
Archive
»
2010
»
Issue 2: Backup...
»
06 domains = tuxgeek 07 08 [nss]
09
filter_groups = root 10 filter_users = root 11 reconnection_retries = 3
12
13 [pam] 14 reconnection_retries = 3 15 16 [domain/tuxgeek] 17 auth_provider = krb5 18
13%
Touring the top Knoppix debugging and rescue tools
30.11.2025
Home
»
Archive
»
2010
»
Issue 0: Active...
»
: 1021 0 IO-APIC-edge timer 03 1: 150241 0 IO-APIC-edge i8042 04 9: 4024535 0 IO-APIC-fasteoi acpi 05
12
: 13426923 0 IO-APIC-edge i8042 06 14
13%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
on the programming model and compiler in use, these optimizations are so well understood as to carry their own names. Loopy David Spuler's recent works [
1][2
] feature the taxonomy of loop manipulation strategies
13%
Building more efficient database applications with a graph database
30.11.2025
Home
»
Archive
»
2012
»
Issue 08: FreeNAS
»
= database.createNode();
09
// Set properties: 10 dortmund.setProperty("Name", "Dortmund"); 11 cologne.setProperty("Name", "Köln");
12
// Create edges: 13 Relationship a1_do_k = dortmund
13%
An IP-based load balancing solution
30.11.2025
Home
»
CloudAge
»
Articles
»
backup_active = 1 05 backup = 192.168.1.232 06 heartbeat = 1 07 heartbeat_port = 539 08 keepalive =
6
09
deadtime = 18 10 network = direct 11 debug_level = NONE
12
monitor_links = 1 13 syncdaemon = 1 14
13%
Flexible user authentication with PAM
30.11.2025
Home
»
Archive
»
2010
»
Issue 1: System...
»
-conf --add-device USB-device-name (Figure
6
). The command pamusb-conf --add-user user Figure
6
: The USB device is identified by its properties. If the user
13%
Password protection with Phpass
30.11.2025
Home
»
Archive
»
2011
»
Issue 5: Pen Te...
»
$password = "test12345";
09
// In a production web application, the password would be retrieved from a form filled out by the user 10 $hashwert = $hasher->HashPassword($password); 11
12
echo "Password
13%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.0.0.1", PORT) do ws 08 for msg in ws
09
d = Meta.parse(JSON.parse(msg)["s"]) 10 @info d 11 @info typeof(d)
12
WebSockets.send(ws, """
You picked $d
« Previous
1
2
3
4
5
6
7
8
9
Next »