<< previous  [4] 

next >>

Raspberry Pi
1. Vorbereitung/Erste Schritte
2. Geany
-> 3. Samba
4. Scrot
5. Gimp
6. Python - GPIO

 

 

 

Samba:
Terminalsudo apt-get install samba samba-common-bin
Terminalsudo cp /etc/samba/smb.conf /etc/samba/smb_sic.conf
Terminalsudo nano /etc/samba/smb.conf
NanoDelete "#" in front of "security = user" in ### Authentification ###
Add at the end of the file smb.conf:
Nano[Raspberry Pi Home Share]
Nanocomment = Raspi Samba Share
Nanopath = /home/pi
Nanoread only = no
Nano"Ctrl+x" -> Save "y" -> Enter
Terminalsudo /etc/init.d/samba restart
Terminalsudo smbpasswd -a pi
 => Enter new password (and retype)
Terminalsudo /etc/init.d/samba restart
Check w/ other PC e.g. Win-PC
Win Explorer -> Network for Raspberry

<< previous  [4] 

next >>