Skip to content

Instantly share code, notes, and snippets.

View artxdev0's full-sized avatar
🇺🇦
Glory to Ukraine!

artxdev0

🇺🇦
Glory to Ukraine!
View GitHub Profile
@MooreDerek
MooreDerek / WSL-KALI-APT-UPDATE-ERROR.md
Last active June 12, 2025 07:39
Installing Kali on WSL getting apt update error

Installing Kali

wsl --install -d kali-linux

When terminal starts up try running

sudo apt upgrade and get the following error:

Get:1 http://wlglam.fsmg.org.nz/kali kali-rolling InRelease [30.6 kB]
Err:1 http://wlglam.fsmg.org.nz/kali kali-rolling InRelease
 The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository 
@jacobslusser
jacobslusser / PythonRecipe.cs
Created June 5, 2015 02:05
ScintillaNET Python Configuration
// Reset the styles
scintilla.StyleResetDefault();
scintilla.Styles[Style.Default].Font = "Consolas";
scintilla.Styles[Style.Default].Size = 10;
scintilla.StyleClearAll(); // i.e. Apply to all
// Set the lexer
scintilla.Lexer = Lexer.Python;
// Known lexer properties: