Skip to content

Instantly share code, notes, and snippets.

@fade2gray
fade2gray / VS2019_CE_Kernel_Driver.vsconfig
Last active March 15, 2024 19:07
Visual Studio 2019 configuration setup for building Cheat Engine Kernel mode driver
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Component.CoreEditor",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Component.NuGet",
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions",
"Microsoft.VisualStudio.Component.TypeScript.4.3",
@fade2gray
fade2gray / change-username.sh
Last active November 30, 2016 23:25
Raspbian - Change Default User Name
#!/bin/bash
##############################################################################
# Works for me with clean and fully updated Rasbian Jessie on Rasberry Pi 2b #
# ONLY USE THIS SCRIPT If YOU KNOW WHAT YOU ARE DOING - RUN AT YOUR OWN RISK #
# MUST BE RUN AS ROOT FROM A COMMAND LINE LOGIN - DO NOT RUN AS SUDO USER #
##############################################################################
echo "Change username?"
select yn in "Yes" "No"; do
case $yn in