Allowing you to use the Linux desktop everywhere you are
MobiLinux is a mobile Linux distro based on Ubuntu 12.04 ARMv7 Build and is made to run on Android mobile phones while using little ram.
This is based off http://sourceforge.net/projects/linuxonandroid/ and has been very much modified but should still be noted
Requirments:
- ARM based Android Mobile Phone
- Android OS 2.2+
- ROOT ACCESS and BusyBox Binay
- loop and ext2 kernel support
- 2 GB of free space
- 1 GHz CPU (dual-core or overclocked is recommended)
- 512 RAM on board...
This is a quick and dirty python script for taking text document with comments as exported by Word and in-lining the text of the comments at the comment marker in the document.
The process is:
* using Word, “save as” the document to a .txt file (choose ‘unicode – utf8′ but default should also work)
* python iwc.py -i infile.txt -o outfile.txt
* open up outfile.txt with your favourite editor
Be warned – the quid pro quo for doing this is you lose a lot of your formatting :( Try using Word’s compare to see the markup between the original.doc and outfile.txt to show the comments.