Archive for the ‘Linux Solution’ Category

BorgBackup & Borgmatic – unlock ultimate backup security

Freitag, September 27th, 2024

Linux Mint 22 – 10 to do’s after an installation

Freitag, September 27th, 2024

Proxmox Virtual Environment (VE) 8.2.7 – get the latest available update packages

Mittwoch, September 25th, 2024

Stirling PDF – Tool zum Bearbeiten von jeglichen PDF Dateien mit Duplex aus 2x Simplex

Montag, September 23rd, 2024

Proxmox Virtual Environment (VE) 8.x – im Rechenzentrum installieren als Private Cloud #1

Sonntag, September 22nd, 2024

Home Lab 2024 – Power Efficieny with CPU C-States

Freitag, September 20th, 2024

Linux command ’mkfs.xfs‘ – how to format using XFS and enable ‚reflink‘

Freitag, September 20th, 2024

Linux command ’mkfs.xfs‘ – will create reference count btrees and therefore will enable the reflink feature. This feature is only available for filesystems created with the (default) -m crc=1 option set when the option -m crc=0 is used, the reference count btree feature is not supported and reflink is disabled

# mkfs.xfs -b size=4096 -m reflink=1,crc=1 /dev/sdb1

Explained in conjunction with Veeam Backup & Replication

Google Coral Tensor Processing Unit (TPU) M.2 PCIe – Installation in Frigate 0.14 LXC on Proxmox Virtual Environment (VE) 8.x

Donnerstag, September 19th, 2024

NanoPi Zero2 – is a tiny versatile headless PC with Gigabit Ethernet

Montag, September 16th, 2024

NFS Ganesha 5.9-4 – is a user space file server for the NFS protocol with support for NFSv3 NFSv4.0 and NFSv4.1

Freitag, September 13th, 2024

Linux command ’lnav‘ – the Log File Navigator (lnav) is an advanced log file viewer for the console so if you have a bunch of log files that you need to look through to find issues

Donnerstag, September 12th, 2024

Elasticsearch & Kibana – erscheinen wieder unter einer Open Source Lizenz

Samstag, August 31st, 2024

Linux Mint 22 – Wireguard Import funktioniert

Freitag, August 30th, 2024

MinIO Enterprise Object Store – Key Management Server

Samstag, August 24th, 2024

Puter – is a privacy first personal cloud that houses all your files apps and games in one private and secure place accessible from anywhere at any time

Samstag, August 24th, 2024
# mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run –rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
http://puter.localhost:4100