U1.06 Ubuntu Quick Start (QS): Samba File Server on Ubuntu - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

What for is Samba File Server

Reminder:

  • Samba can be run as
    • An Active Directory (AD) or NT4 domain member
    • A standalone server
    • An NT4 Primary Domain Controller (PDC) or Backup Domain Controller (BDC)

Note:

  • to install samba-server
    • use Hyper-V Virtual Machine Connection
      • do not use Remote Desktop connection

Install and configure samba-server:

ufw allow from 192.168.59.0/24 to any app Samba
  • Note #3: Before passing through configuration steps three packages should be installed
sudo apt-get install samba 
sudo apt-get install smbclient 
sudo apt-get install cifs-utils