Fastest Samba share Ubuntu and Kali

A short, 100% working tutorial for installing a Samba share Ubuntu and potash.
More information about Samba file sharing can be found at wikipedia and on samba.org
Terminal commands:
A short, 100% working tutorial for installing a Samba share Ubuntu and potash.
More information about Samba file sharing can be found at wikipedia and on samba.org
Terminal commands:
The following article is for people who report password of their Windows (10 or even 7) computer lost of forget his. Not in order to obtain unsolicited access to someone's computer system. » Read more
Open a terminal window.
sudo apt-get install pavucontrol
Now start pavucontrol and look how the tabs are. You start pavucontrol via the Fast Finder or via the terminal: you simply tap: pavucontrol (and press Enter).
pay attention: move the sliders do not all open at once, and no more than 90 % (deformation).
If this solution does not work, you can still offer the following solution.
You almost never log in as root. Root you only if you want to change system settings, things to install or troubleshoot.
Your work therefore usually when you and your “becomes as root” as needed.
Therefore it is wise to create an additional user on the potash machine
in ja, This method is the same for machines based on Debian, Ubuntu a Mint
1. Open a terminal logged in as root
2. Add a new user with:
#useradd -m username
-m to the root directory of the user
3. Create a password for the user:
#passwd user
4. Add the user to the sudo group (Software enz. To install):
#usermod -a -G sudo user
-A to add and -G indicates the group to which must be added
5. Now finally change the default shell of the newly added user to bash:
#chsh -s / bin / bash username
-s to offer a new login shell for the user