How to Set Up a DIY Home Media Server with Ubuntu Server | ubuntu file server

How to Set Up a DIY Home Media Server with Ubuntu Server


นอกจากการดูบทความนี้แล้ว คุณยังสามารถดูข้อมูลที่เป็นประโยชน์อื่นๆ อีกมากมายที่เราให้ไว้ที่นี่: ดูเพิ่มเติม

In this video, I show you how to set up a DIY home media server with Ubuntu Server.
In this tutorial, I use Ubuntu Server. Please note that this process varies from operating system to operating system.
Prerequisites:
1. 2 Computers (one of them can be virtualized) (one to use as the server, and another to download the Ubuntu Server ISO and flash it to a flash drive)
2. A Flash Drive (1 GB or larger)
Required Files:
Ubuntu Server ISO: https://ubuntu.com/download/server
The list of commands below is for reference only, and is NOT in order.
Commands:
View your server’s IP address: ip a (UPDATE: It is no longer \”ifconfig\”.)
Run commands from another computer: ssh [username]@[IP address] (example: ssh [email protected])
Set a root password: sudo passwd root (if you want to know why you should run this, I encourage you to check out the video at the link below:
https://youtu.be/WfLswhOjqkk)
Install updates: sudo apt update \u0026\u0026 sudo apt upgrade
Install samba: sudo apt install samba
Create a Linux account: sudo adduser [username] (example: sudo adduser drew)
Create a samba account (the user’s samba username and password needs to be the same as the user’s Linux username and password): sudo smbpasswd a [username] (example: sudo smbpasswd a drew)
Create a directory: sudo mkdir [path] (example: sudo mkdir /home/drew/files)
Allow a directory to be read from and written to over the network: sudo chmod 777 [path] (example: sudo chmod 777 /home/drew/files)
Modify the samba configuration file: sudo nano /etc/samba/smb.conf
Test the samba configuration file: sudo testparm /etc/samba/smb.conf
Prevent an unauthorized user from configuring the server: sudo nano /etc/passwd
Clean up: sudo apt autoremove \u0026\u0026 sudo apt autoclean
Restart the server: sudo shutdown now r
Shutdown the server: sudo shutdown now
If you are wondering how to create a bootable USB flash drive on Ubuntu, I made a video showing you how to do that. Click the link below to watch:
https://youtu.be/ipPWdnGtmAo
 
How to access files from the server on Linux (15:20)
How to access files from the server on Windows (17:08)
How to access files from the server on iOS (18:55)
I’m not 100% sure how to access files from the server on macOS or Android, so you are going to need to figure that out. It will probably be something like \”Connect to Server\” in Finder or Files.

How to Set Up a DIY Home Media Server with Ubuntu Server

Install and setup samba file share server in ubuntu


Install and setup samba file share server in ubuntu

How to create File server using Ubuntu Linux | NETVN


Install and Configure Samba Server on Ubuntu for File Sharing
Transfer data between windows and Ubuntu Linux
Download
https://drive.google.com/file/d/1olqBZBcLozcvASO4pID2KFsZ8izCjP/view?usp=sharing
Thanks for watching, don’t forget like and subscribe at https://goo.gl/LoatZE

How to create File server using Ubuntu Linux | NETVN

How to Install and Configure Samba File Sharing Server in Ubuntu (Password Authentication)


Hello Friends,
In this Video I have shown to setup samba server in Ubuntu with user based authentication.Also, the Video Includes Client side setup in Linux and Windows 10.
Hope you like the Video 🙂
========================
If you find my youtube videos useful or want to reward me for some reason, I’d love a cup of coffee from you! 🙂
Buy Me A Coffee: https://www.buymeacoffee.com/gauravu

Hire me at Fiverr (Online mentoring, Server Setup , Web Development, SEO)

http://fiverr.com/users/ubnare/
Like us on Facebook :
https://www.facebook.com/AndroidandTechSolutions/
=========================
Ubuntu samba linux server file file_sharing linux_server windows_client linux_client
Tags
ubuntu samba server,
how to install samba in ubuntu,
ubuntu samba gui,
ubuntu restart samba,
samba public = yes,
samba server role,
ubuntu file server,
ubuntu 18.04 samba client,
samba share,
samba security = share,
samba anonymous share windows 10,
samba authentication,
samba without domain,
mount anonymous samba share,
simple samba share,
samba share windows,
access samba share from windows,
samba server role,
samba file sharing windows 10,
smbpasswd

How to Install and Configure Samba File Sharing Server in Ubuntu (Password Authentication)

How to Setup a Dedicated Home File Server Using Ubuntu Linux


In this video I’m going to show you how to setup a dedicated home file server using Ubuntu Linux and Samba. This server will allow the whole family to store and share files and access them from Windows, Mac, or Linux computers. I’m going to show you start to finish how to setup the server as well as how to access files from it.
Hope this helps you out. If it does, give me a thumbs up which helps me out.
Thank you for watching.

How to Setup a Dedicated Home File Server Using Ubuntu Linux

นอกจากการดูหัวข้อนี้แล้ว คุณยังสามารถเข้าถึงบทวิจารณ์ดีๆ อื่นๆ อีกมากมายได้ที่นี่: ดูบทความเพิ่มเติมในหมวดหมู่WIKI

Leave a Comment