Me, The programmer
Just another WordPress.com site
Monthly Archives: June 2011
Resizing a Root LVM Fedora Partition Running on Virtualbox
Posted by on June 25, 2011
Alright, I just went through *A LOT* of trouble to resize a Fedora partition running on a VirtualBox. This is what I did. My previous VirtualBox had 8gb of space. I created a new one with 30gb VBoxManage.exe clonehd OldHD.vdi NewHD.vdi –existing (this will copy your current filesystem over to the new virtual hard drive) [...]
Testing on Android across multiple activities
Posted by on June 9, 2011
I have needed to test on Android across multiple activities multiple times and I always forget how to do it exactly. I’ve found myself researching on this subject multiple times, so I have decided to post the same link that always ends up answering all my questions: http://stackoverflow.com/questions/1759626/how-do-you-test-an-android-application-across-multiple-activities