shlogg · Early preview
Nullity @masongyli

Fixing Obsidian PDF View Issue On Ubuntu 20.04

Obsidian 1.8.9 issue: Remove snap version & install deb version to view PDFs normally. Run `sudo apt install <deb-file-path>` after downloading from official site.

Toggle Local Variables Display In GDB With ~/.gdbinit

toggle-local' command toggles display of local vars in gdb. Saves space & reduces pagination. Use "toggle-local" in gdb session to enable/disable.

Automate Gdb Tty Output With Gnome-terminal And Gdbinit

Automate gdb output redirection with `tty` command in gdb. Create script ~/.gdbtty.sh and edit ~/.gdbinit to redirect output to another terminal. Some shortcomings remain, like popup position control.

Fixing Common Issues With Your Virtual Machine Setup

VM issues? Check "Skip Unattached installation" during creation. Fix terminal: Settings -> Language -> English (Canada), reboot. Resize window: Devices -> Guest Addition CD image, Run software, reboot.

Fixing Pyenv Version Overwrites In VSCode

pyenv global version overwrites local version in vscode's terminal. To fix, uncheck "Terminal: Activate Environment" in vscode settings and restart.