User Tools

Site Tools


servers:samba

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:samba [2021/06/18 18:58] – openSUSE TW Sean Rhoneservers:samba [2024/08/13 16:29] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
- 
-  * Samba ((https://www.samba.org/)) 
- 
-===== Prerequisites ===== 
- 
-  * [[distros:opensuse_tumbleweed_gnome#server|openSUSE Tumbleweed]] 
-  * [[servers:vsftpd|vsftpd]] ((''vsftpd'' isn't specifically required, but these notes expect the shared folder mentioned to already be mounted in ''fstab'')) 
- 
-===== Notes ===== 
- 
-  * :!: RuneAudio needs the share set to OS X for it to be able to connect 
- 
-====== Dependencies ====== 
- 
-**** 
- 
-  sudo zypper install 'samba' 
- 
-====== Firewall ====== 
- 
-**** 
- 
-  sudo firewall-cmd --add-service='samba' --permanent && sudo firewall-cmd --reload 
- 
-====== Service ====== 
- 
-**** 
- 
-  sudo systemctl enable 'smb' --now 
- 
-====== Settings ====== 
- 
-  * Add to the bottom of the file 
- 
-  sudo -e '/etc/samba/smb.conf' && sudo systemctl restart 'smb' 
- 
-<code> 
-[Music] 
-    comment = Music at %h 
-    path = /srv/ftp/nas2/Music 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
-</code> 
- 
-====== Add User ====== 
- 
-  * :!: The password can be anything here, but recommended **not to be an important password** 
- 
-  sudo smbpasswd -a 'espionage724' 
  
/srv/www/wiki/data/attic/servers/samba.1624057101.txt.gz · Last modified: (external edit)