Archivo de la categoría: Windows

Todo lo relacionado con Windows y Windows Server en sus diferentes versiones

Windows equivalent to UNIX “time” command

Use Powershell Measure-Command {start-process whateveryouwantexecute -Wait} Edited to your need @efficiencylsBliss: Measure-Command {start-process java -argumentlist «whateverargumentisneeded» -wait}

To Force ClientForNFS to use specific UID and GID windows 2008

To Force ClientForNFS to use specific UID and GID http://technet.microsoft.com/en-us/library/cc753302%28v=ws.10%29.aspx To force ClientForNFS to mount a share using a specific UID and GID, and without the need for a user name mapping server, add the following registry keys:   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default Add two DWORD values: AnonymousUid and AnonymousGid and set to your appropriate values in decimal.… Leer más »

Creating persistent SSH tunnels in Windows using autossh

Enable remote desktop ssh -L 15000:REMOTESRV:3389 USER@localhost -p 20000 Remove the service: cygrunsrv –remove AutoSSH Check the configuration & status of the service: cygrunsrv –query AutoSSH Este es el bueno ….. cygrunsrv -I AutoSSH -f «Autossh tunnel» -t auto -y tcpip -O -u $USER -w $PASS -p /usr/bin/autossh -a «-M 20507 -R 51353:127.0.0.1:3389 $USER@$SERVER -p… Leer más »

Starting the Remote Desktop Client

Starting the Remote Desktop Client With the appropriate configuration tasks completed on the remote system the next step is to launch the Remote Desktop Client on the local system. The client can be run in either administration mode which provides full integration with the console of the remote server, or virtual session mode which provides… Leer más »

error 12 = Cannot allocate memory and error windows 7 shares

Summary: mount error 12 = Cannot allocate memory solved: In HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management, set the LargeSystemCache key to 1 (hex). In HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters, set the Size key to 3 (hex).’ HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer \Parameters\IRPStackSize increase to ( 15 )

secure erase, delete, free disk space

Eraser is an advanced security tool for Windows which allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns. Eraser is currently supported under Windows XP (with Service Pack 3), Windows Server 2003 (with Service Pack 2), Windows Vista, Windows Server 2008, Windows 7 and… Leer más »

Implementing and configuring NFS on Windows Server 2003 R2

[Download PDF] Tech Note #5 in the «Interop Components in Windows» series By Rodney Ruddock (Interop Systems) Overview With Windows Server 2003 R2 several of the components that were previously part of Windows Services for UNIX (SFU) became part of the base operating system distribution. This includes the Network File System (NFS) components. There have been changes… Leer más »

Cloud computing bpos microsoft

Cloud computing is hosted, so you can deploy what you need, when you need it. Help improve communication and collaboration without taking IT resources away from business-critical projects. Microsoft® Business Productivity Online Suite can help improve productivity and extend IT resources using a selection of hosted communication and collaboration services designed to deliver flexibility and… Leer más »

Perform Authoritative Restore of Entire Directory

This step restores the entire Active Directory, and marks it as authoritative for the enterprise.Requirements •    Credentials: local Administrator •    Tool: Ntdsutil.exeTo perform authoritative restore of the entire directory 1.    Open a command prompt and type ntdsutil and then press ENTER. 2.    At the ntdsutil: prompt, type authoritative restore and then press ENTER. 3.    At… Leer más »