Difference between pages "User:Ivanvcouso" and "Package:Samba"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "{{Person |Bio=Just a software developer. |Geoloc=40.4167754, -3.7037902 |Location name=Madrid, Spain |Blogs= }}")
 
(initial commit)
 
Line 1: Line 1:
{{Person
{{Ebuild
|Bio=Just a software developer.
|Summary=Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Integration with various accounting and antivirus backends.
|Geoloc=40.4167754, -3.7037902
|CatPkg=net-fs/samba
|Location name=Madrid, Spain
|Homepage=https://www.samba.org/
|Blogs=
}}
}}
Samba is a package that enables windows shares within linux.  Samba can be used with gvfs, and mount to make remote shares appear as if they contain local data.
{{note|Samba configs conflict within versions, if you're experiencing problems with updates, remove samba entirely from the system, and reinstall from scratch.  Once samba starts to run good with default configurations, start inserting custom configurations.}}
{{console|body=###i## emerge net-fs/samba}}
=== Configuration ===
{{PageNeedsUpdates}}
Here is an example of my samba 3x series /etc/samba/smb.conf file.  This should work for samba 4x series but may take some adaptation.
https://gist.github.com/666threesixes666/5505323
==== machine names ====
Windows uses wins, netbios, and netbui.  to address a machine as //server or //doze requires these services activated otherwise you're restricted to ip/alias/dns to connect to a computer on the LAN.
{{EbuildFooter}}

Latest revision as of 09:18, March 22, 2015

Samba

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Samba is a package that enables windows shares within linux. Samba can be used with gvfs, and mount to make remote shares appear as if they contain local data.

   Note

Samba configs conflict within versions, if you're experiencing problems with updates, remove samba entirely from the system, and reinstall from scratch. Once samba starts to run good with default configurations, start inserting custom configurations.

root # emerge net-fs/samba

Configuration

Here is an example of my samba 3x series /etc/samba/smb.conf file. This should work for samba 4x series but may take some adaptation. https://gist.github.com/666threesixes666/5505323

machine names

Windows uses wins, netbios, and netbui. to address a machine as //server or //doze requires these services activated otherwise you're restricted to ip/alias/dns to connect to a computer on the LAN.