A Linux Knowledge-base for starting new things quickly.
Go to file
Malin Freeborn a3cd7d92f3
embiggen profanity
2022-11-23 22:45:29 +01:00
basics fix crontabe 2022-11-23 21:36:47 +01:00
chat embiggen profanity 2022-11-23 22:45:29 +01:00
data fix git lfs refs 2022-11-12 19:14:33 +01:00
distros add arch gpus 2022-11-21 23:01:08 +01:00
hardware clarifications 2022-11-06 14:28:09 +01:00
networking clarifications 2022-11-06 14:28:09 +01:00
sound fix ffmpeg 2022-06-18 15:48:28 +02:00
system fix crontabe 2022-11-23 21:36:47 +01:00
vim clarifications 2022-11-06 14:28:09 +01:00
virtualization adjust title 2022-06-18 15:49:30 +02:00
vision add git lfs 2022-08-18 02:25:38 +02:00
.gitignore add gitignore 2020-01-02 03:47:37 +01:00
README.md more cleanup 2022-01-26 23:35:07 +01:00
_index.md add basic index for lk 2022-01-18 13:24:25 +01:00

README.md

title
Knowledge Base

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.