Had an issue with a backup chain that was syncing files to/from the azure repo, one of which is 6TB.This large file caused a bunch of errors […]
Category: Research
Research Undertaken
How to get an external IP routable from Internal LAN via Fortinet
We change a rule so clients from the LAN would access items on the DMZ via the public IP instead of Private ( using DMZ ) DMZ <-> […]
Thales Cipher Trust Manager Backup Script via Powershell and API
# KeySecure API endpoint and POST params$keysecures = @(“%KeysecureIPorDNS%”)#Import Credentials from Credential XML, this is protected by file level application for security Format <Credentials><Credential><Name\User\Password>keysecure</Name\User\Password></Credential></Credentials>$credxml = Select-Xml -Path […]
How to use a Service account to access Google Drive API instead of
Per Previous post , I had to reserve engineer a method for accessing documents in Google drive via API from WordPress , I put the access to […]
How to make changes safely on Fortinet Router
This enables you to make a change , and if it doesn’t work , the config gets rolled backconfig system globalset cfg-save revertset cfg-revert-timeout 300end(Press Enter)**Make Change**If […]
DS18B20 on Domoticz ( Raspberry Pi GPIO )
Wireup to GPIO like so with Hardware pull down resistor ( or look at wiring to to GPIO ports over 8 as these start on pull down […]
Domoticz
Create Virtual Sensorhttp://192.168.50.138:8080/json.htm?type=createvirtualsensor&idx=3&sensorname=Watermeter&sensortype=113Change Virtual Sensor Sub Typehttp://192.168.50.138:8080/json.htm?type=setused&idx=7&name=Gasmeter&switchtype=2&used=trueHow to set Value of Devicehttp://192.168.1.31:8080/json.htm?type=command¶m=udevice&idx=3&svalue=100Dominitz not working on rebootsudo service domoticz.sh restart
Raspberry Pi – How to get GPIO Outputs for Reed Relay \ Hall Effect
Recently received my first Raspberry Pie and needed to get input sensors, especially a reed switch and also testing a Hall Effect SensorReed Switch with Hardware Pull […]
GD Star Rating – ‘msie’ of undefined TypeError: Cannot read property ‘msie’
Recently my GD Star Rating plugin stopped working on my site , Votes could not be cast anymore.Using the Chrome Developer tab, I was able to see […]
How to clear old Tomstoned files from DFS for Resync
Navigate to the Drive you have your DFS replicated folder on in powershell CD D:\md d:\emptyfolderRobocopy.exe d:\emptyfolder “D:\System Volume Information\dfsr\Private” /purgerd d:\emptyfolderRemove-Item -Path .\DFRS\ -Recurse -Force -VerboseCheck Replication […]