add headers to lk
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "archives"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Tar Archives
|
||||
|
||||
To create an archive file, just remember:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "at"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
Install with:
|
||||
|
||||
> sudo apt install at
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "basics"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Absolute Bloody Basics
|
||||
|
||||
You need about a dozen commands to move around Linux.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "clock"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# `date`
|
||||
|
||||
Show system time:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "conditionals"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# If statements
|
||||
|
||||
Test statement equality as so:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "cron"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Cron
|
||||
|
||||
Various services from cron exist, e.g.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "kernel"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Living Space
|
||||
|
||||
Kernel modules live in lib/modules/$(uname -r)
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "keyboard"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Set Layout
|
||||
|
||||
Set layout to British English.
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "links"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
Link from X to Y.
|
||||
|
||||
> ln -s X ../otherdir/Y
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "locale"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
|
||||
A list of supported locales is available at /usr/share/i18n/SUPPORTED
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "locating"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Whereis the Program
|
||||
|
||||
Ask where the `angband` program is, along with all its configuration files:
|
||||
|
@@ -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.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "packages"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Looking
|
||||
|
||||
Your package has something to do with unzipping. Find out more:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "processes"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Free
|
||||
|
||||
See free space with:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "shell"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Shells
|
||||
|
||||
Dash - fast but limited funcionality, great for scripts.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "swap"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Making a Swap File
|
||||
|
||||
> sudo mkdir -v /var/cache/swap
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "time"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# systemd
|
||||
|
||||
Set time to synchronize with an ntp server:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "users"
|
||||
tags: [ "Documentation", "basics" ]
|
||||
---
|
||||
# Basic Information
|
||||
|
||||
Let's get some entries with 'getent', e.g. passwd or group.
|
||||
|
Reference in New Issue
Block a user