Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ab079fedfa
|
|||
|
2bdc293263
|
|||
|
2f7ad89bbb
|
|||
|
5e9d08286b
|
|||
|
4c9dacbd45
|
|||
|
9e4889daea
|
|||
|
e35e9a7766
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: git-secret
|
||||
title: "Review: git-secret"
|
||||
tags:
|
||||
- data
|
||||
- git
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: newsboat
|
||||
tags:
|
||||
- RSS
|
||||
- Setup
|
||||
---
|
||||
Create the configuration directory before you start, and add at least 1 URL.
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ title: Newsraft
|
||||
tags:
|
||||
- data
|
||||
- RSS
|
||||
- Setup
|
||||
---
|
||||
|
||||
# Setup
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: monitor
|
||||
tags:
|
||||
- hardware
|
||||
---
|
||||
See screen size
|
||||
|
||||
```sh
|
||||
xrandr -q
|
||||
```
|
||||
|
||||
Automatically configure:
|
||||
|
||||
```sh
|
||||
xrandr --auto
|
||||
```
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: fail2ban
|
||||
title: fail2ban for ssh
|
||||
tags:
|
||||
- networking
|
||||
- system
|
||||
- Setup
|
||||
requires:
|
||||
- networking/ssh.md
|
||||
---
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -4,9 +4,6 @@ tags:
|
||||
- basics
|
||||
- time
|
||||
---
|
||||
# Cronie
|
||||
|
||||
The `cronie` program is also known as `crond`.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
---
|
||||
title: Proxy API
|
||||
title: Kubernetes Proxy API
|
||||
tags:
|
||||
- virtualization
|
||||
- kubernetes
|
||||
|
||||
Reference in New Issue
Block a user