From 17836a8daffb48dc1ba1400419788f1fe940d297 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Thu, 30 Dec 2021 17:57:08 -0600 Subject: [PATCH] Update howto --- how_to.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/how_to.md b/how_to.md index af2f797..010b4af 100644 --- a/how_to.md +++ b/how_to.md @@ -9,12 +9,11 @@ Firstly let us welcome you, no matter who you are, no matter your political opin If you don't know how to start, here are some basic steps: 1. **Learn about the most essential topics and concepts**, mainly [free software](free_software.md), [open-source](open_source.md), [bloat](bloat.md), [kiss](kiss.md), [capitalist_software](capitalist_software.md), [suckless](suckless.md) and [LRS](lrs.md). -2. **Install [GNU](gnu.md)/[Linux](linux.md)** operating system to free yourself from shit like [Windows](windows.md) and [Mac](mac.md). Do NOT try to switch to "Linux" right away if it's your first time, it's almost impossible, you want to just install "Linux" as [dual boot](dual_boot.md) (alongside your main OS) or on another computer. This way you'll be using both operating systems, slowly getting more comfortable with "Linux" and eventually you'll find yourself uninstalling Windows altogether. You can also just try "Linux" in a [virtual machine](vm.md), from a live CD or you can buy something with "Linux" preinstalled like [Raspberry Pi](raspberry.md). **Which "Linux" to install?** There are many options and as a noob you don't have to go hardcore right away, just install any [distro](distro.md) that "works" (don't listen to people who tell you to install [Gentoo](gentoo.md) tho). You can try these: +2. **Install [GNU](gnu.md)/[Linux](linux.md)** operating system to free yourself from shit like [Windows](windows.md) and [Mac](mac.md) (you can also consider [BSD](bsd.md) but you're probably too noob for that). Do NOT try to switch to "Linux" right away if it's your first time, it's almost impossible, you want to just install "Linux" as [dual boot](dual_boot.md) (alongside your main OS) or on another computer. This way you'll be using both operating systems, slowly getting more comfortable with "Linux" and eventually you'll find yourself uninstalling Windows altogether. You can also just try "Linux" in a [virtual machine](vm.md), from a live CD or you can buy something with "Linux" preinstalled like [Raspberry Pi](raspberry.md). **Which "Linux" to install?** There are many options and as a noob you don't have to go hardcore right away, just install any [distro](distro.md) that "works" (don't listen to people who tell you to install [Gentoo](gentoo.md) tho). You can try these: - [Devuan](devuan.md): Nice, [LRS](lrs.md) approved distro that respects your [freedom](free_software.md) that just works, is easy to install and is actually nice. Good for any skill level. - [Debian](debian.md): Like Devuan but uses the evil [systemd](systemd.md) which doesn't have to bother you at this point. Try Debian if Devuan doesn't work for any reason. - [Mint](mint.md): More noob, [bloated](bloat.md) and mainstream distro that only mildly cares about freedom, but is extremely easy and works almost everywhere. Try this if Debian didn't work for you. - [Ubuntu](ubuntu.md): Kind of like Mint, try it if Mint didn't work. - - [Arch](arch.md): This is actually a hardcore distro that also has many flaws from [LRS](lrs.md) point of view, but some people like it very much. Only try this if you want a challenge. 2. **Learn a bit of [command line](cli.md)** and **start using [FOSS](foss.md) alternatives** to you [proprietary](proprietary.md) programs, e.g. [GIMP](gimp.md) instead of Photoshop. 3. If you want to program [LRS](lrs.md), learn [C](c.md) (TODO: resources). Also learn a bit of POSIX shell and maybe some [scripting](script.md) language (can be even a bloated one like [Python](python.md)). Learn about [licensing](license.md). 4. Optionally make your own minimal [website](web.md) to help reshare ideas you like (static [HTML](html.md) site without [JavaScript](javascript.md)). This is very easy, and the site can be hosted for free e.g. on [git](git.md) hosting sites like Codeberg or GitLab.