tomhiggins / anyfesto

Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
http://anyfesto.com
75 stars 12 forks source link

Error in Section Setting Up the Audio Streaming Service #22

Closed tomhiggins closed 4 years ago

tomhiggins commented 4 years ago

mv: cannot stat '.hosts': No such file or directory

tomhiggins commented 4 years ago

cd /usr/share/vlc/lua/http/ sudo mv .hosts /etc/vlc sudo ln -s /etc/vlc/.hosts .hosts

tomhiggins commented 4 years ago

Replaced cd /usr/share/vlc/lua/http/ sudo mv .hosts /etc/vlc
With sudo mv vlchosts /etc/vlc/.hosts