Firefox 16, a treat for developers http://t.co/cnd27CzT
Install Samba server in ubuntu 11.04 & Ubuntu 11.10 Oneiric Ocelot
If you want to share files between your Ubuntu and Windows computers, your best option is to use Samba file sharing.
Samba is a free software re-implementation of SMB/CIFS networking protocol, originally developed by Australian Andrew Tridgell. As of version 3, Samba provides file and print services for various Microsoft Windows clients and
can integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a domain member. It can also be part of an Active Directory domain.Samba runs on most Unix and Unix-like systems, such as Linux, Solaris, AIX and the BSD variants, including Apple’s Mac OS X Server (which was added to the Mac OS X client in version 10.2). Samba is standard on nearly all distributions of Linux and is commonly included as a basic system service on other Unix-based operating systems as well. Samba is released under the GNU General Public License. The name Samba comes from SMB (Server Message Block), the name of the standard protocol used by the Microsoft Windows network file system. (Wikipedia)
Here are some other posts that complete this article :
-How do I set permissions to Samba shares?
-Share Ubuntu Home Directories using Samba
-How to configure Samba using a graphical interface in Ubuntu
Lets start then,
Install samba in Ubuntu can be from Gui tool (Software center of from command line )
First we have to install sambe server, In the termina type the command :
sudo apt-get install samba smbfs
Now we have for example to share this directory /share
lets make a configuration of the samba share :
#sudo vi /etc/samba/smb.conf
Look for this :
# [global] security = USER
And add these lines just bellow security = user see screenshot bellow :
hosts allow = [homes] comment = Home Directories browseable = no writable = yes [share] comment = Unixmen File Server path = /share/ force user = samba force group = samba read only = No hosts allow =

Explain : every user connected to this samba server can connect directly to his /home/directory
First add a user (For example: unixmenuser to the system, in the terminal type the command :
#sudo adduser unixmenuser
root@unixmen-desktop:~# adduser unixmenuser
Output
Adding user `unixmenuser’ …
Adding new group `unixmenuser’ (1003) …
Adding new user `unixmenuser’ (1003) with group `unixmenuser’ …
Creating home directory `/home/unixmenuser’ …
Copying files from `/etc/skel’ …
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for unixmenuser
Enter the new value, or press ENTER for the default
Full Name []:
now make a samba password for this user with :
sudo smbpasswd -a unixmenuser
Output
New SMB password:
Retype new SMB password:
Added user unixmenuser.
Now restart your samba server
sudo /etc/init.d/samba restart
- Connect to Server using windows share via

Now if you have another computer with windows machine installed, test if it is working:
In your windows go to :
Start —-> run and insert ip or hostname

put your login and samba password

Enjoy

Enjoy and free free to ask :)
-
-
-
-
-
-
-
-
-
-
-
-
-
http://enteryoursiteURL...
-
http://enteryoursiteURL...
-
-
-
-
-
-
-
http://kimme.blogspot.com/
-
-
http://kimme.blogspot.com/
-
http://kimme.blogspot.com/
-
http://kimme.blogspot.com/
-
-
http://kimme.blogspot.com/
-
-
-
-
Pingback: Prism
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Steganography- Hide Your Files Inside An Image in Linux : Nowadays, our personal computer is not only a work tool, it is also our private space where we sto...1 comment(s) |
Scan Your Home Network With Nmap : Who should read this article? Everyone who is interested in computer security and computer networkin...0 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Recent Posts
- Secure File from Removal in Linux and Unix
- How to Install Nginx on FreeBSD 9.x
- Create a Launcher in Ubuntu Using Bash
- Scan Your Home Network With Nmap
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
Recent Comments



















Pat L
| #
I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.
SK
| #
Yes we can. What kind of help you need? We are doing outsourcing and technical support for Linux and Open source worldwide. To know more about the details visit here.
ClintB
| #
After install as above, run shell script /opt/Citrix/ICAClient/wfica.sh manually and note lib errors still occur. I had the x64 motif loaded but had to manually install the x86 too. Got that from http://rpmfind.net/linux/rpm2html/search.php?query=libXm.so.4 Even after that, I still had to do a “yum install alsa-lib.i686 alsa-lib.x86_64″ to resolve any additional libasound.so.2 errors. Once those two lib issues were resolved, Citix Web Interface launched apps fine by telling browser to open launch.ica using /opt/Citrix/ICAClient/wfica.sh. Good luck Ernesto!
AD
| #
I need some Help on Linux,can you guide me ?
Edson Carlos
| #
In debian no found. I need link download install in linux debian