MelbXOclub-RandomObservations
Jump to navigation
Jump to search
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