Skip to content

Instantly share code, notes, and snippets.

View gildotdev's full-sized avatar
:shipit:
Hating the new Copilot pricing changes

gil.dev gildotdev

:shipit:
Hating the new Copilot pricing changes
View GitHub Profile
@gildotdev
gildotdev / batch-file-examples.bat
Last active October 27, 2020 21:54
Just showing some basic examples of using a batch files and PowerShell scripts to run commands to help secure a Windows system
rem Guest account has been secured: 10 pts
rem Disable Guest Account
rem https://www.windows-commandline.com/enable-disable-guest-account/
net user guest /active:no
rem A password of at least 8 characters is required: 10 pts
rem Set Minimum Password Length
rem https://www.top-password.com/blog/change-account-lockout-password-complexity-policy-in-windows/
@gildotdev
gildotdev / README.MD
Last active October 31, 2018 20:57 — forked from samdenty/README.MD
VS Code CSS addition to increase readability on file tree.

How to install

Example of file tree

Custom CSS plugin

Install the custom CSS plugin, then make a file on your computer that will hold your custom CSS, I like to make one in my home directory called ~/.vsocde/vscodestyles.css and then add the CSS into it.

let Hits = 0
let Health = 0
input.buttonB.onEvent(ButtonEvent.Down, function () {
if (Health == 1) {
pins.A7.digitalWrite(true)
network.infraredSendNumber(Colors.Black)
pins.A7.digitalWrite(false)
}
})
network.onInfraredReceivedNumber(function (receivedNumber) {
@gildotdev
gildotdev / human.md
Last active February 4, 2026 22:19 — forked from cassidoo/human.md
Human Template for Obsidian

cuid: human<% tp.file.creation_date("YYYYMMDD-HHmmss") %> alias:

  • 👤 <% tp.file.title.substring(1) %>
  • <% tp.file.title.substring(1) %> tags:
  • person/friends
  • person/family
  • person/coworker
  • person/acquaintance
@gildotdev
gildotdev / SpaceCoastSec Meetup 2026-04-08.md
Last active April 11, 2026 00:13
SpaceCoastSec Meetup 2026-04-08

class: note tags:

  • cyber-security/spacecoastsec source: related: description: aliases: [] created: 2026-04-08 19:21 updated: 2026-04-09 09:46