Skip to content

Instantly share code, notes, and snippets.

View DomPizzie's full-sized avatar

Dominique Pizzie DomPizzie

  • US
View GitHub Profile
@DomPizzie
DomPizzie / profiles.json
Last active April 29, 2020 21:11
Windows Terminal preferences
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
// https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md
// https://medium.com/@ajitsahoo29/the-ultimate-guide-to-install-and-customize-windows-terminal-2019-6963dfc06587
// https://github.com/microsoft/cascadia-code/releases
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@DomPizzie
DomPizzie / linuxApps.list
Last active November 7, 2018 03:42
Install Linux Applications
neofetch
htop
cmatrix
cmus
ranger
vscode
telegram
picocom
peek
kazaam
@DomPizzie
DomPizzie / htaccessMods
Last active April 27, 2018 17:47
Web server Lockdown
### First Method ###
<Limit POST PUT>
Order deny,allow
Deny from all
# Allow internal LAN
Allow from 10.0.0.0/8
Allow from 127.0.0.1
</Limit>
### Second Method ###
@DomPizzie
DomPizzie / README-Template.md
Last active April 25, 2024 17:02
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

@DomPizzie
DomPizzie / VMSetup.txt
Last active March 21, 2017 21:11
VM Boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
choco install sysinternals