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