From a6ba87982d7eee71ac1f964523266550b0c5bf1f Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Mon, 31 Jul 2023 07:10:03 -0500 Subject: [PATCH] minor changes --- Linux/linux-installation.md | 3 +++ OpenEMR/README.md | 1 + Unity3d/{Card Battler Notes.md => card-battler.md} | 0 3 files changed, 4 insertions(+) create mode 100644 OpenEMR/README.md rename Unity3d/{Card Battler Notes.md => card-battler.md} (100%) diff --git a/Linux/linux-installation.md b/Linux/linux-installation.md index a0f0e5a..770a521 100644 --- a/Linux/linux-installation.md +++ b/Linux/linux-installation.md @@ -113,6 +113,9 @@ sudo systemctl restart sshd ``` ### Fix LVM + +This seems to be an Ubuntu thing. Most of the other distros don't need this but it doesn't hurt to check your volumes. Basically, you are making sure that Linux is using the whole hard drive rather than part of it. + ``` sudo lvm lvm > lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv diff --git a/OpenEMR/README.md b/OpenEMR/README.md new file mode 100644 index 0000000..71fd9a3 --- /dev/null +++ b/OpenEMR/README.md @@ -0,0 +1 @@ +We have migrated away from OpenEMR to a proprietary SaaS product. Because my interests lie elsewhere, I will not likely update any of this section anymore. \ No newline at end of file diff --git a/Unity3d/Card Battler Notes.md b/Unity3d/card-battler.md similarity index 100% rename from Unity3d/Card Battler Notes.md rename to Unity3d/card-battler.md