syntax fix
This commit is contained in:
parent
cc574d5358
commit
a72e2b117d
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "radicale and nginx"
|
title: "radicale and nginx"
|
||||||
tags: [ "data", "calendar" ]
|
tags: [ "data", "calendar" ]
|
||||||
required: [ "nginx", "certbot" ]
|
requires: [ "nginx", "certbot" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
Check before you start:
|
Check before you start:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "sc-im"
|
title: "sc-im"
|
||||||
tags: [ "TUI", "data", "spreadsheet", ".csv" ]
|
tags: [ "TUI", "data", "spreadsheet", ".csv" ]
|
||||||
required: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Sample file](sc-im/sample.sc)
|
- [Sample file](sc-im/sample.sc)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Soft Serve Maintenance"
|
title: "Soft Serve Maintenance"
|
||||||
tags: [ "data", "git server", "maintenance" ]
|
tags: [ "data", "git server", "maintenance" ]
|
||||||
required: [ "git", "nginx" ]
|
requires: [ "git", "nginx" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
Over time git repositories become bloated with old data, but never get cleaned.
|
Over time git repositories become bloated with old data, but never get cleaned.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Soft Serve through https"
|
title: "Soft Serve through https"
|
||||||
tags: [ "data", "git server", "lfs" ]
|
tags: [ "data", "git server", "lfs" ]
|
||||||
required: [ "git", "nginx" ]
|
requires: [ "git", "nginx" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
## `http` Setup
|
## `http` Setup
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Soft-Serve"
|
title: "Soft-Serve"
|
||||||
tags: [ "data", "git server", "lfs", "TUI" ]
|
tags: [ "data", "git server", "lfs", "TUI" ]
|
||||||
required: [ "git", "nginx" ]
|
requires: [ "git", "nginx" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Soft-Serve with https](soft-serve/soft_https.md)
|
- [Soft-Serve with https](soft-serve/soft_https.md)
|
||||||
|
@ -11,6 +11,7 @@ Select a keymap, and create a new custom map.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
su root
|
su root
|
||||||
|
ls /usr/share/kbd/keymaps/i386/qwerty/
|
||||||
|
|
||||||
basemap=/usr/share/kbd/keymaps/i386/qwerty/pl1.map.gz
|
basemap=/usr/share/kbd/keymaps/i386/qwerty/pl1.map.gz
|
||||||
newmap=/usr/share/kbd/keymaps/custom.map.gz
|
newmap=/usr/share/kbd/keymaps/custom.map.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user