Administration
  Home arrow Administration arrow Page 3 - Dancing The Samba (part 1)
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
ADMINISTRATION

Dancing The Samba (part 1)
By: icarus, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 12
    2002-10-02


    Table of Contents:
  • Dancing The Samba (part 1)
  • Speaking In Tongues
  • Building Blocks
  • Temporary Insanity
  • Meet Joe Nobody
  • Home Sweet Home
  • Access Denied
  • Mounting Up

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Dancing The Samba (part 1) - Building Blocks
    ( Page 3 of 8 )

    The first order of business to install Samba on the Linux box you plan to use as a server. Drop by the official Samba Web site at http://www.samba.org/ and get yourself the latest stable release of the software (this tutorial uses Samba 2.2.5).

    Once you've downloaded the source code archive to your Linux server (mine is named "olympus.melonfire.com"), log in as "root"
    $ su -
    Password: ****
    and extract the source to a temporary directory.
    $ cd /tmp
    $ tar -xzvf  /home/me/samba-2.2.5.tar-gz
    Next, configure the package using the provided "configure" script,
    $ cd /tmp/samba-2.2.5
    $ ./configure
    and compile and install it.
    $ make
    $ make install
    Unless you specified a different path to the "configure" script, Samba will have been installed to the directory "/usr/local/samba".

    You can verify this by doing a quick directory scan of that directory - here's what you should see.
    $ ls -l /usr/local/samba
    drwxr-xr-x    2 root     root         4096 Sep 17 17:31 bin
    drwxr-xr-x    3 root     root         4096 Sep 17 18:43 lib
    drwxr-xr-x    6 root     root         4096 Sep 17 17:24 man
    drwxr-xr-x    2 root     root         4096 Sep 17 17:31 private
    drwxr-xr-x    6 root     root         4096 Sep 17 17:24 swat
    drwxr-xr-x    3 root     root         4096 Sep 18 12:01 var
    Once you've got Samba installed, the next step is to configure it to work for your system. Let's look at that next.

     
     
    >>> More Administration Articles          >>> More By icarus, (c) Melonfire
     

       

    ADMINISTRATION ARTICLES

    - Network Booting via PXE: the Basics
    - Scalix: Linux Administrator`s Guide
    - Network Administration with FreeBSD 7
    - Components of an Information Architecture
    - The Anatomy of an Information Architecture
    - Configuring Load-Balanced Clusters
    - Load-Balanced Clusters
    - UNIX Time Format Demystified
    - Making Changes in the CVS
    - Building Your First CVS Repository
    - CVS Quickstart Guide
    - Authorizing Users in Samba
    - Handling User Accounts in Samba
    - Authentication in Samba
    - Accounts, Authentication, and Authorization





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek