+ docs
- installation phat beat / pirate radio
This commit is contained in:
@ -4,3 +4,12 @@ scripts et tuto raspberry pi.
|
|||||||
## Docs
|
## Docs
|
||||||
- [setup](/doc/setup.md)
|
- [setup](/doc/setup.md)
|
||||||
- [pi-hole (bloqueur de pub)](/doc/pihole.md)
|
- [pi-hole (bloqueur de pub)](/doc/pihole.md)
|
||||||
|
|
||||||
|
## Commandes courantes
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# eteindre
|
||||||
|
sudo shutdown -h now
|
||||||
|
# redémarrer
|
||||||
|
sudo shutdown -r now
|
||||||
|
```
|
||||||
|
19
doc/phat-beat.md
Normal file
19
doc/phat-beat.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Phat Beat / Pirate Radio
|
||||||
|
|
||||||
|
Hat audio par Piromoni
|
||||||
|
|
||||||
|
- [getting started](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-phat-beat)
|
||||||
|
|
||||||
|
## Internet Radio via VLC
|
||||||
|
|
||||||
|
Le [tuto Pirmoni](https://learn.pimoroni.com/tutorial/sandyj/internet-radio-on-your-pirate-radio) ne fonctionne pas. On obtient le message :
|
||||||
|
> --- Warning ---
|
||||||
|
>
|
||||||
|
> The VLC Radio installer
|
||||||
|
> does not work on this version of Raspbian.
|
||||||
|
|
||||||
|
Il faut cloner [le dépot git](https://github.com/pimoroni/phat-beat) et lancer le script via `sudo bash setup.sh` depuis le dépot cloné.
|
||||||
|
|
||||||
|
La playlist se trouve à /etc/vlcd/default.m3u
|
||||||
|
|
||||||
|
Démarrer / stopper le service : `sudo service vlcd stop`
|
@ -1,5 +1,9 @@
|
|||||||
# SETUP nouveau raspberry pi
|
# SETUP nouveau raspberry pi
|
||||||
|
|
||||||
|
## Tutos
|
||||||
|
|
||||||
|
- [Installer un pi sans écran ni clavier](https://learn.pimoroni.com/tutorial/sandyj/setting-up-a-headless-pi)
|
||||||
|
|
||||||
## Créer un utilisateur sudoer
|
## Créer un utilisateur sudoer
|
||||||
Adapté depuis [ce tuto](https://www.raspberrypi.org/forums/viewtopic.php?t=169079) :
|
Adapté depuis [ce tuto](https://www.raspberrypi.org/forums/viewtopic.php?t=169079) :
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user