|
|
@@ -0,0 +1,25 @@
|
|
|
+#lang pollen
|
|
|
+
|
|
|
+◊title{Personal Computing with VMs}
|
|
|
+◊author{George C. Privon}
|
|
|
+
|
|
|
+◊tags{computing, virtual machines}
|
|
|
+◊; from https://www.gwern.net/About#confidence-tags
|
|
|
+◊; choose from: notes, draft, in progress, finished
|
|
|
+◊status{notes}
|
|
|
+◊; choose from: certain, highly likely, likely, possible, unlikely,
|
|
|
+◊; highly unlikely, remote, impossible
|
|
|
+◊confidence{possible}
|
|
|
+◊; 1-10 (10 being most important)
|
|
|
+◊importance{3}
|
|
|
+
|
|
|
+◊abstract{Virtual machines provide an opportunity for compartmentalization and specialization of computing resources.}
|
|
|
+
|
|
|
+◊section{Server-level}
|
|
|
+
|
|
|
+VMs on a server provide the ability to run several instances of specialized operating systems, including: NAS-focused, web server focused, and computing infrastructure focused OS's.
|
|
|
+
|
|
|
+◊section{Personal Device Level}
|
|
|
+
|
|
|
+VMs on a personal device (e.g., laptop) can facilitate compartmentalization of work and private tools and data.
|
|
|
+This may provide practical benefits (decreased distraction from work by apps/programs which are primarily for personal use).
|