Stupid vsc didnt autosave

This commit is contained in:
Gvidas Juknevičius 2025-01-22 17:16:22 +02:00
parent 2bc13ba6ba
commit afdd33d7c9
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
8 changed files with 81 additions and 2 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@

View File

@ -0,0 +1,11 @@
# Contributing guide
To contribute:
- Fork the repository: <https://git.mcorangehq.xyz/MCorange/win-to-linux-guide/fork>
- Clone it: (optional, if you edit the pages in browser)
- Edit the pages
- Open a pull request
- Profit
## Contributing guidelines
TBD

View File

@ -0,0 +1 @@
MCorange <mcorange@mcorangehq.xyz> - Original creator

View File

@ -1,3 +1,8 @@
# win-to-linux-guide # Switching from windows to linux, the newcomers guide
Switching to Linux? Here is a helpful guide to help you on the way!
# Table of Contents
Switching to Linux? Here is a helpful guide to help you on the way!

View File

@ -0,0 +1,16 @@
# Foreword
First and foremost, linux isnt for everyone.
A lot of media nowdays talks a lot about how everyone should switch to linux but its not for everyone. Linux can be daunting at times, its a very diffrent operating system. Its gonna be like learning to use computers all over again.
And not everything works on linux, most competitive shooters like valorant dont work (exeption on most valve games)
Though some games with anticheat do work, for example Arma 3, works perfectly fine with some work, i have over 600 hours on that game, half of which have been on linux.
Also if you use software from Adobe or Autodesk that software wont work here, alternatives can be found [here](#)
## Usefull resources
- [Arch linux WIki](https://wiki.archlinux.org/title/Main_page)
[back](/README.md) - [next](/pages/2-backing_up/index.md)

View File

@ -0,0 +1,22 @@
# Backing up
## Filesystem compatibility
As of 2025, i think you can boot into `NTFS` (the filesystem that windows uses), **BUT**,
that doesnt mean you should, i would highly discourage doing that.
Now, linux usually uses `ext4` or `btrfs`, though, i usually use `ext4`.
Knowing that, youll see an issue here. Windows cannot read any filesystem that isnt `NTFS` or `fat32/fat16`. That means, that you can access all of your windows files from linux but not the other way around.
## Actually backing up
You can back up your data in 2 *ish* ways:
- Into external storage (usb stick, external hard drive)
- Onto the Cloud
Both of these have their ups and downs, you have to have an usb stick or hard drive big enough for your data, or have enough space in google drive or whatever.
However you choose to do it id highly recommend uploading any photos, videos, other important documents, game saves you have where ever you can.
[back](/pages/1-foreword/index.md) - [home](/README.md) - [next](#)

View File

@ -0,0 +1 @@
# Arch linux

View File

@ -0,0 +1,21 @@
# Picking a distro
A distribution (distro) is nothing but a premade package of thoughtfully selected packages for you to have as premade solution.
Most distros have a graphical, or at least a [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) that is relatively easy to use.
Most of the time its easier than windows. At least you dont have to deal with cortana.
Oh and on most distros you can install them offline, sometimes with less options with what features you can pick (DE, extra drivers, etc).
## Pick your distros!
Before you are some suggested distros for you to pick from, they all have thei'r pro's and con's, so pick carefully, or just ask one of the maintainers, we dont mind :3
They will be labeled with `Easy`, `Medium`, or `Hard` depending on how deep you have to go into the unix world to understand how to install it.
- Arch based
1. [Arch](distros/arch/index.md) (Medium)
2. [Endavour OS](distros/endavouros/index.md) (Easy)
- Debian Based
1. [Pop!_OS](distros/popos/index.md) (Easy)
2. [Linux Mint](distros/mint/index.md) (Easy)