Share files in local network and connect ubuntu with android TV

Share files in local network and connect ubuntu with android TV

Scatter Tech

55 лет назад

402 Просмотров

list of commands only copy and paste this all command and if you face any problem than comment.




sudo apt-get install samba samba-common system-config-samba python-glade2

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install samba samba-common system-config-samba python-glade2
sudo apt install samba
smbd --version
sudo nano /etc/samba/smb.conf




[sambashare]
comment= Network Shared Folder by Samba Server on Ubuntu
path = /home/your_username/sambashare
force user = svr-backup
force group = smbgroup
create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
public = yes
read only = no










echo $USER
mkdir -p sambashare
sudo groupadd --system smbgroup
sudo useradd --system --no-create-home --group smbgroup -s /bin/false smbuser
sudo chown -R smbuser:smbgroup ~/sambashare
sudo chown -R smbuser:smbgroup ~/sambashare
sudo systemctl restart smbd
sudo systemctl status smbd
sudo ufw enable samba




echo $USER


sudo smbpasswd -a ssheel
smbpasswd -a USERNAME


smbpasswd -a ssheel



smbd

sudo smbd
sudo smbstatus
sudo smbcontrol
smbclient -L host


sudo apt install smbclient
smbclient -L host
smbstatus --shares
sudo smbstatus
sudo smbtree
sudo smbcontrol
sudo smbcquotas
sudo smbget
sudo smbspool
sudo smbtar




More information
LINKEIN ► https://linkedin.com/in/sanjaysheel8
INSTAGRAM ► https://www.instagram.com/sheelsanjay/
TWITTER ► https://twitter.com/sanjaysheel5

Тэги:

#windows_network #shared_folder #android_tv #networking #sharing_via_smb #logan_paul_songs #sharing_a_folder #network #android #ubuntu #local #share #windows #tutorial #smb_share #folder #how_to #windows_11 #mint #ubuntu_20.04_mount_windows_share #ubuntu_can't_mount_windows_share #mount_windows_10_shares_on_ubuntu_20.04 #to_mount_windows_shares_on_ubuntu_automatically #how_to_mount_windows_share_on_ubuntu_linux #to_mount_windows_shares_on_ubuntu #mount_windows_shares_permanently
Ссылки и html тэги не поддерживаются


Комментарии: