Minicluster:Fortran

De WikiLICC
Revisão de 13h10min de 18 de maio de 2010 por Dago (Discussão | contribs) (Criou página com 'Inicie o serviço ''mpd'' caso não esteja ativo. [user] $ mpd & A file named .mpd.conf file must be present in the user's home directory (/etc/mpd.conf if root) with read an…')
(dif) ← Edição anterior | ver versão atual (dif) | Versão posterior → (dif)
Ir para: navegação, pesquisa

Inicie o serviço mpd caso não esteja ativo.

[user] $ mpd &
A file named .mpd.conf file must be present in the user's home
directory (/etc/mpd.conf if root) with read and write access
only for the user, and must contain at least a line with:
MPD_SECRETWORD=<secretword>
One way to safely create this file is to do the following:
 cd $HOME
 touch .mpd.conf
 chmod 600 .mpd.conf
and then use an editor to insert a line like
 MPD_SECRETWORD=mr45-j9z
into the file.  (Of course use some other secret word than mr45-j9z.)