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