How to Install and Configure Samba on Ubuntu Server 19.10 - Video 2020

preview_player
Показать описание
How to Install and Configure Samba on Ubuntu Server 19.10 - Video 2020

Hello world if you want to learn more about network security, IT or anything related to technology let me know and let us all learn together. In this video, we will be looking at how to Install and Configure Samba on Ubuntu Server 19.10 today.

Overview

A Samba file server enables file sharing across different operating systems over a network. It lets you access your desktop files from a laptop and share files with Windows and macOS users.

This guide covers the installation and configuration of Samba on Ubuntu.
What you’ll learn

How to set up a Samba file server
How to share files across a local network

What you’ll need

Ubuntu Server 19.10
A Local Area Network (LAN) to share files over

STEPS:

sudo nano /etc/network/interfaces

auto enp0s3
iface enp0s3 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.1 8.8.8.8

Steps for install

1. sudo apt-get install samba
2. setup user
- sudo smbpasswd -a patrick
- PUT PASSWORD
3. backup smb file
4. make dir
- mkdir /home/patrick/share

[share]
path = /home/patrick/share
valid users = patrick
read only = no

6. sudo service smbd restart
7. testparm
8. sudo apt-get install openssh-server
9. sudo service ssh restart

10. TEST from Windows :)

This video content has been made available for informational and educational purposes only.

Infosec Pat is back with a Samba setup on the Ubuntu Server video. I'll show you how to install it in Virtual Box.

Any questions let me know. Thanks for stopping by and please don't forget to subscribe. Cheers

I hope you enjoy/enjoyed the video.

If you have any questions or suggestions feel free to ask them in the comments section or on my social media pages.

Thank you for checking out this video and my channel, sharing is caring so please share, comment, like and don't forget to subscribe 😀.

📱Social Media📱 & ❓Info❓
_________________________________________
Follow me on the following platforms:

Help me make a dream of 100,000 Subscribe at the link below. Thank you!

Check out my new products on Teespring. You can see them at the link below.

DON'T FORGET TO SUBSCRIBE😊 !!!
Thank You!!!
#Ubuntu #samba #install
Рекомендации по теме
Комментарии
Автор

Good job Pat, very helpful and informative.

pilotwasif
Автор

Nice, You never disappoint me with your videos. Thanks Pat.

tomgoldman
Автор

You have to love Pat and his videos. You need more subs and traffic.

williamrincon
Автор

Thanks mate, your tutorial helped me a lot, now samba is working as far as good on my Ubuntu Server!!!!

booms
Автор

good stuff Pat. you are the man. You need more subs. teaching is something you are great at. Thanks for everything.

peterfisher
Автор

great video Pat. i will setup a server like this.

patdavid
Автор

Dudu you are the man. I want to setup something like this at my office for file shares. Thank you

martyhenson
Автор

Still works great as of Samba version 4.13.14-Ubuntu with Ubuntu 20.04.3
Thank you for this, very straightforward and did just what I needed.

DiggoryJiggory
Автор

Thanks Pat for your excellent explanation.

AlexChen-cpgl
Автор

Just sweet and simple, loved this demo. Thanks a lot

sridhartn
Автор

Great tutorial, quick and easy, thx! :)

mariuszsobota
Автор

amazing stuff helped soooo much thank you

mightymander
Автор

great stuff pat. install web server on the server.

infosecpatitsecuritylabs
Автор

great video! I repurposed an old mac mini. Is it possible to turn on remotely from my windows laptop?

ML-uvvy
Автор

everything in the install worked correcly but. when i tried to acces it from windows 10 it says "the network folder are allready connected with another username and password

MrSwepyro
Автор

Check out all infosec Pats videos. Check out the playlists.

patrickgorman
Автор

Black screen not readable on HD display

tomaszpalicki
Автор

I watched this video several times, but it wont work for me, with virtual machines. Hopefully, it will work, when i have a real machine for it.

lieftink
Автор

You did not explain why the login window did not show up following the map drive!
;-).

puyansude
Автор

Actualizat configurația aplicații Google

andreidandu