1. Press Windows + R keys to open the Run command and type "secpol.msc".
2. Press "continue" when prompted.
3. Click on "Local Policies" --> "Security Options"
4. Navigate to the policy "Network Security: LAN Manager authentication level" and open it.
5. Change this to "LM and NTLM – use NTLMV2 session security if negotiated".
Once you’ve done this Windows 7 will be able to view network drives based on Samba servers and should fix any issues around using Samba as a Primary Domain Controller.
References: www.builderau.com.au
This is where I noted some things when I working with Operating Systems, Virtualization, Containers, Databases, Programming Languages, Frameworks, and Development Tools to reuse and for time-saving later.
Search
Total Pageviews
Categories
Linux
(8)
Windows
(5)
Container
(4)
Development
(4)
Database
(3)
Docker
(3)
Mac OS
(3)
QuickStart
(3)
Ubuntu
(3)
AWS
(1)
Fedora
(1)
FreeBSD
(1)
Git
(1)
Java
(1)
MyBatis
(1)
Oracle Linux
(1)
Spring Boot
(1)
Unix
(1)
VMware
(1)
Virtualization
(1)
kdevtmpfsi
(1)
kinsing
(1)
Featured Post
Your container's CPU usage is more than 100%, "kdevtmpfsi" the cryptomining malware is running | So how to resolve
How to resolve when "kdevtmpfsi" the crypto-mining malware is running and taking all CPU load of your server (container). One d...
Sunday, May 1, 2011
Thursday, April 21, 2011
How to enable a script auto startup with system on ubuntu server ?
- Create a script in the /etc/init.d/ directory
- Make the script executable
$ sudo chmod +x /etc/init.d/myscript.sh
- Make the script start at bootup
$ sudo update-rc.d myscript.sh defaults
Referenced from:
Subscribe to:
Posts (Atom)