Skip to content

Instantly share code, notes, and snippets.

View Flo2410's full-sized avatar
πŸ’­
Working on small parts for big things πŸš€

Florian Hye Flo2410

πŸ’­
Working on small parts for big things πŸš€
View GitHub Profile
@Paraphraser
Paraphraser / Docker+OctoPrint - When your 3D printer turns on and off.md
Last active March 24, 2025 10:53
IOTstack+OctoPrint: When your 3D printer turns on and off

octoprint-docker: when your 3D printer turns on and off

Task goals

  • Keep the OctoPrint Docker container service running even when your printer is switched off:

    • GCODE files can still be uploaded
    • Plugins can still be updated
@joseluisq
joseluisq / resize_disk_image.md
Last active July 28, 2025 09:02
How to resize a qcow2 disk image on Linux

How to resize a qcow2 disk image on Linux

This example takes olddisk.qcow2 and resizes it into newdisk.qcow2, extending one of the guest's partitions to fill the extra space.

1. qcow2 format

1.1. Verify the filesystems of olddisk.qcow2