Compare commits

..

7 Commits

Author SHA1 Message Date
andonome ab079fedfa Fix kubernetes names 2026-05-24 18:40:14 +02:00
andonome 2bdc293263 Rename fail2ban 2026-05-24 18:37:24 +02:00
andonome 2f7ad89bbb Note setup tags 2026-05-24 18:37:16 +02:00
andonome 5e9d08286b Reformat cron 2026-05-24 18:30:36 +02:00
andonome 4c9dacbd45 Mark git-secret as a review 2026-05-24 18:30:21 +02:00
andonome 9e4889daea Remove old mpd notes 2026-05-24 18:30:12 +02:00
andonome e35e9a7766 Remove monitor notes 2026-05-24 18:29:38 +02:00
10 changed files with 9 additions and 76 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: git-secret
title: "Review: git-secret"
tags:
- data
- git
+1
View File
@@ -2,6 +2,7 @@
title: newsboat
tags:
- RSS
- Setup
---
Create the configuration directory before you start, and add at least 1 URL.
+1
View File
@@ -3,6 +3,7 @@ title: Newsraft
tags:
- data
- RSS
- Setup
---
# Setup
-17
View File
@@ -1,17 +0,0 @@
---
title: monitor
tags:
- hardware
---
See screen size
```sh
xrandr -q
```
Automatically configure:
```sh
xrandr --auto
```
+3 -1
View File
@@ -1,7 +1,9 @@
---
title: fail2ban
title: fail2ban for ssh
tags:
- networking
- system
- Setup
requires:
- networking/ssh.md
---
-53
View File
@@ -1,53 +0,0 @@
---
title: mpd
tags:
- sound
---
# Setup
## Configuration
This is a minimum configuration file for /etc/mpd.conf
> music_directory "/var/lib/mpd/music"
>
> playlist_directory "/var/lib/mpd/playlists"
>
> db_file "/var/lib/mpd/mpd.db"
>
>
> pid_file "/run/mpd/mpd.pid"
>
> state_file "/var/lib/mpd/mpdstate"
>
>
> user "mpd"
>
> audio_output {
> type "pulse"
> name "My Pulse Output"
> }
>
> audio_output {
> type "fifo"
> name "my_fifo"
> path "/tmp/mpd.fifo"
> format "44100:16:2"
> }
You can use alsa instead of pulse, but don't unless you're on a Pi.
Since this is run as the mpd user, you'll need to grant that user pulse acceess, often with the user-group `pulse` or `pulse-access`, but your distro may vary.
```sh
sudo usermod -aG pulse-access mpd
```
Working with mpd will be easier if you have access to its files, so maybe:
```sh
sudo usermod -aG mpd $USER
```
-3
View File
@@ -4,9 +4,6 @@ tags:
- basics
- time
---
# Cronie
The `cronie` program is also known as `crond`.
## Install
+1
View File
@@ -6,6 +6,7 @@ tags:
- makefiles
- graphviz
- python
- Setup
requires:
- system/makefiles.md
---
@@ -4,6 +4,7 @@ tags:
- virtualization
- kubernetes
- minikube
- Setup
requires:
- virtualization/docker.md
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: Proxy API
title: Kubernetes Proxy API
tags:
- virtualization
- kubernetes