WIKI

Welcome to the KISS WIKI. Documentation and information about KISS and Linux in general. Written by the Community.

Usage

The wiki article index was designed for viewing in a terminal or your preferred markdown viewer. For example, one could use ‘curl’ to download any one of the articles below and pipe the resulting output into a terminal pager application:

curl https://mcpcpc.github.io/k1ss/wiki/boot/efistub.md | less

To simplify the command above, one could create a shell script function and place it in their shell rc file (e.g. ~/.ashrc). For example:

# added to one's ~/.ashrc file
wiki() {
    url='https://mcpcpc.github.io/k1ss/wiki'
    curl "$url/${1:-kiss/style-guide}.md" | less
}

To use this example script and view the example article from above, one would simply type the following in a shell:

$ wiki boot/efistub

Contribute

To add a new article or modify an existing one, create a new Pull Request in the community repository: https://mcpcpc.github.io/kiss-community/website

Each new article will be reviewed by the KISS wiki index owner for compliance with the following style requirements:

Article Index

wiki/boot/efistub
wiki/boot/efivarfs
wiki/community/extensions
wiki/community/forks
wiki/community/ports
wiki/community/projects
wiki/community/repositories
wiki/console/bkeymaps
wiki/console/fonts
wiki/desktops/kde
wiki/dev/replacing-udev
wiki/init/busybox
wiki/init/changing-init
wiki/init/sysmgr
wiki/kernel/config
wiki/kernel/firmware
wiki/kernel/thinkpad
wiki/kiss/faq
wiki/kiss/package-manager
wiki/kiss/package-system
wiki/kiss/screenshots
wiki/kiss/software
wiki/kiss/style-guide
wiki/kiss/testimonials
wiki/software/acpid
wiki/software/alsa-utils
wiki/software/dhcpcd
wiki/software/eiwd
wiki/software/git
wiki/software/man-pages
wiki/software/opendoas
wiki/software/openssh
wiki/software/tzdata
wiki/software/vim
wiki/software/wpa_supplicant
wiki/storage/disks
wiki/storage/zram
wiki/storage/zswap
wiki/xorg/keyboard-layout
wiki/xorg/sx
wiki/xorg/x11-forwarding
wiki/xorg/x11vnc
wiki/xorg/xinit
wiki/xorg/xorg-server