Skip to content

Instantly share code, notes, and snippets.

#include <time.h>
#ifdef _MSC_VER
/**
* implementation of clock_gettime(CLOCK_MONOTONIC, tv) from unistd.h for Windows
*/
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
@Masterxilo
Masterxilo / Get-FileHash Win10_1709_German_x64.iso.ps1
Created August 25, 2024 14:29
Get-FileHash Win10_1709_German_x64.iso
Get-FileHash Win10_1709_German_x64.iso
aebb54dc736c84f75ba529910c082331fa5ee0c9b7502255183d795d4c65fbf3 Win10_1709_German_x64.iso
@Masterxilo
Masterxilo / gist:a18c3aeef67682a045651b8f6a66b20a
Last active July 26, 2025 10:38
Default ubuntu.sources for Ubuntu 24.04 (LTS) /etc/apt/sources.list.d/ubuntu.sources
# Default ubuntu.sources for Ubuntu 24.04 (LTS)
# Ubuntu 24.04 LTS repositories
f="/etc/apt/sources.list.d/ubuntu.sources"
sudo tee "$f" > /dev/null <<EOF
Types: deb
URIs: http://archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg