Tag Archives: Samba

That Nasty Samba Vulnerability Is Now Patched in All Supported Ubuntu Releases by https://is.gd/suMzeI

that-nasty-samba-vulnerability-is-now-patched-in-all-supported-ubuntu-releases

You might have read the news this morning about a wormable code-execution bug discovered in the Samba free software re-implementation of the SMB/CIFS networking protocol, which existed in Samba for more than 7 years.

The Samba team managed to quickly patch the critical vulnerability that was discovered to affect over a hundred thousand Linux and UNIX machines running Samba, which is usually used to provide file and printing sharing services, allowing users to connect to Windows shares on a network.

The Samba 4.6.4, 4.5.10 and 4.4.14 patched versions have been released, and are available for download from the official website or via ours if you want to compile it on your GNU/Linux distribution. Canonical already patched Samba in all supported Ubuntu releases, and other GNU/Linux distributions will soon receive the patch.

from https://is.gd/suMzeI

Selected by Galigio via Computer Borders

Setting up File Sharing Between Windows, Linux, and Macs with Samba! by NixiePixel

AddThis

Samba: share Linux Folders with your windows machines by technoblogical

AddThis

Another way to share files between Ubuntu and Windows

This tutorial will show you another way to share and to access the network share folders between Windows and Ubuntu machines. When file sharing is enabled, both systems can access files and folders on any of the PCs. Users with accounts on Ubuntu systems will also be able to access the content directly from your home.

1. To begin, you will need to log on to your Windows operating system. Click ‘Start’ -> search for ‘Network and Sharing Center’ and click on it.

2. Access the ‘Change advanced settings sharing. ” option.

3. Enable file sharing and backup as well.

4. At this point, you need to switch your operating system to Ubuntu. Once you log in, click on ‘Ubuntu menu -> System Tools ”

5. Then select ‘Ubuntu Software Center. ”

6. Find and install ‘Samba‘. This software is required for a better compatibility between the two operating systems.

7. After Samba is installed, you should go to ‘System → Administration –> Samba’.

8. Then click ‘Preferences -> Server Settings’.

9. Write the name of the workgroup you set for your Windows PC(s). If you do not know the exact name because you did not set it, the default name for Windows Workgroups is set to ‘WORKGROUP‘ (capitalizing is not required, however, since Windows is generally not case-sensitive). AddThis

Including a Ubuntu Machine into a Windows Domain

One of the great problems of interoperability between Linux and Windows has been the impossibility of Linux systems for joining a Microsoft Windows network. Subsequently, several standards to achieve this were developed over the years (see Samba), but they were far from offering normal user the chance to achieve this easily.
The infrastructure of many companies around the world, of all sizes, also relies on the use of a Windows domain. In all companies, one priority always stands out. That is to reduce information costs and expenses. Because of this, many of them have opted for the use of computers with Linux operating systems. But in many cases their integration into Active Directory environments was a problem.
Recently, a new tool was created to facilitate the full integration of a Linux system in an AD environment. And as far as today, it seems very promising. Thanks to likewise-Open5 (http://www.likewiseopen.org/), the difficulty of integration is almost null.

The following lines will illustrate the inclusion of Ubuntu in a Windows domain via likewise-Open5.

Installation

Likewise-Open5 Installation process is very simple. It can be done both through the graphical environment and command line. We will use the second variant. Therefore, a new terminal window must be open, in which you specify the following command:

sudo apt-get install likewise-open5

This command should resolve all the dependencies necessary to prepare the machine to be integrated in the Windows domain.

Adding a new machine

To actually add the machine, specify the following command in the terminal window:

sudo domainjoin-cli join domain used

Where DOMAIN is the area used for integrating the machine, and USER is the username that has the corresponding rights. You will be asked for your user password, and once successfully logged in, you are officially added the desired machine. AddThis Flattr this

Ubuntu to Windows XP folder sharing

Computer networks are sometimes comprised of various methods, and while operating a network made up fully of  Ubuntu desktop and server computer systems would definitely be enjoyable, some community environments must consist of both Ubuntu and Microsoft Windows systems working collectively in harmony.
When making an Ubuntu shared folder that was created with NTFS be accessible to Windows XP steps. Run the NTFS configuration tool on the drive.
It is advisable have admin rights to do that modification.
Select: Application –> Accessories –>Terminal
then type the following:

sudo gedit /etc/samba/smb.conf

In the [global] section, add the following line:

usershare proprietor only = false

AddThis mp3 link