Mudanças entre as edições de "Minicluster:Fortran"

De WikiLICC
Ir para: navegação, pesquisa
m (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…')
 
m
Linha 1: Linha 1:
 
Inicie o serviço ''mpd'' caso não esteja ativo.
 
Inicie o serviço ''mpd'' caso não esteja ativo.
 
  [user] $ mpd &
 
  [user] $ mpd &
 
+
 
  A file named .mpd.conf file must be present in the user's home
 
  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
 
  directory (/etc/mpd.conf if root) with read and write access

Edição das 13h10min de 18 de maio de 2010

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.)