MelbXOclub-RandomObservations: Difference between revisions
Jump to navigation
Jump to search
StewartSmith (talk | contribs) (New page: * On Ubuntu: apt-get install sugar sugar-activities; sugar-emulator ** Gotcha: leaves processes behind, fix with: ps aux|grep sugar|awk '{print $2}'|xargs kill -9) |
No edit summary |
||
Line 1: | Line 1: | ||
Record Random observations... thoughts, comments here. |
|||
eg. No way to go to links in wikipedia when in ebook mode. |
|||
* On Ubuntu: apt-get install sugar sugar-activities; sugar-emulator |
* On Ubuntu: apt-get install sugar sugar-activities; sugar-emulator |
||
** Gotcha: leaves processes behind, fix with: |
** Gotcha: leaves processes behind, fix with: |
Revision as of 04:43, 20 December 2008
Record Random observations... thoughts, comments here.
eg. No way to go to links in wikipedia when in ebook mode.
- On Ubuntu: apt-get install sugar sugar-activities; sugar-emulator
- Gotcha: leaves processes behind, fix with:
ps aux|grep sugar|awk '{print $2}'|xargs kill -9