Ubuntu - Add a Flameshot Icon
摘要:All applications' desktop entries can be found in /usr/share/applications. You can create a desktop entry under ~/.local/share/applications to make yo
阅读全文
VSCode - 跳出右括号
摘要:安装Tabout插件后按Tab键可跳出右括号。
阅读全文
VSCode - Replace Tab with 4 Spaces and keep the spaces on save for Go
摘要:Check below settings: Method 1: Choose "goformat" for Go's Format Tool: If got below error message, click the Install button or run the command: The "
阅读全文
Ubuntu - Completely Uninstall a Package
摘要:sudo dpkg -l | grep pkg_name sudo apt remove pkg_name sudo apt purge pkg_name sudo apt autoremove sudo apt clean
阅读全文
VSCode - Install/Update Go tools
摘要:zzh@ZZHPC:~
goenv−wGO111MODULE=onzzh@ZZHPC: go env -w GOPROXY=https://goproxy.io,direct If you're using VSCode, you can install Go tools as fol
阅读全文
Python - fibonacci
摘要:So is there ever a good place to use mutable defaults? Yes! Mutable defaults can be very useful for caching and/or recursive algorithms: def fibonacci
阅读全文
Ubuntu - Nvidia Driver
摘要:(base) zzh@ZZHPC:~$ sudo ubuntu-drivers devices == /sys/devices/pci0000:00/0000:00:1b.4/0000:02:00.0 == modalias : pci:v000010DEd00001F07sv000010DEsd0
阅读全文