Linux is a failure: Void edition

this
White, national socialist operating system should be perfectly designed, productive, should allow you to do big things like holocaust with one click
it should make you focus on doing big new things, not reinventing the wheel or waste your time on nigger manuals
unix philosophy is shit and anti-white, not surprised they attract SJW and CoC

That ISO includes a ton of stuff you may or may not need. The live ISO is ~1GB, and if it needs components not included, it will grab them online.

Holy shit are you retarded literally how the FUCK can you mess this up, IT EVEN HAS A FUCKING GUI INSTALLER UNLIKE ARCH
next time:
go to the wiki
follow instructions and download the iso, best option is just live minimal
follow the instructions that appear DIRECTLY AT BOOT
i.e the root password etc,
so login as root, run void-installer, when youre finished, reboot and do xbps-install i3-gaps dmenu urxvt icecat
read i3 wiki
YOURE FUCKING WELCOME, RETARD
for networking install NetworkManager and use vim or nano (for retards like you), stop being a bitch as nigger cattle and man the FUCK up

Unix IS shit.
Now, if you don't wanna use it, don't use it, and there is no problem. xD

Dude, you've collected probably each and every meme about newbie trying to install Linux the first time, how are you not baiting?
To answer your question, there are actual installers that you literally cannot fuck up, with sane defaults etc, but they are probably 2bloat4you, because they carry the whole X Window System with some brainless DEs and GUI libraries. I think even if I got up and tried to put together the actual GUI LiveISO right now, I would be hard-pressed to squeeze it onto the CD, for numerous reasons. It's definitely doable though.

that didn't work - try again

Network Config is explained, it's a bit complicated but just follow it. Follow these steps and edit the areas in which I use ( here: ...etc... ) yourself.

Open up a terminal and dump this

(note: you need nano or gedit to attempt this)

sudo nano /etc/wpa_supplicant/wpa_supplicant-( here: you type the name of your wifi device ).conf

and add the following lines:

# Example default configuration file for wpa_supplicant.conf(5).ctrl_interface=/run/wpa_supplicantupdate_config=1ctrl_interface_group=wheeleapol_version=1ap_scan=1fast_reauth=1# Add your networks here.network={ ssid= ( here: you type the name of your device again ) key_mgmt=NONE wep_key0= ( here: you type the password to the device ) wep_tx_keyidx=0 auth_alg=SHARED}

After dumping and editing that, you "Ctrl + x", then "yes", then "enter".
If it doesn't load right away, restart your pc/laptop.

If nano doesn't work, try gedit. Both are text editors. If NEITHER of those work, my dude, snap in a CAT5 and get them.

Alternatively you can try nmcli.

sudo nmcli device show (shows you your connections)

or

sudo nmcli d wifi list

sudo nmcli connection edit type wifi (will give you the option to create a new wifi connection)

type "help" to learn how to set up your own, it's not rocket science from there on. Same with wwan connections.

sudo nmcli connection edit type gsm con-name (here: type your providers name exp: verizon, sprint, att, etc)

Assuming you have an active sim card and a compatible functioning wwan card inserted, this should allow you to configure the phone number and give you a connection instantly. Press "help" for for details after the initial command. Usually you only have to edit gsm.number for results.

Someone correct my post in case I've messed something up

Attached: tokyo.png (1024x680, 854.06K)

Adding this.

docs.voidlinux.org/config/network/networkmanager.html

Holy fuck what do you think OP's connection even is? Did he tell anything? He didn't. Why do you configure both wifi and gsm? This makes no sense.

Stop bullying OP, he is retarded.

Options.

In case people sperg out and go nuts I guess. Was more of a general dump.

I think I may have made a mistake on the first code bar, i think you simply have to add "wpa_supplicant-wlan0.conf" but I haven't confirmed yet. I believe that's all it takes. Gotta SSH into something and test. Could be wrong.