Skip to content

Instantly share code, notes, and snippets.

View hhblaze's full-sized avatar
💭
©racked by Bill Gilbert

blaze hhblaze

💭
©racked by Bill Gilbert
View GitHub Profile
modSecurity apache basic auth authentication authorisation brute force attack prevent deny
############################################
httpd.conf
###########################################
#enabling 2 modules
LoadModule unique_id_module modules/mod_unique_id.so
<IfModule security2_module>
@hhblaze
hhblaze / gist:f306b5df8b1e77600160c24486b6d198
Last active October 18, 2017 13:32
Testing Cascade DBreeze Exclude
```C#
using DBreeze;
using DBreeze.Utils;
using System.Diagnostics;
DBreezeEngine eng = new DBreezeEngine(@"D:\Temp\DBR1");
//INSERTING ONCE
//using (var tran = eng.GetTransaction())
//{