add headers to lk

This commit is contained in:
2022-01-16 19:20:39 +01:00
parent bdc4ea87cb
commit aac84da38a
137 changed files with 543 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
---
title: "archives"
tags: [ "Documentation", "basics" ]
---
# Tar Archives
To create an archive file, just remember:

View File

@@ -1,3 +1,7 @@
---
title: "at"
tags: [ "Documentation", "basics" ]
---
Install with:
> sudo apt install at

View File

@@ -1,3 +1,7 @@
---
title: "basics"
tags: [ "Documentation", "basics" ]
---
# Absolute Bloody Basics
You need about a dozen commands to move around Linux.

View File

@@ -1,3 +1,7 @@
---
title: "clock"
tags: [ "Documentation", "basics" ]
---
# `date`
Show system time:

View File

@@ -1,3 +1,7 @@
---
title: "conditionals"
tags: [ "Documentation", "basics" ]
---
# If statements
Test statement equality as so:

View File

@@ -1,3 +1,7 @@
---
title: "cron"
tags: [ "Documentation", "basics" ]
---
# Cron
Various services from cron exist, e.g.

View File

@@ -1,3 +1,7 @@
---
title: "kernel"
tags: [ "Documentation", "basics" ]
---
# Living Space
Kernel modules live in lib/modules/$(uname -r)

View File

@@ -1,3 +1,7 @@
---
title: "keyboard"
tags: [ "Documentation", "basics" ]
---
# Set Layout
Set layout to British English.

View File

@@ -1,3 +1,7 @@
---
title: "kill"
tags: [ "Documentation", "basics" ]
---
If you want to kill a program in a graphical environment, open a terminal and typeL
## Graphical Programs

View File

@@ -1,3 +1,7 @@
---
title: "links"
tags: [ "Documentation", "basics" ]
---
Link from X to Y.
> ln -s X ../otherdir/Y

View File

@@ -1,3 +1,7 @@
---
title: "locale"
tags: [ "Documentation", "basics" ]
---
A list of supported locales is available at /usr/share/i18n/SUPPORTED

View File

@@ -1,3 +1,7 @@
---
title: "locating"
tags: [ "Documentation", "basics" ]
---
# Whereis the Program
Ask where the `angband` program is, along with all its configuration files:

View File

@@ -1,3 +1,7 @@
---
title: "logs"
tags: [ "Documentation", "basics" ]
---
# Syslog Management Protocols
Let's look at the programs filling in things on our /var/log/ directory.

View File

@@ -1,3 +1,7 @@
---
title: "packages"
tags: [ "Documentation", "basics" ]
---
# Looking
Your package has something to do with unzipping. Find out more:

View File

@@ -1,3 +1,7 @@
---
title: "processes"
tags: [ "Documentation", "basics" ]
---
# Free
See free space with:

View File

@@ -1,3 +1,7 @@
---
title: "shell"
tags: [ "Documentation", "basics" ]
---
# Shells
Dash - fast but limited funcionality, great for scripts.

View File

@@ -1,3 +1,7 @@
---
title: "swap"
tags: [ "Documentation", "basics" ]
---
# Making a Swap File
> sudo mkdir -v /var/cache/swap

View File

@@ -1,3 +1,7 @@
---
title: "time"
tags: [ "Documentation", "basics" ]
---
# systemd
Set time to synchronize with an ntp server:

View File

@@ -1,3 +1,7 @@
---
title: "users"
tags: [ "Documentation", "basics" ]
---
# Basic Information
Let's get some entries with 'getent', e.g. passwd or group.