Skip to content

Instantly share code, notes, and snippets.

Postgres Administration

Details and size of tables only

\dt+

Details including size of tables, materialized views, views

\d+

Chocolately

update all installed packages

cup all -y

list all installed packages

choco list -la

Checksums

Common linux utilities

md5sum
sha512sum
.. etc  

If a site provides a checksum, it can be piped into the utility to check a file.

Vim usage

  # read only mode
  view
  # or
  vim -r

Kingston SSD and Gigabyte Motherboard issues

random freezes occasional BSODs blue screens

100% diskusage watching task manager, resource manager not obvious cause can move mouse keyboard and mouse clicks don't work

VSCode

Vscode workspace files

Folder paths can be absolute or relative.

I created a workspace, added folders, then saved the workspace.

Later I moved that .code-workspace file somewhere else and opened - no contents under the folder name.

Bash parsing input

$@
shift


use date -d "the date" the-format to check input string is a date

re='^[0-9]+$'

Bash version differences

$ bash --version GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)

$ bash --version GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)

https://ftp.gnu.org/gnu/bash/