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.
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' command toggles display of local vars in gdb. Saves space & reduces pagination. Use "toggle-local" in gdb session to enable/disable.
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.
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.
pyenv global version overwrites local version in vscode's terminal. To fix, uncheck "Terminal: Activate Environment" in vscode settings and restart.