summaryrefslogtreecommitdiffstats
path: root/software/debian.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/debian.page')
-rw-r--r--software/debian.page41
1 files changed, 40 insertions, 1 deletions
diff --git a/software/debian.page b/software/debian.page
index ebe3856..da874e0 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -159,7 +159,7 @@ Persist Laptop Power Saving Flags
`powertop` helps identify system flags that need tuning (`sysfs`, `iw`, etc),
which are super helpful, but these tweaks don't persist through reboots.
-You can automate setting *all* the `powertop` tunings at bood by adding
+You can automate setting *all* the `powertop` tunings at boot by adding
`powertop --auto-tune` to `/etc/rc.local` (and making sure `rc-local.service`
is configured under `systemd` if you are using that for init).
@@ -175,6 +175,45 @@ 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
+
+Big Fonts List
+----------------
+
+Eg, if trying to do general international stuff (PDFs from web or whatever),
+might want all of:
+
+ fonts-arphic-bkai00mp
+ fonts-arphic-bsmi00lp
+ fonts-arphic-gbsn00lp
+ fonts-arphic-gkai00mp
+ fonts-arphic-ukai
+ fonts-arphic-uming
+ fonts-farsiweb
+ fonts-indic
+ fonts-ipafont-gothic
+ fonts-ipafont-mincho
+ fonts-liberation
+ fonts-lklug-sinhala
+ fonts-nafees
+ fonts-noto
+ fonts-noto-cjk
+ fonts-noto-mono
+ fonts-noto-unhinted
+ fonts-sil-abyssinica
+ fonts-sil-ezra
+ fonts-sil-padauk
+ fonts-thai-tlwg
+ fonts-unfonts-core
+ fonts-unfonts-extra
+ xfonts-100dpi
+ xfonts-75dpi
+ xfonts-base
+ xfonts-cyrillic
+ xfonts-scalable
+
Stretch Upgrade Notes
-----------------------