Setting up Simple Samba File Shares

  Рет қаралды 252,056

Learn Linux TV

Learn Linux TV

Күн бұрын

Пікірлер: 300
@wellbi
@wellbi Жыл бұрын
For those who struggle to see the Samba server in Windows. Windows doesn't support NetBIOS discovery anymore and Samba out-of-the-box relies on that. You have to install wsdd on the machine running Samba (For Debian-based distros "apt install wsdd"), after that, the files/folders set up in Samba will be discoverable by the Windows machine.
@MarthaBlank-fb6qx
@MarthaBlank-fb6qx 6 ай бұрын
Might that work for getting a Debian 12 client to see Ubuntu Server 22.04? Failed to retrieve share file list from server or directory. Newbie and been over everything numerous times.
@saintsandsin3885
@saintsandsin3885 5 ай бұрын
OMG, hours trying to figure this out and this worked. Thank you so much!
@mitica1235
@mitica1235 2 ай бұрын
lifesaver 👌
@_Viking
@_Viking Ай бұрын
I can see the server in windows 10
@whatoh3407
@whatoh3407 9 күн бұрын
Ah no wonder. Thanks.
@martingjsmith
@martingjsmith 10 ай бұрын
As a real Linux newbie, I learnt a lot from this video whilst experimenting with a Raspberry Pi and Ubuntu Server. Time to start watching the rest of your Linux videos in 2024. Thank you and a Happy New Year.
@dinnerandashow
@dinnerandashow 3 жыл бұрын
Wow ! Not just spitting out instructions but also a brief explanation of the instruction. A foreign concept to most people that believe they are making tutorial videos.
@celo32390
@celo32390 2 жыл бұрын
I’ve been scouring KZbin for a video like this, I’ve watched countless videos only to find myself with errors or not working properly. FINALLY YOUR VIDEO SO DETAILED DOESNT SKIP A BEAT. Thank you 🙏
@tomashley9246
@tomashley9246 2 жыл бұрын
If it's not working for Windows10 try this: . Click and open the Search Bar in Windows 10 Type Windows Features in the search bar Double Click Turn Windows Features off and On 2. Scroll down to SMB 1.0/CIFS File Sharing Support 3. Check the box net to SMB 1.0/CIFS File Sharing Support and all other child boxes will auto populate After you do this you'll have to reboot. For more clarity try searching "SMB win10 features" to learn how to enable it more in-depth.
@michaelscofield4524
@michaelscofield4524 Жыл бұрын
I know this video is 2 years old but your videos just rock man. I followed your Arch install along some years ago and am not disappointed with this one either. Superb and concise.
@Celluarexpress
@Celluarexpress Жыл бұрын
Worked for me thanks!
@yiannisspanos694
@yiannisspanos694 4 жыл бұрын
Great video. Are you planning to make a video for "not so simple" file shares too?
@BrianThomas
@BrianThomas 4 жыл бұрын
I've seen a few of these and this one ranks up there. Thanks for the help. I'd love to see a more advance video on Samba sharing if you have the time to put something together for us.
@binarytrekker
@binarytrekker 2 жыл бұрын
I followed this tutorial at least 10 times and every time I got access tonight or something different. I finally just used putty to SSH into the VM, and copied and paste everything from your tutorial and it worked
@jtreg
@jtreg 2 жыл бұрын
this actually works. Not a given in KZbin. Clear and concise. Subscribed, thanks man.
@The_Letter_E-t5q
@The_Letter_E-t5q 11 ай бұрын
Thanks man I can't tell you how much searching I did to get this to work before coming across your video, now it's working perfectly.
@k.chriscaldwell4141
@k.chriscaldwell4141 3 ай бұрын
Superb! Thanks. My only complaint/feedback is that you should pause a second or so after entering a Linux command before hitting enter. That way a newbie will have enough time to pause the video and enter the command. Not a biggie. Thank you.
6 ай бұрын
For use in a demo for my master's degree on big data I'll use some Samba shares, and even I have used Samba before (and have the Carter, Ts & Eckstein "Using Samba" book), this was the fastest way to create public shares that I found that works. THANKS, MAN, THANKS
@user-rc2ob2uo6p
@user-rc2ob2uo6p 7 ай бұрын
First time I got a samba server working reliably. Thanks Jay
@metalxthrashingxmad1
@metalxthrashingxmad1 3 жыл бұрын
Thank you for making this video. I'm a newer Linux user, and haven't been able to find a way to successfully make Samba function, until now!
@silverthunderbird
@silverthunderbird 3 жыл бұрын
Windows 10 users, pay attention to the last few minutes of the video. If you don't see the shares in Windows file explorer, you need to enter your Linux box's IP address in the file explorer search bar. Secondly, there are steps that are different and/or missing from the Wiki page for this video. Otherwise, excellent video.
@michaelbrauner
@michaelbrauner Жыл бұрын
Ok... and where do I ffind this IP address?
@AllAbout.Digital
@AllAbout.Digital 11 ай бұрын
@@michaelbraunermost of the time it’ll be your host servers IP. so if you type “ip a” on your linux machine, just harvest the interface IP you are currently using and that’ll be your smb server ip
@bingchilling495
@bingchilling495 11 ай бұрын
thank you very much I was confused
@Agustin-xs6ug
@Agustin-xs6ug 4 ай бұрын
Worked as intended. I just turned a 2011 laptop into a home file server. Absolute madman, thank you so much
@christianvinarao5369
@christianvinarao5369 3 ай бұрын
i opened my network an the folder is not showing
@Agustin-xs6ug
@Agustin-xs6ug 3 ай бұрын
@@christianvinarao5369 Are you using windows? I read in another comment something about wsdd being necessary for windows systems to be able to access the server.
@calvinlondt3037
@calvinlondt3037 4 жыл бұрын
I don't know if it's an older version of samba on the video but the service is 'smb' not 'smbd', for those who didn't get this working by copying exactly from this video.
@noweare1
@noweare1 Жыл бұрын
samba is kind of complicated but you made it much easier to understand and implement, thanks.
@BinayakKundu
@BinayakKundu 4 жыл бұрын
Thanks Jay! Please make a video on samba sever with user name and password.
@sherakhela4044
@sherakhela4044 4 жыл бұрын
Thanks Jay for this great tutorial. I set up my very first samba server today with your help. The mistake I made in typo, used shares instead of share in config file. It took me little time to figure it out. Now I can see content on my other device. Thanks a lot
@LK-pc4sq
@LK-pc4sq 2 жыл бұрын
I think that is my mistake let me see why its not working
@AUTG
@AUTG 4 ай бұрын
For a general overview, I have made a general summary of the commands that I use to create samba and network drives :) sudo apt install samba sudo service smbd start sudo smbpasswd -a [user] /etc/samba/smb.conf sudo apt install cifs-utils mount //[srv]/[share] /mount/netz -t cifs -o user=[user],password=[pwd] //[srv]/[share] /mount/netz cifs -o user=[user],password=[pwd] 0 0
@dewwright
@dewwright Ай бұрын
Thank you. This step-by-step video with great explanations was exactly what I needed! Home server up and running Mint to Mint to Mint.
@markh2827
@markh2827 3 жыл бұрын
Gday Jay, your video has to one of the easiest ones to understand and follow with regards to Samba setups. It got me back up and running in no time. Also slowly going through your Linux tutorials, which has helped with mounting drives and understanding permissions. Cheers
@Farizno
@Farizno 18 күн бұрын
Awesome video Jay. Thank you for this. I struggle with permissions in Linux and this helped me solve my Samba issue.
@zameerpashablr
@zameerpashablr 2 жыл бұрын
I have watched at least 20 times ...Love to learn from you. At last did experiment creating samba server.
@markward4284
@markward4284 4 жыл бұрын
Thanks so much, I've been trying to do this exact thing for the last week and the other videos or web pages with instructions I found never worked for me, this did first time, thanks again. I'm subscribing and see what else I can learn.
@Lanzetsu
@Lanzetsu 4 жыл бұрын
This is one of the best videos about SAMBA I ever watched, thanks a lot!
@peterlaidlaw8655
@peterlaidlaw8655 4 жыл бұрын
Thanks much. Clearly said, best vid on the topic!; works with Odroid XU4 linux 20 and Win10 ver 1909. Sonos users should to add the line "ntlm auth = yes" in the [global] to make the share visible. Also for Linux 20 add server min protocol = NT1 ... to make it work.
@phaedrus2633
@phaedrus2633 4 жыл бұрын
I'm a beginner web developer who designs my web pages on my Windows 10 desktop. I'm implementing samba so that I can work on my web pages with my Ubuntu 20.04 notebook. So, I want to be able to transfer files from my Windows 10 desktop, to my Ubuntu 20.04 notebook. I followed all of the steps in this video, it works fine on my Ubuntu notebook, but, I still cannot see it from my Windows 10 desktop. I've never found a single tutorial video, that is reliable in explaining how to troubleshoot this issue.
@Yosip_777
@Yosip_777 4 жыл бұрын
I had to allow samba through my Ubuntu server's firewall to see it on my Windows 10 machine. The command I used: sudo ufw allow samba
@jeremychick619
@jeremychick619 4 жыл бұрын
Thanks friend.
@Arelius.D
@Arelius.D 6 ай бұрын
There is basically no one else who is as great as you as a teacher so your guidance are much appreciated! Having said that, is there any chance these videos could come in newer versions so the content could reflect the latest version of these services?
@zmgkbao5252
@zmgkbao5252 Жыл бұрын
you don't know how much time you saved me 😭 Thankyou
@asaskald
@asaskald 4 жыл бұрын
Thank you, Jay! This video pushed me to buy your Ubuntu Server book. Your channel is one of my favorites.
@quentinb9692
@quentinb9692 2 жыл бұрын
Thanks, works awesomely. Other guides wasted my time trying to figure it out.
@johnh10000
@johnh10000 2 жыл бұрын
Thank you sir I copied Open Meadia Vault config, some times it works some times it don't. Exactly follow your tutorial, and smb works every time, even with an ntfs share. Great stuff
@TheAlexander775
@TheAlexander775 8 ай бұрын
GREAT TUTORIAL! I keep coming back to this every time I break my server :P One error I wanted to mention if other get it is not being to chown (change owner) of the share folder, this happened to me and apparently it's caused by the format of the drive itself, in this case it was Vfat. So if you're getting this error, it might be worth to check out.
@keonbillings5437
@keonbillings5437 Жыл бұрын
I landed on this page because I want to setup a file share in my lab that my students can use to upload their work files too large for the school servers. Honestly, this is the clearest explanation to Samba shares I've ever seen. There are a lot of garbage videos claiming tutorial status but none comes close. That said, I find Samba and Linux tedious and unnecessarily difficult for such a simple task of sharing a folder. I cannot believe that after all these years, Linux still don't have a decent native file share option. This is one of the many reasons why Windows and Mac will always remain superior to Linux. It only took a few clicks of the mouse in Windows and I had a share folder my kids could use. Yes, I know about the 20 user concurrent connection limit, but I'd rather deal with that than learn a new language just to create a simple share. Thanks for the video. I've shared it with my students, so if one of them wants to go this route.
@EnFuego79
@EnFuego79 Жыл бұрын
" I cannot believe that after all these years, Linux still don't have a decent native file share option." On most modern linux distros, like Mint, you can just right click on the folder you want to share and select "sharing options" not sure how you missed this... did you even try new distros before making assertions like this?
@Ballistichydrant
@Ballistichydrant 3 жыл бұрын
Thanks so much for this. Not sure why I was directed by Google to tens of sites with completely inaccurate or outdated instructions before I found you. There is so much incorrect information about this topic. Also not sure why this process is so much more involved than it used to be. Back in 2008 I used to build samba office servers and the process of setting up shares was much more straight forward. It was a long time ago and I stopped using Linux in 2010, but as I recall it was just install SMB samba and system-config-samba and then edit samba.conf and add the user to samba group. Then you were done. What happened? Once again thanks so much for the very detailed instructions. Clear voice and instructions. Really helpful.
@buba1234
@buba1234 2 жыл бұрын
I broke my hand hitting my desk while setting samba up for 4h straight but your tutorial helped thank you.
@markosimanic6109
@markosimanic6109 Жыл бұрын
love that comment
@_axlandrade
@_axlandrade 2 жыл бұрын
Hey man, THANKS ! U literally just saved my life with this tutorial ! Keep up with the great job !
@jwatkins320
@jwatkins320 6 ай бұрын
Worked first try. Thank you so much
@ourkid2000
@ourkid2000 3 жыл бұрын
Anyone know how to actually put some files in the Protected Files location? No matter what user I'm logged in as, I get permission denied.
@damianjames8148
@damianjames8148 8 ай бұрын
This is great. Now i can access my backup files from my proxmox server to save them in my cloud so i have multiple copies. Thanks
@hitesh6762
@hitesh6762 2 жыл бұрын
Understood the concept very clearly, thanks for the detailed and informative explanation, please keep posting such linux videos, these are very helpful and informative
@redstonemason
@redstonemason 3 жыл бұрын
Still works well on Debian 11 (Bullseye) in late 2021. My physical disk is a ZFS Mirrored Pool.
@v8racerman
@v8racerman 3 жыл бұрын
Hi Jay, I could not get this to work on an Ubuntu server server running within a Proxmox container (even with a privileged container), although it did work when I tried it on a stand-alone desktop running Linux Mint. Your Linux tutorials are the best on KZbin. As a thank-you, I will buy your Ubuntu Server Book! Thanks Jay!
@v8racerman
@v8racerman 2 жыл бұрын
Have a look at this video - he demonstrates the process with VirtualBox, like you are using. kzbin.info/www/bejne/fXLIp2SKl7SbhLs
2 ай бұрын
thank you very much. Again a very instructive video. I've learnt a lot. Have you mentioned "sudo ufw allow samba"? I'm not sure. Best wishes
@gfmoore
@gfmoore Жыл бұрын
Brilliant, life saver. I did have a problem seeing the server and then bam suddely it all appeared - is there a propogation delay, I wouldn't have thought so. Anyway next step...
@danp1975
@danp1975 2 жыл бұрын
Thank you for the excellent tutorial! I've followed it and it works perfectly for the local drive however I'm having no luck with a USB external drive share.
@obyrnedd
@obyrnedd 2 жыл бұрын
Absolutely outstanding work! CompTIA Linux+ is on my wishlist. I might have to sit down and watch every video you've ever made. Thank you.
@eddyizm
@eddyizm Ай бұрын
I wish there was a video on creating a smb share of an existing folder to access with the same account. eg private and not public and without creating a new user and using the built in permissions.
@eel64
@eel64 Жыл бұрын
Thank you. You make Samba easy.
@originaldanman
@originaldanman 3 жыл бұрын
Did everything the way you said exactly the way you explained it, double checking everything, all the commands syntax, etc... are exactly like you have her, but still not working. One problem I had was that when I did some of the commands I had to add the full directory for it to work. However when I checked the status, it said "system running" but gave me an error "ignoring unknown error "force directory mask". Still can't see find it from Windows, nor can I see any folders from my shares folder
@aminesbai926
@aminesbai926 2 жыл бұрын
Hello! I know I am really late but did you find a solution? I searched everywhere and still can't solve this problem.
@sangeek
@sangeek Ай бұрын
"sudo ufw allow samba" - maybe firewall on server blocking client machine
@cardflopper3307
@cardflopper3307 Жыл бұрын
very clear instructions worked for me Q: I did this tutorial with an external HD (mounts at boot) as root:root. The chown step in the tutorial didn't have any effect (the user and group remains root on the files in the HDD). The permissions in your tutorial do work correctly ie i am unable to delete from the private section. Also i checked file creation, connecting from external client and creating a file on the host makes the file root : root
@francisguchie1973
@francisguchie1973 2 жыл бұрын
I like this because this makes it much easier to change it into a more complex setup after one succeeds in getting it to work. Thank you so much (Keeping it Simple and Stupid on the first steps )
@bpurgett100
@bpurgett100 Жыл бұрын
I did set this up, and it works just fine for what I do, does anyone know how to add an extra HDD to your SAMBA server? I can not find a good tutorial on how to make your shares as big as you want. Thanks.
@rebeljt
@rebeljt 8 ай бұрын
Awesome video! Helped me a ton!
@cgsquash
@cgsquash 2 жыл бұрын
very clear explanation works perfectly
@chrisoddshoes
@chrisoddshoes 9 ай бұрын
Thank you, that helped a lot. Worked 1st time.
@ironwolf3699
@ironwolf3699 3 жыл бұрын
Thank you! I wanted a way to locally backup my steam games and re download them faster when I need them.
@pieinside2345
@pieinside2345 Жыл бұрын
great tutorial. works great with next to no modification. made this a lot easier than it needed to be and I learned some things as well :)
@e1woqf
@e1woqf 8 ай бұрын
Great! Now I can create a fileserver for my Win 95 retro-PC to supply it with files and updates, because it is not allowed to access the internet of its own.
@mekuranda
@mekuranda 4 жыл бұрын
I would like to know if there is a GUI way of doing the same things- I would like to be able to access files or directories between virtual machines and hosts and even a router with an attached USB drive. I am sure that the power users or Linux elite will say just learn to use CLI - I am not that confident in my typing and understanding even though Jay took extra time to explain the reasoning behind each line - I still love a GUI way of dealing with complex setups - helps me with the "Big Picture"
@HelloHelloXD
@HelloHelloXD 4 жыл бұрын
WEBMIN?
@mekuranda
@mekuranda 4 жыл бұрын
@@HelloHelloXD is that an APP?
@serge5046
@serge5046 4 жыл бұрын
@@mekuranda yes and it is quite useful: www.webmin.com/
@luckyhomestead
@luckyhomestead 2 ай бұрын
It's not working on Linux Mint 22. For some reason folder is not shared at all (folder is in diferent ssd)
@Pananananananananify
@Pananananananananify 3 жыл бұрын
Great explanation and example. Very straightforward
@lesphillips9741
@lesphillips9741 3 жыл бұрын
Thank you very much! Awesome video. Had to watch it twice, but learned so much. Where can I go to get the links for the data?
@jaredcurry4771
@jaredcurry4771 2 жыл бұрын
Perfect video until it was time to access the server. Yes the server is linux based but most people will probably access it through windows. Given that at least in my case, the server is not listed under network, and various combinations of the servers ip do not seem to work, it would have been nice to touch on that a little more.
@jsmrdck
@jsmrdck 3 жыл бұрын
Yes, absolutely! Thank you!
@leighhorton2806
@leighhorton2806 4 жыл бұрын
This was the video I have been waiting for. I use arch and it has been a challenge to get samba share with a mycloud 4tb storage. Very well done. I can share all content.
@keithmiller9665
@keithmiller9665 Жыл бұрын
Very useful, thank you 😊
@AnzanHoshinRoshi
@AnzanHoshinRoshi 4 жыл бұрын
As always, thank you, Jay.
@LearnLinuxTV
@LearnLinuxTV 4 жыл бұрын
My pleasure!
@tokoiaoben3842
@tokoiaoben3842 4 жыл бұрын
I have setup samba share and one of the option is "force directory mode = 2770". All the shares are working perfect . You set value the to 0770 what is the difference. ?
@Notyourbusinesschap
@Notyourbusinesschap 9 ай бұрын
Thank you! Everything works great!
@Manche-De-Pelle
@Manche-De-Pelle 3 жыл бұрын
Easiest way to set a SMB server is in peppermint OS... all the distro should copy the included utility
@jzky
@jzky 4 ай бұрын
thanks.. been searching for how to add multiple folders..
@Dms_Kernel
@Dms_Kernel 3 жыл бұрын
Everything up to "connection to server "worked.But after that whichsoever way i tried i Couldn't connect to the server using my Ip in linux.Please help me.
@JoshuaRieth
@JoshuaRieth 2 жыл бұрын
Thanks! I was trying to get it set up and it turned out it was the directory's permission!
@AbarSimorgh
@AbarSimorgh 2 жыл бұрын
Thank you for the video. Can an existing folder be shared the same way as in the video and just change the group and owner to that existing folder?
@jaredlara2850
@jaredlara2850 Жыл бұрын
Jay you are my hero, keep it up dude 👌👌
@jusohjate6796
@jusohjate6796 3 жыл бұрын
Thank you Mr. Jay.
@vatozuniga
@vatozuniga 3 жыл бұрын
Great video but after following along my brother's Windows 10 PC on the same LAN won't connect to the Samba. We tried direct connecting with the local IP but Windows just refused to acknowledge the Samba share existed. While all my Linux computers connect to it just fine. You might want to test your setup by trying to connect with a Windows 10 PC. I'm probably not the only person following along that has some uncool Windows 10 using friends and family ;)
@olsenaldana.501_
@olsenaldana.501_ 2 жыл бұрын
How did you fix it?
@aminesbai926
@aminesbai926 2 жыл бұрын
@@olsenaldana.501_ did you fix it?
@olsenaldana.501_
@olsenaldana.501_ 2 жыл бұрын
@@aminesbai926 yes i found that my cables wont giving internet also i tried connecting using the run feature in windows
@olsenaldana.501_
@olsenaldana.501_ 2 жыл бұрын
@@aminesbai926 in the run search bar just type the ip address of your samba
@gordian99
@gordian99 Жыл бұрын
This was very helpful.
@EdocTestAccount
@EdocTestAccount Жыл бұрын
Great tutorial Though trying to access from a Win2019 server doesn't work, even after enabling SMB services. Shares show up empty even though they resolve in Explorer. Pingable both ways, no firewall, same vlan segment.
@TRAMETOOLS
@TRAMETOOLS 4 жыл бұрын
Great class. Thanks!!!
@Moses_coder
@Moses_coder 10 ай бұрын
Great. Learnt a lot thank you.
@sotesz
@sotesz 4 жыл бұрын
(Just in case it wasn't intentional and you would want to correct it: the "Back up Samba config file" section's command seems incomplete on the wiki.)
@mason8714
@mason8714 4 жыл бұрын
was just about to make a comment about that
@jaybienick4926
@jaybienick4926 2 жыл бұрын
VERY GOOD tutorial, thank's!
@countrygent36
@countrygent36 2 жыл бұрын
outstanding explanation, thank you.
@scottroth6273
@scottroth6273 2 жыл бұрын
Awesome - you made it so easy! Thanks.
@burdebc1
@burdebc1 4 жыл бұрын
With Samba, is it possible to allow anyone to add files and download them, but not delete files? I was thinking this would work well for setting up a family photo repository where people could come by and add their pictures to it and download anything they wanted, without having to worry about curious kids deleting everything.
@serge5046
@serge5046 4 жыл бұрын
As root with chattr add the immutable option (+i) to all the files: linux.die.net/man/1/chattr Otherwise you could use create mask and directory mask or the force create mode and force directory mode. Or you could use sticky bits and ACL's as explained here: www.thegeekdiary.com/how-to-force-user-group-ownership-of-files-on-a-samba-share/
@knpatil89
@knpatil89 2 жыл бұрын
followed the tutorial exactly right, but still different. Using trial version. Thank you*
@tigerbalm666
@tigerbalm666 3 жыл бұрын
Been using VCL for my network streaming. Hope this is better.
@verynice5258
@verynice5258 2 жыл бұрын
Thank you.
@michaelb7087
@michaelb7087 3 жыл бұрын
This helped allot. Thanks for the step by step
@onlyeyeno
@onlyeyeno 3 жыл бұрын
Great video as always, though it leaves me curious as to how this differs from making a "Local Network Share" using the "file explorer" ?? What, if anything, is different ?? Best regards.
@kc3kop915
@kc3kop915 3 жыл бұрын
I followed this except for the workgroup name and path names and windows sees the shares but keeps asking for a log in and nothing works. do you have any ideas? Ian
@jorgemode
@jorgemode 3 жыл бұрын
Im in the same situation. I followed this exept for the workgroup, and im on linux, and I cant acces of any of the public or private folders.
@keithmiller9665
@keithmiller9665 Ай бұрын
Nice! Very helpful 😊🎉❤
@HashedBahooz
@HashedBahooz 2 жыл бұрын
Hey great tutorials! I have proxmox thank to you! I have a question, can you do a tutorial of smb not from scratch?
@ForrestRhoads
@ForrestRhoads 4 жыл бұрын
Very good video. I use sshfs for most everything now though, whether home network or remote access to it.
Getting started with Ansible 13 - Adding Users & Bootstrapping
24:35
Learn Linux TV
Рет қаралды 48 М.
Starting With Linux: What I Wish I Learned First
23:31
Learn Linux TV
Рет қаралды 482 М.
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 16 МЛН
You're running Pi-Hole wrong! Setting up your own Recursive DNS Server!
18:02
File sharing on Windows is bad this is how to make it better
11:32
Chris Titus Tech
Рет қаралды 180 М.
Incredible Budget Home Server! (Minecraft, Plex, Home Assistant, NAS)
16:38
🔥 How to Setup Samba File Shares in Linux - [Quick and Easy]
14:50
SkillsBuild Training
Рет қаралды 47 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
Linux Crash Course - The /etc/fstab file
30:29
Learn Linux TV
Рет қаралды 109 М.
Essential Best Practices for Setting Up a New Linux Server
20:39
Learn Linux TV
Рет қаралды 181 М.
Your Old PC is Your New Server
11:07
Linus Tech Tips
Рет қаралды 6 МЛН