Merge branch 'dev' into vhs

This commit is contained in:
2025-02-27 16:59:25 +01:00
64 changed files with 78 additions and 76 deletions

View File

@@ -7,11 +7,13 @@ Make your first target 'help' to give an overview of the main targets.
Running `make help` will search for text which starts with `## ` and show what that target does.
```make
.PHONY: help
help: ## Print the help message
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | \
sort | \
column -s ':' -t
.PHONY: clean
clean: ## Remove generated files
$(RM) $(defaults)
```

View File

@@ -1,6 +1,6 @@
---
title: "android"
tags: [ "System", "phone" ]
tags: [ "system", "phone" ]
---
# mtpfs

View File

@@ -1,6 +1,6 @@
---
title: "awk"
tags: [ "System", ".csv" ]
tags: [ "system", ".csv" ]
---
# Basics

View File

@@ -1,6 +1,6 @@
---
title: "bash tips"
tags: [ "Shell", "POSIX" ]
tags: [ "shell", "POSIX" ]
---
## Track Live Changes

View File

@@ -1,6 +1,6 @@
---
title: "character-encoding"
tags: [ "System", "encoding" ]
tags: [ "system", "encoding" ]
---
Convert a text file from one encoding type to another with:

View File

@@ -1,6 +1,6 @@
---
title: "Default Programs"
tags: [ "Defaults", "Mime Type" ]
tags: [ "defaults", "mime type" ]
---
Install the package `xdg-utils`, then make very liberal use of the tab button.

View File

@@ -1,6 +1,6 @@
---
title: "lf - The Light File Manager"
tags: [ "File Browser", "TUI" ]
tags: [ "file browser", "TUI" ]
---
![lf](/tapes/lf.gif)

View File

@@ -1,6 +1,6 @@
---
title: "logs"
tags: [ "System" ]
tags: [ "system" ]
---
# Basic

View File

@@ -1,6 +1,6 @@
---
title: "Monitoring"
tags: [ "System", "CPU", "Memory" ]
tags: [ "system", "CPU", "memory" ]
---
Print the average CPU load over 1 minute, 5 minutes, and 15 minutes:

View File

@@ -1,6 +1,6 @@
---
title: "partitions"
tags: [ "System" ]
tags: [ "system" ]
---
# FDisk Basics

View File

@@ -1,6 +1,6 @@
---
title: "snaps"
tags: [ "System", "Ubuntu", "snap" ]
tags: [ "system", "Ubuntu", "snap" ]
---
> sudo apt-get purge -y snapd