User:Ixo/Script: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (moved ixo-update to new page.)
m (Added xo-builds)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{draft}}
{{RightTOC}}
{{RightTOC}}


Line 5: Line 4:


; Notes:
; Notes:
* After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'.
* All submitted under CC-BY-SA-NC 3.0 license.
* I know bash not python, so if you want to offer python versions, please send them my way. :)
* I know bash not python, so if you want to offer python versions, please send them my way. :)
* After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'.
* All submitted under CC-GNU GPL 3.0 license. {{CC-GNU-GPL}}
* Other than OLPC / XO Laptop uses, if you are going to make some money with this, please let me know.


; Suggestions:
; Suggestions:
Line 13: Line 13:
* add directory to your search path. In .bashrc put ' set path="/home/olpc/bin:$PATH" '
* add directory to your search path. In .bashrc put ' set path="/home/olpc/bin:$PATH" '


== [[/ixo-info|ixo-info]] ==
== [[/xo-sysinfo|xo-sysinfo]] ==
{{/ixo-info}}
{{/xo-sysinfo}}

== [[/get-xo|get-xo]] ==
{{/get-xo}}

== [[/xo-backup-server|xo-backup-server]] ==
{{/xo-backup-server}}

== [[/xo-builds|xo-builds]] ==
{{/xo-builds}}


== [[/get-ixo|get-ixo]] ==
== [[/xo-update|xo-update]] ==
{{/get-ixo}}
{{/xo-update}}


== [[/ixo-update|ixo-update]] ==
== [[/xo-update|xo-update-log]] ==
{{/ixo-update}}
{{/xo-update}}


== See Also ==
== [[/ixo-update-log|ixo-update-log]] ==
* My [[../Project|Activity projects]] .
{{/ixo-update-log}}

Latest revision as of 03:43, 16 April 2008


Various bash scripts, frequently used.

Notes
  • I know bash not python, so if you want to offer python versions, please send them my way. :)
  • After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'.
  • All submitted under CC-GNU GPL 3.0 license.


Cc-GPL-a.png
This software is licensed under the CC-GNU GPL.


  • Other than OLPC / XO Laptop uses, if you are going to make some money with this, please let me know.
Suggestions
  • Put all scripts in /home/olpc/bin directory
  • add directory to your search path. In .bashrc put ' set path="/home/olpc/bin:$PATH" '

xo-sysinfo

  • xo-sysinfo: Quickly display various useful troubleshooting build information about the XO Laptop


get-xo

  • get-xo: Get a local copy/backup of your XO Laptop /home/olpc directory.


xo-backup-server

  • xo-backup-server: For OLPC/XO-1 Laptop, create a copy/backup of your XO Laptop /home/olpc directory to a specific computer (i.e. server).


xo-builds

Pencil.png NOTE: The contents of this page are not set in stone, and are subject to change!

This page is a draft in active flux ...
Please leave suggestions on the talk page.

Pencil.png
#!/bin/bash
#  FILE: xo-builds
#  DESC: list all possibile builds for olpc-update
#  AUTHOR: Ixo on wiki.laptop.org and irc #olpc-support
#  REV: 2008 02 01, 
date
rsync rsync://updates.laptop.org

xo-update

  • xo-update (& log): Do an olpc-update to specific build (joyride or Update), log results.


xo-update-log

  • xo-update (& log): Do an olpc-update to specific build (joyride or Update), log results.


See Also