Find the answer to your Linux question:
Results 1 to 5 of 5
Hi Eveyone, I thought this would be the best place to ask such a question, I want to have roaming profiles on my network, I was told it was best ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Arrow Packages with Samba / Debian

    Hi Eveyone,

    I thought this would be the best place to ask such a question, I want to have roaming profiles on my network, I was told it was best to use Samba with Debian...

    Does anybosy know of anywhere I can get packages that are all prebuilt and ready to use?

    Regards,

    AdseJam

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    installing packages on a debian system only requires having a properly configured sources file and using either apt-get to install what you want or aptitude from the command line

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2
    Yes.. I know that, but I dont want to go through the trouble! I mean, I could even follow a tutorial on how to set up a SMB on Debian, What do you think? Do you know of any titorials?

    AdseJam

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I'm confused with what you want.

    You have to install the software, no way around that.
    You have to configure it yourself because every configuration is different.

    Just google samba tutorial

  5. #5
    Just Joined!
    Join Date
    Mar 2008
    Location
    Canada
    Posts
    42
    The Samba package in Debian's respositories is prebuilt -- so using apt-get will grab just what you want: a prebuilt Samba binary. It's as simple as
    Code:
    apt-get install samba
    (or aptitude install samba if that's more to your taste)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •