February 26, 2012

UBUNTU

Fix share error testparm" (No such file or directory)

sudo cp /usr/bin/testparm.samba3 /usr/bin/testparm

sudo cp /usr/bin/net.samba3 /usr/bin/net

sudo chmod +x /usr/bin/testparm /usr/bin/net


Backup tool

https://help.ubuntu.com/community/BackupYourSystem/SimpleBackupSuite

Ubuntu access to WIN7

1. Enter “gpedit.msc” in the Start Search box.
2. Open “Computer Configuration”/Windows Settings/Security Settings/Local Policies/Security Settings.
3. In the right pane, enable the following policies:

Network access: Allow anonymous SID/name translation
Network access: Let Everyone permissions apply to anonymous users

Also please disable the following policies.

Network access: Restrict anonymous access to Named Pipes and Shares
Network access: Do not allow anonymous enumeration of SAM accounts
Network access: Do not allow anonymous enumeration of SAM accounts and shares

Change the following policy:
Network security: LAN Manager authentication level

Change the value to “Send LM & NTLM - use NTLMv2 session security if negotiated”.

If the issue persists, change the Kerberos encryption type.

1. Open gpedit.msc.
2. Find the policy

Windows Settings -> Security Settings -> Local Policies -> Security Options ->Network Security: Configure encryption types allowed for Kerberos

3. Configure the policy. If it is not configured, actually both DES cipher suites are disabled. enable all the suits.

----------

Active Internet Connections

$ netstat -nat

Open port

$ sudo netstat -tulp

$sudo netstat -tulpn

Stat of network adapter

$sudo netstat -i

February 15, 2012

Window 7

Windows 7 Professional x64 (64-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso

Windows 7 Professional x86 (32-bit)
English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso

Windows 7 Home Premium x64 (64-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65733/X15-65733.iso

Windows 7 Home Premium x86 (32-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65732/X15-65732.iso

Windows 7 Enterprise [English 60 Days Trial] – Source (http://www.mydigitallife.info/2009/10/04/windows-7-enterprise-trial-32-bit-and-64-bit-iso-direct-download-links/)]


32-bit (x86): 7600.16385.090713-1255_x86fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENEVAL_EN_DVD.iso (http://wb.dlservice.microsoft.com/download/release/Win7/3/b/a/3bac7d87-8ad2-4b7a-87b3-def36aee35fa/7600.16385.090713-1255_x86fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENEVAL_EN_DVD.iso)
64-bit (x64): 7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso (http://wb.dlservice.microsoft.com/download/release/Win7/3/b/a/3bac7d87-8ad2-4b7a-87b3-def36aee35fa/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso)



(http://wb.dlservice.microsoft.com/download/release/Win7/3/b/a/3bac7d87-8ad2-4b7a-87b3-def36aee35fa/7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso)
Windows 7 Ultimate x64 (64-bit)

[Unofficial] English: http://91.121.99.184/paolo/win7-64bit.iso

(http://91.121.99.184/paolo/win7-64bit.iso)
Windows 7 Ultimate x86 (32-bit)

[Unofficial] English: http://91.121.99.184/paolo/win7.iso


-->> check version by typing follow the command on dos mode dism /get-wiminfo /wimfile:g:\sources\boot.wim


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Details for image : i:\sources\boot.wim

Index : 1
Name : Microsoft Windows PE (x64)
Description : Microsoft Windows PE (x64)
Size : 974,874,943 bytes

Index : 2
Name : Microsoft Windows Setup (x64)
Description : Microsoft Windows Setup (x64)
Size : 1,056,354,599 bytes

Version: 6.1.7600.16385

Details for image : g:\sources\boot.wim

Index : 1
Name : Microsoft Windows PE (x86)
Description : Microsoft Windows PE (x86)
Size : 806,390,831 bytes

Index : 2
Name : Microsoft Windows Setup (x86)
Description : Microsoft Windows Setup (x86)
Size : 881,382,947 bytes

February 12, 2012

Fix problem on sbs 2011

dcdiag /test:dns
NLTEST /DSREGDNS
dcdiag /fix
nltest.exe /dsregdns


2008 cannot do this.

chnage owner on register to administrator group frist
don't change anything on trust installaer account
and it's done.
go to the dcom service
change permission and grant it for account require to local activattion.
error 10016


access dcomcnfg (runas) change IIS WAMREG and enable Local Activation
http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx

http://blogs.msdn.com/b/emeadaxsupport/archive/2010/01/26/unable-to-edit-the-dcom-settings-for-iis-wamreg-admin-service-on-a-

windows-server-2008-r2-when-trying-to-configure-kerberos-authentication-for-role-centers.aspx

add permission for domain\spfarm on dcom

sbs 2011 common errror
http://support.microsoft.com/kb/2483007