Update
This commit is contained in:
parent
72438b36bb
commit
65c0266705
15 changed files with 1795 additions and 1780 deletions
10
how_to.md
10
how_to.md
|
@ -53,10 +53,10 @@ Examples from LRS point of view:
|
|||
|
||||
## Tech
|
||||
|
||||
Here are some extremely basic steps to take regarding technology and the technological aspect of LRS:
|
||||
This section lays out some essential steps, according to [LRS](lrs.md), which a newcomer should take in relation to [technology](tech.md):
|
||||
|
||||
- **Learn about the most essential topics and concepts**, mainly [free software](free_software.md), "[open-source](open_source.md)", [bloat](bloat.md), [minimalism](minimalism.md), [kiss](kiss.md), [capitalism](capitalism.md), [capitalist_software](capitalist_software.md), [suckless](suckless.md), [LRS](lrs.md), [less retarded society](less_retarded_society.md), [anacho pacifism](anpac.md), [type A/B fail](fail_ab.md) etc. You will also need to open up your mind and re-learn some toxic concepts you've been taught by the system, e.g. [we do NOT fight anything](fight_culture.md), we do NOT create any [heroes](hero.md), "leaders" or celebrities (we follow ideas, not people), admit [work](work.md) is shit, older is better than "[modern](modern.md)" etc.
|
||||
- **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) and similar free OSes but you're yet probably too noob for that at this point). 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 (easier). 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/flash drive 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 [just werks](just_werks.md) (don't listen to people who tell you to install [Gentoo](gentoo.md) tho). Remember, perfect distro doesn't exist, all tech is shit nowadays, just choose something and go with it. You can try these:
|
||||
- **Install [GNU](gnu.md)/[Linux](linux.md)** [operating system](operating_system.md) to free yourself from shit like [Windows](windows.md) and [Mac](mac.md) (you can also consider [BSD](bsd.md) and similar free OSes but you're yet probably too noob for that at this point). 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 (easier). 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/flash drive 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 [just werks](just_werks.md) (don't listen to people who tell you to install [Gentoo](gentoo.md) tho). Remember, perfect distro doesn't exist, all tech is shit nowadays, just choose something and go with it. 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.
|
||||
|
@ -123,9 +123,9 @@ If you want, just literally take this wiki and make it your own, you can get the
|
|||
|
||||
### How To Make Yourself An Independent Solar Powered Computer
|
||||
|
||||
One of the best things you can do is to make yourself a computer that's as independent as possible, i.e. working offline and without power from the grid, it's very useful even if it's very low-spec, a programmable calculator can do things that old civilizations would kill for. Of course one way is to set up a complete solar (or wind/human/water/etc.) powered electricity generator that will replace your wall plug -- this is a topic for its own tutorial because that may get a bit complicated (you have to get various voltage convertors, protections for your devices, get the voltages/currents and wiring right etc.). To make just a simple solar powered computer can be much simpler if that's all you need. See also [mechanical computers](mechanical.md), like the old Soviet calculators etc., they can serve similar purpose.
|
||||
On the path towards freedom a significant leap is made when one acquires a computer that's independent of the dystopian system that will sooner or later [collapse](collapse.md), a computer working offline and without power from the grid -- this is always very useful, even when it's very low-spec, a programmable calculator can do things that old civilizations would kill for. Of course one way is to set up a complete solar (or wind/human/water/etc.) powered electricity generator that will replace your wall plug -- this is a topic for its own tutorial because that may get a bit complicated (you have to get various voltage convertors, protections for your devices, get the voltages/currents and wiring right etc.). To make just a simple solar powered computer can be much simpler if that's all you need. See also [mechanical computers](mechanical.md), like the old Soviet calculators etc., they can serve similar purpose.
|
||||
|
||||
NOTE: There is a kind of middle way between full solar powered system and single solar powered device, it is e.g. possible to power your laptop directly or "almost directly" from a solar panel because your laptop already has a battery in it (so you don't need a big battery for the panel, you just charge your laptop) and it works on DC which is what comes from the solar panel (your laptop's charger has to convert AC from the plug to DC, so you just remove this middle man). Please don't just go and plug a solar panel to your laptop, you may destroy it :) Read some tutorial on this first, they can be found on the net. Here we'll go yet more simple.
|
||||
NOTE: Possible middle ways exist between full solar powered system and single solar powered device, it is e.g. possible to power your laptop directly or "almost directly" from a solar panel because your laptop already has a battery in it (so you don't need a big battery for the panel, you just charge your laptop) and it works on DC which is what comes from the solar panel (your laptop's charger has to convert AC from the plug to DC, so you just remove this middle man). Please don't just go and plug a solar panel to your laptop, you may destroy it :) Read some tutorial on this first, they can be found on the net. Here we'll go yet more simple.
|
||||
|
||||
{ The following is a summary of a simple setup I made and tested. ~drummyfish }
|
||||
|
||||
|
@ -191,7 +191,7 @@ You should look like this:
|
|||
|
||||
## How Not To Get Depressed Living In This Shitty Dystopia
|
||||
|
||||
I don't know lol, you tell me. Becoming more independent of this system really helps though, just accept everything will get destroyed in a few years -- yes, all you ever liked is basically already dead, just deal with it and find new things to like such as reading books instead of scrolling through facebook etc. Unconditional love and [altruism](altruism.md) helps too, just let go of the hate and fight, help people selflessly without expecting rewards. One of the big challenges is also dealing with the *Cassandra complex*, i.e. the fact that only you know the truth but you can't communicate it to others, they don't listen, it's like a nightmare but real, you have to deal with this by meditation.
|
||||
I don't know lol, you tell me. Becoming more independent of this system really helps, just accept everything will get destroyed in a few years -- yes, all you ever liked is practically already dead and gone, just deal with it and find new things to like such as reading books and watching the nature instead of scrolling through facebook etc. Unconditional [love](love.md) and [altruism](altruism.md) helps just as well, just let go of the hate and [fight](fight_culture.md), help people [selflessly](selflessness.md) without expecting rewards. One of the big challenges is also dealing with the *Cassandra complex*, i.e. that only you know the truth but you can't communicate it to others, they don't listen, it's like a nightmare but real, you have to deal with this by meditation, social isolation, reading and other forms of [coping](coping.md).
|
||||
|
||||
## Other
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue