Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2025/06/14 10:52] – Extended the QA a bit, and moved the explanation about Distros to the top. ThunderPerfectWitchcraftlinux [2026/03/16 22:13] (current) – [Things you need to know:] typo Rubbereon
Line 1: Line 1:
 ====== Linux! ====== ====== Linux! ======
  
-This is a very basic guide for people interested in getting started with linux! There are many good reasons to try linux from privacy, to escaping the hassle of big tech, to having interesting indie tools for your web crafting ~ however its also a very good way to learn about and get better with your computer!+<WRAP center round box 60%>
  
-There are many versions of linux to pick from called Distributions (or "distros") and everyone likes to share their opinions on them. Some are directed at experienced userswhile others are designed to be beginner friendly. For the sake of simplicity and consistency this guide will recommend you install **Mint Linux** as a beginner. It'a good all-around version thats well documented and will do everything you need starting out!+{{:wikipedia-logo-v2.svg.png?50|}} Wikipedia has an article all about [[wp>Linux]]! 
 + 
 +</WRAP> 
 + 
 +This is a very basic guide for people interested in getting started with linux! There are many good reasons to try linux from privacy, to escaping the hassle of big tech, to having interesting indie tools for your web crafting ~ however its also very good way to learn about and get better with your computer!
  
 +There are many versions of linux to pick from called Distributions (or "distros") and everyone likes to share their opinions on them. Some are directed at experienced users, while others are designed to be beginner friendly. For the sake of simplicity and consistency this guide will recommend you install **Linux Mint** as a beginner. It's a good all-around version thats well documented and will do everything you need starting out!
  
 ===== FAQ: ===== ===== FAQ: =====
Line 14: Line 19:
   * **Q: Is linux better for web crafting?** A: Linux is less intrusive on your daily activities, but its not directly better or worse for making websites. But there are differences: Software on Linux is usually more bare-bone, and requires more learning. In return, it allows for greater control through the user.   * **Q: Is linux better for web crafting?** A: Linux is less intrusive on your daily activities, but its not directly better or worse for making websites. But there are differences: Software on Linux is usually more bare-bone, and requires more learning. In return, it allows for greater control through the user.
   * **Q: Is it better for game making?** A: Many consider it easier to code software using Linux, as many tools are easily available and often even pre-configured for the specific Distribution. This is, however, only relevant if you want to code a game from scratch. Creating a game using an existing engine (like Godot) probably won't be easier than doing it on Windows, and some of these engines (like the "RPG-Maker") don't run natively on Linux.   * **Q: Is it better for game making?** A: Many consider it easier to code software using Linux, as many tools are easily available and often even pre-configured for the specific Distribution. This is, however, only relevant if you want to code a game from scratch. Creating a game using an existing engine (like Godot) probably won't be easier than doing it on Windows, and some of these engines (like the "RPG-Maker") don't run natively on Linux.
 +  * **Q: Can I still run Windows only programs?** A: Yes, and no - You can use an app called Wine that allows many Windows programs to run on Linux, but it wont work for everything and is best suited for smaller and older programs!
  
 ===== How should I get started? ===== ===== How should I get started? =====
Line 20: Line 25:
 ==== Things you need to know: ==== ==== Things you need to know: ====
  
-  - Linux is a separate OS, so you'll need at least 50-100GB free on your Hard Disk to install it, linux will ask how much space it should take and you should give it as much as you can spare without using up all your computer storage! If you can add a second SSD/Hard Disk to your computer for Linux thats a good idea! +  - Linux is a separate OS, so you'll need at least 10-30GB free on your Hard Disk to install it, linux will ask how much space it should take and you should give it as much as you can spare without using up all your computer storage! If you can add a second SSD/Hard Disk to your computer for Linux thats a good idea
-  - After Linux is installed you will be asked if you want to boot into Linux or Windows every time you turn on your computer. +  - You can install linux on a separate partition, it is called a "dualboot". No needs to remove Windows
-  - Your Linux install can access your Windows files, but Windows cannot access your Linux files!+  - After Linux is installed you will be asked if you want to boot into Linux or Windows via the grub interface every time you turn on your computer. 
 +  - Your Linux install can access your Windows files, but Windows cannot access your Linux files without some third party tool!
   - If you are on a desktop PC you can setup a 3rd Hard Disk that is share between Windows and Linux.   - If you are on a desktop PC you can setup a 3rd Hard Disk that is share between Windows and Linux.
   - It's usually possible to remove Linux later without too much hassle if you don't like it.   - It's usually possible to remove Linux later without too much hassle if you don't like it.
Line 29: Line 35:
 ==== How will I install it? ==== ==== How will I install it? ====
  
-Installing linux is the same as installing a fresh OS on any computer. You will download a file (iso) that contains the Linux installer, you will then copy/etch that file to a USB stick, and finally you'll boot your computer into that USB stick and perform the actual install. This is necessary because like building a house, you cant live in your house while its being built; so you cant install an OS to a hard drive while you are installing to that hard drive; we use the USB stick as a temporary construction cabin.+Installing linux is the same as installing a fresh OS on any computer. You will download a file (iso) that contains the Linux installer, you will then copy/etch that file to a USB stick, and finally you'll boot your computer into that USB stick and perform the actual install. This is necessary because like building a house, you cant live in your house while its being built; you cant start an OS on a hard drive while you are installing and OS to that hard drive; so we use the USB stick as a temporary construction cabin!
  
 === Steps you'll follow: === === Steps you'll follow: ===
  
-  - Download Mint Linux [[https://www.linuxmint.com/download.php|HERE]] - choose the Cinnamon Edition!+  - Download Linux Mint [[https://www.linuxmint.com/download.php|HERE]] - choose the Cinnamon Edition from any mirror link!
   - Use [[https://linuxmint-installation-guide.readthedocs.io/en/latest/burn.html#in-windows-mac-os-or-other-linux-distributions|this guide]] to make a USB Installer (You'll need an 8+ GB USB stick)   - Use [[https://linuxmint-installation-guide.readthedocs.io/en/latest/burn.html#in-windows-mac-os-or-other-linux-distributions|this guide]] to make a USB Installer (You'll need an 8+ GB USB stick)
   - Then follow [[https://linuxmint-installation-guide.readthedocs.io/en/latest/boot.html|this guide]] to boot into your installer!   - Then follow [[https://linuxmint-installation-guide.readthedocs.io/en/latest/boot.html|this guide]] to boot into your installer!
Line 45: Line 51:
  
 To do! There is a forum thread of reccomended [[https://forum.melonland.net/index.php?topic=420.0|apps here]]! To do! There is a forum thread of reccomended [[https://forum.melonland.net/index.php?topic=420.0|apps here]]!
 +
  


linux.1749891130.txt.gz · Last modified: by ThunderPerfectWitchcraft
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International