To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below to open samba configuration file.
sudo gedit /etc/samba/smb.conf
Finally, scroll down a bit in the file and find : WORKGROUP = Workgroup_Name. Right below that, type the line shown below and save the file.
name resolve order = bcast host
Restart your computer and try again. I hope it works for you.
MySQL manages connections to the database server through the use of a socket file, a special…
To remove the .html extension from your urls, you can use the following code in…
Use free/paid SSL certificates https://www.sslforfree.com Enable SSL Module Replace 'default-ssl' with the real site name…
Create archive of all files under public_html directory ignoring all files and folders including text…
To install some file *.tar.gz, you basically would do: Open a console, and go to…
The chown command has the following syntax: [crayon-67b1ebeb16a33396537531/] So in your example command it is your primary…