Rare copy of US Declaration of Independence found by volunteer in UK archives
bbc.co.uk12 pointsby iam-TJ3 comments
$ systemctl cat [email protected]
# /etc/systemd/system/[email protected]
[Unit]
Description=Periodic fetch of public mailing list
[Timer]
# twice a day
5,17:35
RandomizedDelaySec=1h
Persistent=true
[Install]
WantedBy=multi-user.target [Bridge]
ProxyARPWiFi=yes
(and networkd doesn't need hostapd's bridge= option since networkd handles that aspect.) Webpage Display
Media: JPEG XL
With this feature enabled, Nightly supports the JPEG XL (JXL) format. This is an enhanced image file format that supports lossless transition from traditional JPEG files. See bug 1539075 for more details. dmsetup ls | wc -l
reports 100 device-mapper Logical Volumes (LV). However only 30 are volumes exposing file-systems or OS images according to: ls -1 /dev/mapper/${VG}-* | grep -E "${VG}-[^_]+$" | wc -l
The other 70 are LVM raid1 mirrors, writecache, crypt or other target-type volumes. lvextend --resizefs --size +32G ${VG}/${LV}
or, if I want to direct it to use a specific Physical Volume (PV) for the new space: lvextend --resizefs --size +32G ${VG}/${LV} ${PV}
One has to be aware that --resizefs uses 'fsadmn' and only supports a limited set of file-systems (ext*, ReiserFS and XFS) so if using BTRFS or others their own resize operations are required, e.g: btrfs filesystem resize max /srv/NAS/${VG}/${LV} pvcreate /dev/sdz
vgextend NAS /dev/sdz
Now we want to add additional space to an existing LV "backup": lvextend --size +128G --resizefs NAS/backup
*note: --resizefs only works for file-systems supported by 'fsadmn' - its man-page says: btrfs filesystem resize max /srv/backup
This requirement was added to the "Future Homes and Builds Standards" early in 2026 [0] and the regulation is described in section 7.1(b) [1] of the regulations that says "On-site electricity generation systems must be commissioned to ensure that they produce as much electricity as is reasonable in the circumstances".
"reasonable" here means 'considering roof-space' or 'yard space' and could be implemented using solar, wind, or possibly water (if you live in a former water-mill!).
[0] https://www.gov.uk/government/publications/the-future-homes-...
[1] https://assets.publishing.service.gov.uk/media/69c122a6cfa34...