Skip to content

Instantly share code, notes, and snippets.

View GameLord2011's full-sized avatar
🔧
Howdy! The engineers in the field

GameLord2011 GameLord2011

🔧
Howdy! The engineers in the field
View GitHub Profile
@GameLord2011
GameLord2011 / Log.log
Created December 26, 2024 21:26
Error
execve("/usr/bin/sudo", ["sudo", "apt", "install"], 0x7ffde827c098 /* 26 vars */) = 0
brk(NULL) = 0x55d7c6837000
fcntl(0, F_GETFD) = 0
fcntl(1, F_GETFD) = 0
fcntl(2, F_GETFD) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff7a9352000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v3/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v3/", 0x7fff57524d10, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v2/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
@GameLord2011
GameLord2011 / TerminalTheme.json
Created December 15, 2024 19:51
True retro windows terminal theme
{
"background": "#000000",
"black": "#C5C5C5",
"blue": "#C5C5C5",
"brightBlack": "#C5C5C5",
"brightBlue": "#C5C5C5",
"brightCyan": "#C5C5C5",
"brightGreen": "#C5C5C5",
"brightPurple": "#C5C5C5",
"brightRed": "#C5C5C5",
@GameLord2011
GameLord2011 / N3rd.omp.json
Last active February 26, 2025 19:32
My oh-my-posh config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"transient_prompt": {
"template": "-\u25C0 ",
"foreground": "#1100ff",
"background": "transparent"
},
"console_title_template": "{{ .Folder }}",
"blocks": [
{