User:Ixo/Script: Difference between revisions
< User:Ixo
Jump to navigation
Jump to search
m (added link to project page.) |
m (→Various bash scripts, frequently used.: updated to CC-GNU-GPL) |
||
Line 6: | Line 6: | ||
; Notes: |
; Notes: |
||
* After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'. |
* After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'. |
||
* All submitted under CC- |
* 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. |
|||
* 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. :) |
||
Revision as of 07:48, 28 February 2008
NOTE: The contents of this page are not set in stone, and are subject to change! This page is a draft in active flux ... |
Various bash scripts, frequently used.
- Notes
- After creating the script, the 'x' execute bit must be set, 'chmod x+a FILENAME'.
- All submitted under CC-GNU GPL 3.0 license.
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.
- I know bash not python, so if you want to offer python versions, please send them my way. :)
- 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-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
- My Activity projects .