afterglow;386029 Wrote: > Can someone give me a step-by-step guide on everything from installing > Ubuntu, installing SlimCenter, all the way to putting it on the network > and getting other computers to "see" the server?? > > I know it's a lot to ask but I'm hoping.... It is very easy.
My suggestion (I don't want/need GUI): Download the server release (32bit most likely) Burn it Install minimal (no LAMP) Do a "apt-get update && apt-get upgrade" to update the system "echo 'deb http://debian.slimdevices.com stable main' >> /etc/apt/sources.list" "apt-get update && apt-get install squeezecenter" "apt-get install samba" "vi /etc/samba/smb.conf" Find "workgroup" near the top and change to whatever your workgroup is called. Save and close. "smbpasswd -a username" to add Samba users (use the same usernames/passwords you have on Windows.) "/etc/init.d/samba restart" -- Uluen SYSTEM: MUSIC -> EARS http://www.last.fm/user/Uluen ------------------------------------------------------------------------ Uluen's Profile: http://forums.slimdevices.com/member.php?userid=12166 View this thread: http://forums.slimdevices.com/showthread.php?t=58334 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
