A Linux Knowledge-base for starting new things quickly.
Go to file
Malin Freeborn 4f1ca14d02 clarify various entries 2021-05-15 16:41:45 +02:00
basics clarify various entries 2021-05-15 16:41:45 +02:00
chat add intro profanity commands 2020-08-02 20:15:58 +02:00
data add groff 2021-05-10 18:57:14 +02:00
distros fix gitea_install.sh 2021-05-15 16:04:15 +02:00
hardware add keyboard checking 2020-06-19 15:20:38 +02:00
networking add gemini server 2021-05-10 18:57:14 +02:00
sound add alsa sound card fuckery 2021-05-10 18:57:14 +02:00
system add xcp-ng imports/exports 2020-06-19 15:18:50 +02:00
vim add vim search 2020-01-15 02:05:53 +01:00
vision add imagemagick potrace info 2021-02-05 18:08:39 +01:00
.gitignore add gitignore 2020-01-02 03:47:37 +01:00
LICENCE.md add cc0 licence 2020-01-02 03:49:23 +01:00
README.md clarify readme headers 2021-05-15 16:10:30 +02:00

README.md

Linux Knowledgebase

This is a list of quickstart guides for Linux programs, designed to get the user up and running as fast as possible.

Style

  1. Minimal theory, maximum practical.
  2. The statements should go in order of how likely they are to be used: if git add has to be used by everyone, then it should go first.
  3. Documents should be similar to well-documented scripts.
  4. No explanations for the program. This isn't an introduction or advert, it's a guide for someone who already wants to use a program but doesn't know how.
  5. It's better explain how to set something up three times than to link or reference a setup.
  6. If general knowledge must be presumed, it should be placed into a file named 'basics'.

Example

How to see which websites you're actively accessing:

> ss -tr dst :443

What's wrong with everything else?

Man pages

  • Orders items by the alphabet rather than by relevance.
  • Often presumes you know everything except that one program.
  • Often written in the 80's, and it shows.
  • Zero respect for your time.

curl cheat.sh/

  • Doesn't have the programs I like.
  • Too short to get you started on many programs.
  • Poor understanding of priority (git stash is covered before git commit).

Current State

This started as a few personal notes, and will probably continue to look like that for some time. It's a bit of a mess.

Systemd is taken as a default. Non-systemd commands we relegate to their respective distros, e.g. runit for Void Linux.