Category Windows

delete duplicate files windows

The best tool i’ve found to delete duplicate files windows is sfk (aka “Swiss File Knife”). Installation 1. Download Swiss File knife from there homepage 2. Extract and copy to C:\windows Usage sfk dupfind -dir anydir [-file .ext1 .ext2] find…

psexec icacls remote computer

Set proper permissions in IIS 7.x on a remote computer We will be using psexec icacls on the remote comptuer Objective: Grant NT AUTHORITY\NetworkService the proper permissions for a particular website on “somecomputer” using credentials “somedomain\someuser somepassword” The Command to…

Trace ASP.NET Application

You’ll need to edit the web.config Web.config Place the following after system.web tag: Trace ASP.NET Application Those options only allow you to see the trace from the server itself. RDP in to the server Connect to:

Apache Active Directory Authentication howto

Apache Active Directory Authentication howto Modules Needed mod_authz_ldap Install mod_authz_ldap yum install mod_authz_ldap Verify Apache Config has Needed Modules LoadModule auth_basic_module modules LoadModule authz_host_module modules LoadModule authz_user_module modules LoadModule authz_owner_module modules LoadModule authz_groupfile_module modules LoadModule authz_dbm_module modules LoadModule authz_default_module modules…

firefox keeps crashing fixed

If you are on Windows Vista/7 and notice Firefox 13 constantly crashing the culprit is the new “Protection Mode” (which makes flash run in a sandbox). To disable this you need to append “ProtectedMode=0” to the flash config file “mms.cfg”…