How to Save: To save in nano use “CTRL-O”, then “CTRL-X”.
Tip: Replacing sudo nano with gksudo gedit gives you a nice graphical editor.
sudo nano /etc/samba/smb.conf
And check the following lines. Change workgroup name as same in the network
[global] workgroup = WORKGROUP
service smbd restart
if still problem exist try restart the computer and try. Still not working?
gksudo gedit /etc/hosts
and add computer ip address and name in hosts file. Save and exit.
Sample ip and name:
127.0.0.1 computer05 computer05
and then restart the servers with service smbd restart
and service nmbd restart
https://help.ubuntu.com/community/Samba/SambaServerGuide
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-67a30441b9843754663605/] So in your example command it is your primary…