aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org/distro-guides/arch.org7
-rw-r--r--org/distro-guides/fedora.org3
-rw-r--r--org/distro-guides/void.org50
-rw-r--r--org/gophermap3
-rw-r--r--org/linux-room.org5
5 files changed, 61 insertions, 7 deletions
diff --git a/org/distro-guides/arch.org b/org/distro-guides/arch.org
index a76d53c..00111c8 100644
--- a/org/distro-guides/arch.org
+++ b/org/distro-guides/arch.org
@@ -9,8 +9,8 @@ Arch is just a better distro, but using arch doesnt instantly make you a
better linux user. Saying "I am a arch user btw" is still fun and annoys
people so I keep saying it reguardless.\\
\\
-*Warning: This is a ever changing page due to the fact I havent been
-daily driving arch for long as of writing this and is uncompletish.*
+*Warning: I dont personally use arch anymore so I am not going to bother
+updating this*
* Installing arch
:PROPERTIES:
@@ -48,8 +48,7 @@ nasty thing.
trusty [[file:xfce.org][xfce]]. Your also going to want lightdm with that. Thunar is a
quite useable file manager though you can betterize it with gvfs or
another opinional packages for cool fancy shit. Or for even more cool
- fancy things get something like
- [[file:../linux-room.org::#spacefm][SpaceFM]]. Just fuck around tbh.
+ fancy things get something like [[file:../linux-room.org::#spacefm][SpaceFM]]. Just fuck around tbh.
+ If your sound fucking aint working right install sof-firmware.
+ I use [[https://github.com/Jguer/yay][yay]] because it makes life in
arch easier even though its stupid ass bloat.
diff --git a/org/distro-guides/fedora.org b/org/distro-guides/fedora.org
index fce89b5..3457a9b 100644
--- a/org/distro-guides/fedora.org
+++ b/org/distro-guides/fedora.org
@@ -14,6 +14,9 @@ for a while I grew to really like it and started using it on my main and
it have been running much better then kde.\\
\\
Fedora xfce can be downloaded [[https://fedoraproject.org/spins/xfce][here]].
+\\
+*Warning: I dont personally use fedora anymore so I am not going to bother
+updating this*
* Setting up fedora
:PROPERTIES:
diff --git a/org/distro-guides/void.org b/org/distro-guides/void.org
new file mode 100644
index 0000000..57fc082
--- /dev/null
+++ b/org/distro-guides/void.org
@@ -0,0 +1,50 @@
+#+SETUPFILE: ../../org-templates/distro-guides.org
+#+TITLE: Void guide
+
+* Void linux
+:PROPERTIES:
+:CUSTOM_ID: void-linux
+:END:
+A little while back I switched from arch to void because I wanted a
+systemd-less distro, I wanted to use something a bit closer to old school unix
+after playing around with BSD a lot more, and a few peeps I know use void.\\
+\\
+Check out [[https://docs.voidlinux.org][the void handbook]] and [[https://getimiskon.xyz/posts/2020/2020-12-30.html][this epic blog post]] (:
+
+* Installing
+:PROPERTIES:
+:CUSTOM_ID: installing
+:END:
+I decided to go with the glibc version of void. For the installer I use the
+base image. While I do use xfce anyways the xfce iso also installs network
+manager which I dont use or even want on my system. Want me to walk you through
+it? Just read the docs you lazy fuck!
+
+* After installing
+:PROPERTIES:
+:CUSTOM_ID: after
+:END:
+Many say the handbook is very lacking and compared to arch it is but a giant
+wiki isnt what the void handbook is or tries to be. The void handbook is great
+for casually reading through and has many helpful resources and if you need
+more depth search for it on the arch wiki :D\\
+\\
+Some useful things:
++ [[https://docs.voidlinux.org/config/services/logging.html][socklog]] for logs (highly recommend for those who do a lot of debugging).
++ [[https://docs.voidlinux.org/config/network/wpa_supplicant.html][wpa supplicant]] for wifi.
++ [[https://docs.voidlinux.org/config/power-management.html][swap out acpid with elogind]] because it seems to work better with xfce.
++ [[https://docs.voidlinux.org/config/media/pipewire.html][pipewire]] for audio (laptops often need sof-firmware for the speakers).
++ [[https://docs.voidlinux.org/config/containers-and-vms/chroot.html][Interesting]].
++ [[https://gothub.ducks.party/void-linux/void-packages][Source packages in void]].
+
+* Packages
+:PROPERTIES:
+:CUSTOM_ID: packages
+:END:
+Like most small distros that arent forks, void linux doesnt have a whole lot
+of packages in its repos. It still has most of the packages you will ever need
+but for times when it doesnt [[https://github.com/void-linux/void-packages/blob/master/Manual.md][making xbps packages is quite easy]]. Who needs
+stuppa flatpaks and snaps when you can make your own packages and share them?
+Thats the whole point of free and open source! I encourage this for all linux
+users! You can find some void packages I made [[https://git.shittyweb.org/][on my git]].
+
diff --git a/org/gophermap b/org/gophermap
index 8700229..811a50f 100644
--- a/org/gophermap
+++ b/org/gophermap
@@ -15,8 +15,9 @@ iPoorly exported shit from org-mode:
0My likes and dislikes likes-and-dislikes.txt
0Donate give-me-your-dollaridoos.txt
-0Arch guide distro-guides/arch.txt
+0Void guide distro-guides/void.txt
0Xfce guide distro-guides/xfce.txt
+0Arch guide distro-guides/arch.txt
0Fedora guide distro-guides/fedora.txt
1Phlog blog
diff --git a/org/linux-room.org b/org/linux-room.org
index b62ff0f..8009e7d 100644
--- a/org/linux-room.org
+++ b/org/linux-room.org
@@ -32,9 +32,10 @@ switched to arch to make it feel the way I want.
:PROPERTIES:
:CUSTOM_ID: distro-guides
:END:
-+ [[file:distro-guides/arch.org][Arch (my daily driver)]]
++ [[file:distro-guides/void.org][Void (my daily driver)]]
+ [[file:distro-guides/xfce.org][Xfce DE]]
-+ [[file:distro-guides/fedora.org][Fedora xfce (my old daily driver)]]
++ [[file:distro-guides/arch.org][Arch (my old daily driver)]]
++ [[file:distro-guides/fedora.org][Fedora xfce (my old old daily driver)]]
** Cool distros
:PROPERTIES: