Skip to content

Instantly share code, notes, and snippets.

View iatsiuk's full-sized avatar
🐹
js driven development

Aleksei Iatsiuk iatsiuk

🐹
js driven development
  • Overgear
  • Chisinau, Moldova
  • 12:16 (UTC +03:00)
View GitHub Profile
@iatsiuk
iatsiuk / snapshot_workaround_for_UTM.md
Created April 18, 2026 21:46 — forked from bashtheshell/snapshot_workaround_for_UTM.md
Snapshot workaround for UTM as it lacks native snapshot feature

Workaround for lack of native snapshot feature in UTM

This was written when latest release version of UTM was v4.5.3.


NOTE: Snapshots using qemu-img is not supported for macOS VMs due to .img image format as other pre-configured non-macOS VMs are using .qcow2 as the storage backend, which is well-supported.


@iatsiuk
iatsiuk / .dockerignore
Last active May 30, 2022 13:33
EditorConfig Configuration File
*
!src
!package*.json
!tsconfig*.json
!docker-entrypoint.sh
@iatsiuk
iatsiuk / aria2.conf
Created May 8, 2022 23:47 — forked from qzm/aria2.conf
Best aria2 Config
### Basic ###
# The directory to store the downloaded file.
dir=${HOME}/Downloads
# Downloads the URIs listed in FILE.
input-file=${HOME}/.aria2/aria2.session
# Save error/unfinished downloads to FILE on exit.
save-session=${HOME}/.aria2/aria2.session
# Save error/unfinished downloads to a file specified by --save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits. Default: 0
save-session-interval=60
# Set the maximum number of parallel downloads for every queue item. See also the --split option. Default: 5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.