]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Addressed Yaroslav's comments on first draft about usb stick degradation, virtual...
authorCengiz Gunay <cengiz@stg.biology.emory.edu>
Thu, 9 Feb 2012 23:51:19 +0000 (18:51 -0500)
committerCengiz Gunay <cengiz@stg.biology.emory.edu>
Thu, 9 Feb 2012 23:51:19 +0000 (18:51 -0500)
sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst
sandbox/Makefile

index 27a7aadda9e0ae26d0c9b941f3300f06ad85e9d1..079390568468705a84e8915bcc0b1076bd136c26 100644 (file)
@@ -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 <http://www.virtualbox.org>`_, `VMware <http://www.vmware.com/>`_, 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 <http://creativecommons.org/licenses/by/3.0/>`_.
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 <http://creativecommons.org/licenses/by/3.0/>`_. This means you can customize and redistribute this image as long as you say that you originally took it from here.
 
 
 
index 6484429b056e0bcbd1252e1335d7ec78563e7798..8939376afb58ac6949015b5d3db2fa72db75a060 100644 (file)
@@ -1,3 +1,3 @@
-all: electrophysiology_post.html
+all: 2012-02-08_comp_neurosci_ubuntu_live_usb.html
 %.html: %.rst
-       rst2html $< $@
+       rst2html.py $< $@