From: Cengiz Gunay Date: Thu, 9 Feb 2012 23:51:19 +0000 (-0500) Subject: Addressed Yaroslav's comments on first draft about usb stick degradation, virtual... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3fc84d088bdac28c79356c270ee3e0b2713514b;p=neurodebian.git Addressed Yaroslav's comments on first draft about usb stick degradation, virtual machines, and clarifying the scope of the license. --- diff --git a/sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst b/sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst index 27a7aad..0793905 100644 --- a/sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst +++ b/sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst @@ -16,19 +16,25 @@ I recently prepared a Computational Neuroscience `Ubuntu 11.04`_ USB Stick image .. _`Live Ubuntu Linux`: http://help.ubuntu.com/community/LiveCd .. _`persistent storage`: http://help.ubuntu.com/community/LiveCD/Persistence +*Note: You do not have to reboot your computer if you have a virtual machine* (e.g., `VirtualBox `_, `VMware `_, etc.) *and you can point it boot from the USB stick.* + *************************************************************************** WARNING WARNING WARNING WARNING WARNING WARNING WARNING *************************************************************************** -As a fully running Linux system, this USB stick is not perfect. It will `get corrupted over time`_ and special care needs to be taken to maintain its health. As a precaution backups of it should be made routinely. You can also copy your files over to your hard drive. For performance issues, it is possible to transfer the persistent storage to your hard drive. See below for details. +In general, a USB stick is not preferable media for a day-to-day use of Linux because flash memory has a short lifetime (on the order of about several months to a year, based on usage). In addition to the chance of hardware failure over a long time frame, the Ubuntu Live CD also has a tendency to slowly `get corrupted over time`_, but with special care taken, it can be used safely. + +As a precaution, it should be routinely backed up. You can also copy your files over to your hard drive. To improve performance, it is even possible to transfer the persistent storage to your hard drive. See below for details. .. _`get corrupted over time`: http://bugs.launchpad.net/ubuntu/+source/upstart/+bug/125702 -FOLLOW THESE RULES: +RULES FOR KEEPING YOUR FILES SAFE: 1. NEVER YANK OUT THE USB STICK WHILE UBUNTU IS RUNNING. PERFORM PROPER "SHUTDOWN" FIRST. 2. REGULARLY BACKUP DATA FROM USB STICK ONTO HARD DRIVE +*Disclaimer: I take no responsibility over lost data whatsoever. By using this image, you assume all responsibility of your data.* + Copying files to your hard drives: ----------------------------------- Open the file browser by clicking on the home icon in the left sidebar on the Desktop. In the file browser window, you should be able to see your hard drives on the left sidebar. When you click on them, they will be "mounted" (i.e., become visible) and show up as directories under /media. Then, you can copy files back and forth. @@ -81,7 +87,7 @@ This Live USB Stick is completely based on a Ubuntu 11.04 Live CD distribution. :align: left :target: http://creativecommons.org/licenses/by/3.0/ - Live Comp Neurosci Ubuntu USB Stick by Cengiz Gunay is licensed under a `Creative Commons Attribution 3.0 Unported License `_. + This Live Comp Neurosci Ubuntu USB Stick contains software from Ubuntu Linux, which is distributed with its own respective license. The distribution of this image with the added computational neuroscience tools is licensed by Cengiz Gunay under a `Creative Commons Attribution 3.0 Unported License `_. This means you can customize and redistribute this image as long as you say that you originally took it from here. diff --git a/sandbox/Makefile b/sandbox/Makefile index 6484429..8939376 100644 --- a/sandbox/Makefile +++ b/sandbox/Makefile @@ -1,3 +1,3 @@ -all: electrophysiology_post.html +all: 2012-02-08_comp_neurosci_ubuntu_live_usb.html %.html: %.rst - rst2html $< $@ + rst2html.py $< $@