Difference between revisions of "Super-Site"

From IARC 207 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
# Install [http://numpy.scipy.org/ Numpy]
 
# Install [http://numpy.scipy.org/ Numpy]
 
# Install [http://git-scm.com/ Git]
 
# Install [http://git-scm.com/ Git]
 +
# Install Loggernet for Linux
 +
## Handy: [http://technodope.com/index.php?option=com_content&view=article&id=83:how-to-install-an-rpm-package-on-ubuntu&catid=50:unix&Itemid=78 this page on rpm to dem]
 +
## Handy: [http://hayes.engr.uaf.edu:6152/projects/loggernet-linux/NOTES Ken's Notes]
 +
## Handy: [http://linux.dell.com/files/openmanage-contributions/debian/debchanges.txt Redhat vs. Debian naming convention]
 +
## Gist is to change the daemon command in '''csilgrnet''', '''csildmp''', '''csildep''' to something like this: ''start-stop-daemon --start --user loggernet --exec /opt/CampbellSci/LoggerNet/csilgrnet -- --run-as-daemon=true''
 +
# clone git repositories for datapro tools
 +
cd ~/.ssh
 +
ssh-keygen -t rsa -C "bob"
 +
cat ~/.ssh/id_rsa.pub
 +
[paste key on github]
 +
cd ~/working_files/bin/py_datapro/
 +
git clone git@github.com:frankohanlon/DataPro.git
 +
 +
# sftp datapro config
 +
# Buy a bluetooth keyboard/mouse
 +
# set up sshd
 +
# set up keys w/ toughbook & iarc.server
 +
 
# Yet to be done:
 
# Yet to be done:
 
## Install drivers (if needed for [http://www.radiolabs.com/products/wireless/wave-magnum.php High power WiFi adapter])
 
## Install drivers (if needed for [http://www.radiolabs.com/products/wireless/wave-magnum.php High power WiFi adapter])
## Install Loggernet for Linux
 
## Buy a bluetooth keyboard
 
 
## Dig out an old CRT monitor
 
## Dig out an old CRT monitor
 
## make insulated enclosure for laptop
 
## make insulated enclosure for laptop
## copy git repositories for datapro tools
 
 
## search/replace to get datapro scripts running on the new computer
 
## search/replace to get datapro scripts running on the new computer
 
## set up scp & data processing on the cron
 
## set up scp & data processing on the cron
## set up sshd
 
 
## add sites to loggernet
 
## add sites to loggernet
  
 
Things that may yet come in handy:
 
Things that may yet come in handy:
* [http://technodope.com/index.php?option=com_content&view=article&id=83:how-to-install-an-rpm-package-on-ubuntu&catid=50:unix&Itemid=78 this page on rpm to dem]
 

Revision as of 17:14, 15 November 2010

Here's a page started by Bob. Not sure how often I'll be adding stuff but it's been on my to-do list. Thought I'd start with packages added to the toughbook.

Toughbook Setup

Toughbook is a CF-19 (small one with the touchscreen)

  1. Install Ubuntu 10.10
  2. Install Xinput Calibrator as per suggestions here
  3. Install Numpy
  4. Install Git
  5. Install Loggernet for Linux
    1. Handy: this page on rpm to dem
    2. Handy: Ken's Notes
    3. Handy: Redhat vs. Debian naming convention
    4. Gist is to change the daemon command in csilgrnet, csildmp, csildep to something like this: start-stop-daemon --start --user loggernet --exec /opt/CampbellSci/LoggerNet/csilgrnet -- --run-as-daemon=true
  6. clone git repositories for datapro tools
cd ~/.ssh
ssh-keygen -t rsa -C "bob"
cat ~/.ssh/id_rsa.pub
[paste key on github]
cd ~/working_files/bin/py_datapro/
git clone git@github.com:frankohanlon/DataPro.git
  1. sftp datapro config
  2. Buy a bluetooth keyboard/mouse
  3. set up sshd
  4. set up keys w/ toughbook & iarc.server
  1. Yet to be done:
    1. Install drivers (if needed for High power WiFi adapter)
    2. Dig out an old CRT monitor
    3. make insulated enclosure for laptop
    4. search/replace to get datapro scripts running on the new computer
    5. set up scp & data processing on the cron
    6. add sites to loggernet

Things that may yet come in handy: