100%
04.12.2024
Rubén Llorente ... ).
Listing 3
tofu_project/main.tf
01 terraform {
02 required_providers {
03 proxmox = {
04 source = "bpg/proxmox"
05 version = "0.64.0"
06 }
07 }
08 }
09
10 provider "proxmox
24%
10.10.2025
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 ... Tails 7.0 Announced
21%
31.10.2025
immediately notice about this device is its excellent equipment, with USB 3.0 (4x plus 4x USB2.0!), eSATA, and HDMI, optional 10Gb Ethernet (PCI Express slot), and a Sandy Bridge processor. You can retrofit
20%
31.10.2025
0, 1, and 10
RAID level conversion on the fly
Background process for detecting and correcting errors proactively ("scrubbing")
Growing and shrinking a filesystem on the fly
Defragmentation
19%
31.10.2025
kernel
sles:~ # grep crash /proc/cmdline
root=/dev/disk/by-uuid/10a83ffe-5a9f-48a2-b8cb-551c2cc6b42d resume=/dev/sda3 splash=silent text showopts crashkernel=128
sles:~ # /etc/init.d/boot.kdump status
19%
31.10.2025
to turn version 0.48 into version 1.0, which will then receive the official "Ready for Enterprise" stamp. Because the previous version 0.47 has already been released, the enterprise version may be expected
18%
07.10.2025
.13, and more
This version also ships with several desktop environments, including:
Gnome 48
KDE Plasma 6.3
LXDE 13
LXQt 2.1.0
Xfce 4.20
Debian 13 will be supported for the next five
18%
31.10.2025
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
17%
26.01.2025
task customization that installs Wireshark into a dev box environment by WinGet package management:
$schema: 1.0
tasks:
- name: winget
parameters:
package: WiresharkFoundation.Wireshark
run