====== Raspberry pi ====== Petit ordinateur linux sous puce ARM. OS Raspbian. ===== Lancement automatique d'un logiciel ===== https://forums.raspberrypi.com/viewtopic.php?t=17051 **Creer un dossier :**\\ mkdir /home/pi/.config/autostart **Ecrire un fichier (avec editeur nano) :**\\ nano /home/pi/.config/autostart/autovlc.desktop **Le contenu :**\\ [Desktop Entry] Type=Application Exec=vlc /home/pi/playlist.m3u --loop --fullscreen **Ecrire un fichier (avec editeur nano) , playlist pour vlc:**\\ nano /home/pi/playlist.m3u **Le contenu :**\\ /home/pi/music/faith-no-more/the-real-thing/01-from-out-of-nowhere.ogg /home/pi/music/faith-no-more/the-real-thing/02-epic.ogg /home/pi/music/faith-no-more/the-real-thing/03-falling-to-pieces.ogg