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.