Skip to content
No results
  • About
  • Bash Cheat Sheet
  • One Liners
    • active directory cheatsheet
    • bashrc tweaks for RHEL or CENTOS
    • Linux Command Line Shortcuts
  • Pentesting
    • Pentest-Service-Enumeration
    • Red Team Tools
  • RHCSA Quick-Notes
  • RHCSA Training Labs
Brakertech Logo
Security Blog for Brakertech LLC
  • Home
  • Blog
Brakertech Logo
Security Blog for Brakertech LLC
  • Windows

Howto: Start Plug and Play service in Server 2003

Need to start the plug and play service in server 2003? sc config PlugPlay start= auto net start “PlugPlay”

  • Steve Stonebraker
  • September 7, 2010
  • Windows

Howto: server 2003 list all local groups users shared folders permissions

You’ll need an app called Srvcheck.exe: Server Share Check. This can be obtained with the Windows Server 2003 Resource Kit Tools At an administrator command prompt run (in directory where srvcheck.exe is located): srvcheck \\server-name obviously replace “server-name” with whatever…

  • Steve Stonebraker
  • September 6, 2010
  • IIS, Windows

Howto: Print Site IDs to File in IIS

First create a file called c:\listsites.vbs with the following content: OPTION EXPLICIT DIM CRLF, TAB DIM strServer DIM objWebService TAB = CHR( 9 ) CRLF = CHR( 13 ) & CHR( 10 ) IF WScript.Arguments.Length = 1 THEN strServer =…

  • Steve Stonebraker
  • August 24, 2010
  • Jenkins-Hudson, Software, Windows

Howto: Make Hudson HTTPS (Windows)

I am assuming you have installed hudson as a service in windows and that hudson lives in C:\hudson Use a tool called Portecle to import your valid cert and export it as a java keystore file (.jks).  Remember to use…

  • Steve Stonebraker
  • August 16, 2010
  • Mac, Windows

Fix Bootcamp Disk Error Windows Xp Install Message

Here’s the fix: Burn another Windows XP SP2 (or greater) disc (after verifying checksum of the .iso) Delete current bootcamp partition in mac bootcamp utility Create a new bootcamp partition Put in windows xp install disk and have mac reboot…

  • Steve Stonebraker
  • August 6, 2010
  • Windows

Fix virtual pc 2007 bridged networking in Windows 7

If you are unable to assign a bridged networking adapter to your virtual pc 2007 virtual machine in windows 7… here’s the fix I did: There should be an option in virtual pc settings to clear all messages. I cleared…

  • Steve Stonebraker
  • August 6, 2010
  • Active Directory

Howto: Sync time with Active Directory Domain Controller

from command prompt run this: w32tm /resync sync time domain controller

  • Steve Stonebraker
  • July 23, 2010
  • MSSQL, Security, Software, Windows

Howto: Fix Login failed for user ‘td’

[Mercury][SQLServer JDBC Driver][SQLServer]Login failed for user ‘td’ Basically this error means that the password that quality center is trying to use for user ‘td’ in your MSSQL database doesn’t match whatever is in the database. How did I fix this?…

  • Steve Stonebraker
  • July 20, 2010
  • Other

IPSEC Packets vs Regular packets, the hard facts

Based on this wikipedia article I have deduced the difference between a regular datagram and an IPsec Datagram (when using transport mode with maximum encryption). Here are the hard fact:

  • Steve Stonebraker
  • July 16, 2010
  • Mac, Windows

Howto: Fix Vmware Fusion Mouse Not Working

Change this regkey: HKEYLOCALMACHINE SYSTEM CurrentControlSet Control Class {4D36E96F-E325-11CE-BFC1-08002BE10318} Remove the value msvmmouf from the UpperFilters regvalue Also uninstall the mouse driver (yes all with keyboard)

  • Steve Stonebraker
  • July 15, 2010
Prev
1 … 38 39 40 41 42 43 44 45
Next
Copyright © 2025 - WordPress Theme by CreativeThemes