
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 19 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile user process work database share manage hardware professional buy industry internet dance advice installation developer 3d search material access customer camera travel test standard review documentation css money engineering develop webdesign engine device photography digital api speed source program management phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap compare script study live market easy google resource operation startup monitor training
Tag selected: samba.
Looking up samba tag. Showing 19 results. Clear
Saved by uncleflo on January 3rd, 2019.
Mounting an NFS (Network File System) share using a Unix-like operating system is pretty straight forward. But how do you mount an NFS share of a UNIX system from a Windows 10 machine? Keep reading to find out how. With that said let’s install the Services for NFS feature and mount an NFS share. The first thing we need to do is install the NFS Client which can be done by following the steps below: With the default options you will only have read permissions when mounting a UNIX share using the anonymous user. We can give the anonymous user write permissions by changing the UID and GID that it uses to mount the share.
mount tutorial click unix samba install scroll default share anonymous desktop windows step update user enterprise steps device instructions client write option machine file output feature version administration development developer workflow design files filesystem nfs howto linux server nas service operating system permission
Saved by uncleflo on September 12th, 2013.
It depends a bit on how much info you need. By default, smbd creates the log files in /var/log/samba/log.smbd The default log level will not give you a lot of information but you can alter this with the "log level" parameter in the Global section of /etc/samba/smb.conf.
log samba network community forum solution logging smb level information troubleshooting global
Saved by uncleflo on September 12th, 2013.
Samba is extremely robust. Once you've got everything set up the way you want, you'll probably forget that it is running. When trouble occurs, it's typically during installation or when you're trying to add something new to the server. Fortunately, there are a wide variety of resources that you can use to diagnose these troubles. While we can't describe in detail the solution to every problem that you might encounter, you should be able to get a good start at a resolution by following the advice given in this chapter.
samba troubleshoot guide information log logging monitor traffic dump network packet data tool resource software linux windows microsoft server problem resolution advice solution description book oreilly online
Saved by uncleflo on July 24th, 2013.
CentOS 6.4 Samba Server - Fedora 18 Samba Client Simple Example From CentOS 6.4 Server
centos server samba howto selinux firewall configuration samba4 permission description guide enterprise fedora client host
Saved by uncleflo on July 18th, 2013.
We may love our Linux boxes, but most of us will at some point need to co-exist on a network with Windows machines, and will know Samba as the thing that enables sharing filesystems between Linux and Windows. But it does much more than that and, with version 4, is fully compatible with Microsoft's Active Directory.
samba4 detail directory description centos explanation cifs active windows samba smb howto
Saved by uncleflo on January 5th, 2013.
I decided to setup Samba using one of my existing Linux servers utilizing Fedora Core 9. I have a filer (OpenFiler) that I use for most of my storage but I like to have a “backup” system to send files to. My first problem setting up Samba was permission denied at directories to which I knew the permissions were set correctly. After some digging and trial and error I found out the SELinux was the issue denying access. The smb.conf file clearly states what is required to set the proper permissions but if you use Webmin or other samba admin interface so you may not see the instructions unless you go digging.
samba selinux linux fedora centos file share blog information guide howto
Saved by uncleflo on January 5th, 2013.
Samba Fedora 16. Not playing well with others, it doesn't want to share..!!! samba_selinux - Security Enhanced Linux Policy for Samba. After setting up samba and creating all kinds of scenarios and adding users I could NOT login from my windows machine, and my linux Fedora 16 server, never gave me any kind of warning. Again there was no error or warnings from SELinux.
selinux linux fedora samba share permission attribute setup guide information security enhanced howto
Saved by uncleflo on January 5th, 2013.
After upgrading to Fedora 17, I found that my home directory Samba shares had mysteriously stopped working. After checking my logs (and complaining on identi.ca) I found out that in Fedora 17 the SELinux attributes for home directories have changed to disallow sharing with Samba.
samba selinux directory share blog guide fedora file linux attribute
Saved by uncleflo on January 5th, 2013.
While name resolution and browsing are not difficult to configure, some complexity is introduced by the variety of available name-resolution systems. Historically, Unix and other TCP/IP users have moved from a flat hosts file to the Domain Name System, with the Network Information System being another popular choice. Meanwhile, Microsoft has moved from a broadcasting system to a simple, LAN-only name server called WINS and ultimately to DNS. The reason for going over that history is that all previous systems of name resolution are still in use today! Finding a host is so crucial to networking that sites want robust (if limited) name-resolution systems to fall back on in case the main system fails. Browsing is also complicated by the frequent need to show hosts in other subnets. This chapter shows you how to configure your network to handle name resolution and browsing any way you want.
information guide windows microsoft linux samba share setup server file dns wins host name resolution browse network
Saved by uncleflo on January 4th, 2013.
Configuring Samba for your office or home can provide many advantages. By encouraging users to store files on a central file server, you can simplify data backup and in some cases, software installation and maintenance. Unfortunately, the initial configuration of Samba can be tricky. Many simple steps need to be executed in the correct order, and one small slip up can have big repercussions. This chapter explores the ways in which you can recover from those mistakes that you couldn't avoid.
linux home network admin samba guide information reference security advice
Saved by uncleflo on January 4th, 2013.
Samba is somewhat tricky to setup on CentOS due to both the firewall (iptables) and SELinux protection. This is actually a good thing, security is very important, but to get Samba to communicate outside the server we have to do some work and get some understanding as well.
guide tutorial install installation samba centos selinux firewall service smb server community step-by-step explanation open port data folder file microsoft network host
Saved by uncleflo on January 3rd, 2013.
smb.conf - The configuration file for the Samba suite. Synopsis: The smb.conf file is a configuration file for the Samba suite. smb.conf contains runtime configuration information for the Samba programs. The smb.conf file is designed to be configured and administered by the swat(8) program. The complete description of the file format and possible parameters held within are here for reference purposes.
configuration samba conf swat terms definition list description format parameter file ini program manpage
Saved by uncleflo on January 3rd, 2013.
One of the most asked features for Samba is a graphical user interface to help with configuration and management, there are now several GUI interfaces to Samba available, one of these tools is samba server configuration tool. "The Samba Server Configuration Tool is a graphical interface for managing Samba shares, users, and basic server settings. It modifies the configuration files in the /etc/samba/ directory. Any changes to these files not made using the application are preserved." In our previous post we showed you how to configure samba via command line, today we will see together how to configure samba using a graphical interface in Ubuntu
ubuntu samba graphical interface unix config line server linux howto solution guide install share graphic
Saved by uncleflo on December 19th, 2012.
The goal of this tutorial is to show you how to set up a public share on your Samba server that can be used by everyone on your network with all rights. This will enable everyone on a Windows machine to access this without a password. Of course, this has security implications but it is a good way to get something working. The next article will show you how to create a share for one user in which that one user is the only one who can access the share.
file guest public guide solution howto config administration network setup windows share tutorial linux samba
Saved by uncleflo on December 19th, 2012.
On the fileserver I run, I use samba to conveniently access my files. I like Samba. I can mount it on any machine I run and access my files like it’s any other filesystem, but when it comes to sharing files to other (anonymous) users, Samba has to cope with some ugly Windows legacy. After all, Samba is just an open source implementation of SMB/CIFS which Windows calls “Windows File Sharing”. Let’s look at the differences and how to cope with them.
solution administration network file behaviour imitate guide unix windows guest anonymous share howto linux samba
Saved by uncleflo on December 19th, 2012.
Samba is the standard Windows interoperability suite of programs for Linux and Unix. Samba is Free Software licensed under the GNU General Public License, the Samba project is a member of the Software Freedom Conservancy. Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others. Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon
administration guide howto download documentation stable net free tools unix server opensource software windows samba linux
Saved by uncleflo on December 15th, 2012.
As the culmination of ten years' work, the Samba Team has created the first compatible Free Software implementation of Microsoft’s Active Directory protocols. Familiar to all network administrators, the Active Directory protocols are the heart of modern directory service implementations.
Samba 4.0 comprises an LDAP directory server, Heimdal Kerberos authentication server, a secure Dynamic DNS server, and implementations of all necessary remote procedure calls for Active Directory. Samba 4.0 provides everything needed to serve as an Active Directory Compatible Domain Controller for all versions of Microsoft Windows clients currently supported by Microsoft, including the recently released Windows 8.
samba samba4 world win software open free opensource microsoft alternative linux
No further bookmarks found.