Hi,

just get 'Ubuntu' (http://www.ubuntu.com/download/server) - i prefer the
Server Version.
The only thing to know is - always use a LTS (Longterm Support)
Version.
Be aware that Ubuntu 13 had a newer perl Version thats not supported by
LMS - So 12.04 LTS (equal if server or not) its the "best" Ubuntu.

Download that iso - burn it    
- Download that Iso
- burn it
- put it in your new System (that time you need a keyboard and
  Monitor)
- follow the steps
- after setup is done reboot it
- login again
- enter
  


Code:
--------------------
    
  sudo su
  apt-get update && apt-get upgrade
  apt-get install ssh
  apt-get install samba
  echo deb http://debian.slimdevices.com stable main>> /etc/apt/sources.list
  apt-get install logitechmediaserver
  
--------------------


> 
> sudo su - is "i want to be admin for this session"
> apt-get update && apt-get upgrade - is "update the package resporitory
> information and after that doesnt fail upgrade the installed packages
> apt-get install ssh - is "i want a headless system but also want to get
> into that headless system - on the client side you need e.g putty as
> client
> apt-get install samba - is "i want to use some of the diskspace shared
> with my other computers to upload /manage my mediafiles
> echo deb .... - is "add a new respository for packages - in that case
> lms"
> apt-get install logitechmediaserver - is install lms
> 

after that your lms is up and running - you only need to choose where
the files should be found / intern or extern on a nas
If it should run a squeezeliteplayer aswell or what ever.

If you will follow this instructions - we can help you - if you want.



Gruss

Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=100722

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to