User:Ixo/Project: Difference between revisions
< User:Ixo
Jump to navigation
Jump to search
m (Added linux script links) |
m (→XO Laptop : Activity Projects: removed branding.) |
||
Line 7: | Line 7: | ||
==== XO Laptop : Activity Projects ==== |
==== XO Laptop : Activity Projects ==== |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/BackupXO|BackupXO]] (GUI backup utility: server, Flash Drive, SD card, or other USB device) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/Settings|Settings]] (GUI to sugar-control-panel, WiFi channels, and other tweaks) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/Theme|Theme]] (GUI to sugar-control-panel, and other customizations) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/FileManager|FileManager]] (GUI to files/directories/folders, view, move, modify, etc... aka. mc ) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/SlideShow|SlideShow]] (Show all sugar pictures, videos, etc...) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/Wallball|Wallball]] (Game: v1. bounce ball on the wall, v2 - play other players (2 to 6) |
||
* [[User:ixo/Project/ |
* [[User:ixo/Project/Webcam|Webcam]] - use the buildin camera for stop action and webcam. |
||
==== XO Laptop : Terminal, Linux command line scripts ==== |
==== XO Laptop : Terminal, Linux command line scripts ==== |
Revision as of 05:00, 12 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 ... |
New company branding for IXO Myna IT Consulting software development envirnoment
Includes the following areas:
XO Laptop : Activity Projects
- BackupXO (GUI backup utility: server, Flash Drive, SD card, or other USB device)
- Settings (GUI to sugar-control-panel, WiFi channels, and other tweaks)
- Theme (GUI to sugar-control-panel, and other customizations)
- FileManager (GUI to files/directories/folders, view, move, modify, etc... aka. mc )
- SlideShow (Show all sugar pictures, videos, etc...)
- Wallball (Game: v1. bounce ball on the wall, v2 - play other players (2 to 6)
- Webcam - use the buildin camera for stop action and webcam.
XO Laptop : Terminal, Linux command line scripts
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.
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
get-xo
xo-backup-server
User:Ixo/Project/xo-backup-server
xo-builds
xo-update
xo-update-log
See Also
- My Activity projects .