diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-01-03 18:45:06 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-11-13 20:52:36 -0800 |
commit | fbfbe8db6cc956ce109edf9f36bce529f27fc020 (patch) | |
tree | ca925fcef4bafd1fc74274937e683f60a3d29db0 | |
parent | 6e47be97f35497b3d12038515b07da2d412f4d4c (diff) | |
download | knowledge-fbfbe8db6cc956ce109edf9f36bce529f27fc020.tar.gz knowledge-fbfbe8db6cc956ce109edf9f36bce529f27fc020.zip |
commit some software notes
-rw-r--r-- | software/debian.page | 4 | ||||
-rw-r--r-- | software/postgres.page | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page index ebe3856..99077da 100644 --- a/software/debian.page +++ b/software/debian.page @@ -175,6 +175,10 @@ Chromium Fonts Surprisingly, this trick worked for me: http://www.internalpointers.com/post/fixing-ugly-fonts-chrome-chromium-debian-xfce +More fonts: + + sudo apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core + Stretch Upgrade Notes ----------------------- diff --git a/software/postgres.page b/software/postgres.page index 7d05074..32f2fe4 100644 --- a/software/postgres.page +++ b/software/postgres.page @@ -31,4 +31,7 @@ More refs/links: - https://brandur.org/postgres-connections - https://www.citusdata.com/blog/2017/07/16/customizing-my-postgres-shell-using-psqlrc/ - `bind "^R" em-inc-search-prev` +- https://www.citusdata.com/blog/2019/07/17/postgres-tips-for-average-and-power-user/ +- https://github.com/citusdata/pg_auto_failover +- https://repmgr.org/ |