BIOS or EFI

Posted on November 22, 2017

Look in C:\Windows\Panther\setupact.log for a line containing Callback_BootEnvironmentDetect: Detected boot environment:.

Passing Decimal Parameters to SQL Server

Posted on April 09, 2017

' Execute stored procedure to add record.

Set cmd = ADOCommand("InsertLogWaypoint", cn, adCmdStoredProc)

With cmd

.Parameters.Append .CreateParameter("Time", adDBTimeStamp, adParamInput, , rstLog.Fields("Time").Value)

.Parameters.Append .CreateParameter("Lat", adSingle, adParamInput, , rstLog.Fields("Latitude").Value)

.Parameters.Append .CreateParameter("Long", adSingle, adParamInput, , rstLog.Fields("Longitude").Value)

.Parameters.Append .CreateParameter("Acc", adInteger, adParamInput, , rstLog.Fields("Accuracy").Value)

.Parameters.Append .CreateParameter("Dir", adInteger, adParamInput, , rstLog.Fields("Direction").Value)

.Parameters.Append .CreateParameter("Speed", adNumeric, adParamInput, , rstLog.Fields("Speed").Value)

With .Parameters("Speed")

.Precision = 18

.NumericScale = 9

End With

.Parameters.Append .CreateParameter("LocID", adInteger, adParamInput, , rstLog.Fields("LocationID").Value)

.Parameters.Append .CreateParameter("ID", adInteger, adParamOutput)

.Execute

End With

Use SoftEther on Windows as VPN Endpoint.

Posted on August 25, 2015
  • Install SoftEther and configure it for L2TP/IPsec with a pre-shared key.
  • Add a user to the virtual hub and give it a password.
  • Use SoftEther‘s virtual hub SecureNAT feature to configure a DHCP server (without enabling the virtual NAT server). Failure to configure the DHCP server may result in error 720 when attempting to connect from a client.
  • Use SoftEther‘s Local Bridge feature to establish a bridge connection between the virtual hub and the physical Ethernet adapter. Failure to do so may result in inability to access LAN resources.
  • Forward UDP ports 500 and 4500 through router to the SoftEther host.
  • Configure the client workstation to connect using MS-CHAPv2.

Operations Department Work Flow

Posted on January 17, 2006

Design work flow for maintenance department with internal controls.

  • Yellow regions represent staff positions.
  • Orange regions represent tasks.
  • Red arrows represent transfers of documents between personnel.

Maintenance Department Work Flow