Archive modeAttention: This site is in an archived mode. It is available for searching and to read, but posting to this site has been disabled. NavigationSearchCost of War |
Samba
This tutorial explains how to turn an old PC with additional hard disks into a simple home file server. The file server is intended for home use. The home file server is accessible by Windows and Linux computers in the home network. This tutorial explains the installation of a Samba file server on Debian Etch and how to configure it to share files over the SMB protocol as well as adding users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has its own home directory that is accessible via SMB protocol and all users have a shared directory with read/write access. http://www.howtoforge.com/debian_etch_samba_standalone_server_with_tdbsam_backend This is a detailed description about how to set up a Ubuntu based server (Ubuntu 6.10) to act as a file- and printserver for Windows workstations in small workgroups. This howto uses the tdb backend for SAMBA to store passwords and account information. This is suitable for workgroups for up to 250 users and is easier to set up than an LDAP backend. http://www.howtoforge.com/samba_domaincontroller_setup_ubuntu_6.10 Samba software, is a free, open source implementation of networking protocols to share files between UNIX/Linux and Windows computers. There are many ways to set permissions to your Samba shares and improve security. This article will cover some of the basic permissions and permission precedence with examples. |