Samba

ubuntu 18.04 samba server

ubuntu 18.04 samba server

Installing Samba on Ubuntu

  1. Start by updating the apt packages index: sudo apt update.
  2. Install the Samba package with the following command: sudo apt install samba.
  3. Once the installation is completed, the Samba service will start automatically. To check whether the Samba server is running, type: sudo systemctl status smbd.

Why you should have VPN on your Linux machine
VPN protects a user's sensitive data and privacy All Linux users on a network want to be guaranteed the safety of accessing, sending, and receiving se...
How to Use the Model in Django?
What is the use of models in Django? How do I access models in Django? How do Django models work? How do I manage models in Django? How does Django st...
Configure Vim with vimrc
How do I setup a Vimrc file? Where is vim configuration file? What is Vimrc in Linux? How do I use Vimrc? What is a vim file? How can I make Vim look ...