Skip to content

Instantly share code, notes, and snippets.

View qx-775's full-sized avatar
💭
This is the way

qx-775

💭
This is the way
View GitHub Profile
@motorailgun
motorailgun / idea.md
Last active June 18, 2024 06:22
Installing Windows and Linux into the same partition

Installing Windows and Linux into the same partition

But WHY?

There was a reddit post about installing Arch on NTFS3 partition. Since Windows and Linux doesn't have directories with same names under the /(C:\), I thought it's possible, and turned out it was actually possible.
If you are not familiar to Linux, for example you've searched on Google "how to dualboot Linux and Windos" or brbrbr... you mustn't try this. This is not practical.

Pre-requirements

  • UEFI system
  • Any Linux live-boot CD/DVD/USB... with Linux kernel newer than 5.15
  • Windows installer USB
This work, excluding the Arch Linux logo, is made available under CC0: https://creativecommons.org/publicdomain/zero/1.0/
@armand1m
armand1m / prepare-git-env.sh
Created December 1, 2016 16:23
One way of using Git on Rancher OS
alias git="docker run -ti --rm -v $(pwd):/git bwits/docker-git-alpine"