-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Richard Lucas edited this page Sep 3, 2016
·
10 revisions
This works on a mixed Windows 7/10 and Linux network
Install a couple of libraries
sudo apt-get install winbind
sudo apt-get install libnss-winbind
- Edit
/etc/samba/smb.conf& update these entries:
workgroup = YOURWORKGRP
netbios name = YOURHOSTNAME
name resolve order = lmhosts wins bcast host
- Edit
/etc/nsswitch.confand set thehostsentry:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
- Restart Samba services
/etc/init.d/samba restart
Nautilus / Files can now browse the exported shares on our Windows and RPi devices.
###Installing Spotify Follow the instructions at https://www.spotify.com/uk/download/linux/ Install libgcrypt11 (https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb)
###Installing SSH Install 'Secure shell client and server (metapackage)' from the Software Center
Edit ~/.bashrc and ensure that the shell prompt is set to:
PS1="\[\e]0;\u@\h: \w\a\]\e[01m\e[33m\t \e[91m\u@\h:\w\e[32m\n$ "