This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-FileHash Win10_1709_German_x64.iso | |
| aebb54dc736c84f75ba529910c082331fa5ee0c9b7502255183d795d4c65fbf3 Win10_1709_German_x64.iso |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
OlderNewer