Embedded Linux: File Sharing

Embedded Linux: File Sharing

Click the blue font above to follow us In Linux, file sharing refers to the ability of multiple processes to access and manipulate the same file simultaneously. File sharing is significant in multi-process or multi-threaded programming environments, especially in the following aspects: Multi-threading Large Files: File sharing can be used to enable multiple threads to … Read more

How to Install and Configure vsftpd on Raspberry Pi

How to Install and Configure vsftpd on Raspberry Pi

In the current trend of cloud storage, FTP as a file transfer protocol seems a bit “old-fashioned”. However, FTP solutions have a mature software ecosystem and perfect permission control. You hardly need to do any development; you just need to choose the right software to create a file sharing server. It can be used for … Read more

Setting Up Samba on Raspberry Pi for File Sharing

Setting Up Samba on Raspberry Pi for File Sharing

Introduction Today, I will discuss how to set up <span>Samba</span> on Raspberry Pi for file sharing. Installation sudo pacman -S samba The configuration file is located at <span>/etc/samba/smb.conf</span>, but when you check this path, you will find it is empty. After searching for a while, I finally found a solution in Using Samba on Manjaro … Read more

OpenWrt and Samba: A Guide to Home Network File Sharing

OpenWrt and Samba: A Guide to Home Network File Sharing

#Introduction I have a large capacity mechanical hard drive that is currently unused, and I want to utilize it during the weekend. The requirements are: I have a Raspberry Pi at home, which is running <span>OpenWRT</span> as a standalone router. I now need to connect the mechanical hard drive to the Raspberry Pi and share … Read more