]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Several fixes in live image page and minor changes in derivatives page
authorCengiz Günay <cengique@users.sf.net>
Mon, 20 Feb 2012 04:06:02 +0000 (23:06 -0500)
committerCengiz Günay <cengique@users.sf.net>
Mon, 20 Feb 2012 04:06:02 +0000 (23:06 -0500)
sandbox/2012-02-08_comp_neurosci_ubuntu_live_usb.rst
sandbox/Makefile
sphinx/derivatives.rst

index 079390568468705a84e8915bcc0b1076bd136c26..1a97560b0f7495fea6c6f74843e133f1b1960b20 100644 (file)
@@ -3,10 +3,10 @@
 
 .. _chap_comp_neurosci_ubuntu_live_usb:
 
-A Live Ubuntu USB Stick for Computational Neuroscience
-=================================================================
+A Live Ubuntu/NeuroDebian USB Stick for Computational Neuroscience
+====================================================================
 
-I recently prepared a Computational Neuroscience `Ubuntu 11.04`_ USB Stick image, which NeuroDebian_ kindly offered to host. This USB stick will let you run a full `Live Ubuntu Linux`_ system **without installing anything on your hard drives**, and it includes `persistent storage`_ that **maintains new files and packages across reboots**. The system is bundled with several computational neuroscience tools like GENESIS_, NEURON_ and XPPAUT_. It is made to fit in USB sticks of size >1GB. To use it, you will have to restart your PC with the USB stick inserted. After you turn on your computer, you will possibly also need to bring up your boot menu and choose to boot from the USB stick (most likely by pressing F10 or F12). 
+I prepared an `Ubuntu 11.04`_/NeuroDebian_ live image with computational neuroscience tools for mainly use in USB sticks. This live image will let you run a full `Live Ubuntu Linux`_ system **without installing anything on your hard drives**, and it includes `persistent storage`_ that **maintains new files and packages across reboots**. The system is bundled with several computational neuroscience tools like GENESIS_, NEURON_ and XPPAUT_. It is made to fit in USB sticks of size >1GB. To use it, you will have to restart your PC with the USB stick inserted. After you turn on your computer, you will possibly also need to bring up your boot menu and choose to boot from the USB stick (most likely by pressing F10 or F12). 
 
 .. _`Ubuntu 11.04`: http://help.ubuntu.com/11.04/ubuntu-help/index.html
 .. _GENESIS: http://www.genesis-sim.org/GENESIS/
@@ -18,20 +18,19 @@ I recently prepared a Computational Neuroscience `Ubuntu 11.04`_ USB Stick image
 
 *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   
-***************************************************************************
-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. 
+.. warning:: 
+ 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.
+As a first precaution, the USB stick 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
 
-RULES FOR KEEPING YOUR FILES SAFE:
+.. attention::
+ RULES FOR KEEPING YOUR FILES SAFE:
 
-1. NEVER YANK OUT THE USB STICK WHILE UBUNTU IS RUNNING. PERFORM PROPER "SHUTDOWN" FIRST.
+ 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
+ 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.*
 
@@ -43,16 +42,16 @@ Backing up the persistent storage that holds your files:
 --------------------------------------------------------
 Do this routinely to save your new files on the USB stick:
 
-1. While running Windows, insert USB stick 
+1. While running your favorite PC operating system, insert USB stick 
 
 2. Copy file "casper-rw" on your Desktop, preferably with a date
 
 To restore it, copy it back on the USB and make sure it's named "casper-rw"
 
-Transferring the persistent storage to your Windows hard drive:
+Transferring the persistent storage to your hard drive:
 ---------------------------------------------------------------
 
-1. While running Windows, insert USB stick 
+1. While running any host operating system, insert USB stick 
 
 2. Copy file "casper-rw" to the root of one of your hard disks (e.g. C:\\casper-rw). Ubuntu will find it and use it from there. Keep on making backups of it as it can still get corrupted over time.
 
@@ -63,16 +62,26 @@ Transferring the persistent storage to your Windows hard drive:
 What to do in case of corruption and boot failure:
 --------------------------------------------------------
 You can either:
-1a- Copy your backed up "casper-rw" file onto the USB disk. You will lose your changed files since last backup.
-1b- Boot the USB stick by choosing a non-persistent boot option from the Ubuntu boot disk and perform a filesystem check. Once you get a terminal. Issue:
-$ sudo su -
+
+1a. Copy your backed up "casper-rw" file onto the USB disk. You will lose your changed files since last backup.
+
+1b. Boot the USB stick by choosing a non-persistent boot option from the Ubuntu boot disk and perform a filesystem check. Once you get a terminal. Issue:
+
+::
+
+ $ sudo su -
+
 Which should give you root access. And then run the disk check:
-# e2fsck -p /cdrom/casper-rw
+
+::
+
+ # e2fsck -p /cdrom/casper-rw
+
 Press "y" and enter for the questions that it asks. Should not ask more than 10-20 of them. After this you should be able to reboot back into the Live Ubuntu.
 
 Installing Ubuntu completely on your hard drive for dual booting
 ----------------------------------------------------------------
-1- Click on the "Install Ubuntu 11.04" link on the Desktop and follow the instructions.
+Click on the "Install Ubuntu 11.04" link on the Desktop and follow the instructions.
 
 Other troubleshooting:
 ----------------------
@@ -87,7 +96,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/
 
- 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.
+ This Live Comp Neurosci Ubuntu/NeuroDebian USB Stick contains free and open-source software provided by Ubuntu GNU/Linux and NeuroDebian_ repositories, which are distributed with their own respective licenses. 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 8939376afb58ac6949015b5d3db2fa72db75a060..b8d49321ae6c7e51b0b2e46a8fb5309aafd4a04d 100644 (file)
@@ -1,3 +1,3 @@
 all: 2012-02-08_comp_neurosci_ubuntu_live_usb.html
 %.html: %.rst
-       rst2html.py $< $@
+       rst2html $< $@
index 588dc76f4eebedd9a28e0ec2ef86162be9a5a08d..a90d7788ecd6b2eeae5a5212cc38d758539195fd 100644 (file)
@@ -31,19 +31,19 @@ USB Stick for Computational Neuroscience by Cengiz Günay
 --------------------------------------------------------
 
 +---------------------------+-------------------------------------------------------+
-|**Author**                 |Cengiz Günay <cgunay@emory.edu>                        |
+|**Author**                 | Cengiz Günay <cengique AT users.sf.net>               |
 +---------------------------+-------------------------------------------------------+
-|**Homepage**               | N/A                                                   |
+|**Homepage**               | (Why don't we put the blog page here?)                |
 +---------------------------+-------------------------------------------------------+
 |**Purpose**                | Computational neuroscience tools for course-work      |
 +---------------------------+-------------------------------------------------------+
 |**Features**               | - Persistent Storage                                  |
-|                           | - XXX                                                 |
+|                           | - Based on Ubuntu 11.04                               |
 +---------------------------+-------------------------------------------------------+
 |**Pre-installed Software** | NeuroDebian                                           |
 |                           |   Brian (XXX?), XXX                                   |
 |                           | Custom:                                               |
-|                           |   Genesis, Neuron, XPPAUT                             |
+|                           |   Genesis 2.3, Neuron 7.2, XPPAUT 6.10                |
 +---------------------------+-------------------------------------------------------+
 |**Download**               | http://neuro.debian.net/debian/live/3rd/XXX.iso [2GB] |
 +---------------------------+-------------------------------------------------------+