Category Archives: Linux

Need to do a memory dump of an Android Device, use LiMe

Its a linux based tool that will pull the memory off an android device…..Looks interesting but I haven’t tried it out myself yet. http://www.darknet.org.uk/2015/10/lime-linux-memory-extractor/

Posted in android, Linux, Misc-Life | Comments Off on Need to do a memory dump of an Android Device, use LiMe

Where to get games for Linux

Basically you get the games thru services like Steam.  Interesting article since it points out several other alternatives to steam that I haven’t heard of.  Why is this of interest?  Well it could be a good way to revitalize older … Continue reading

Posted in Cheap, Linux | Comments Off on Where to get games for Linux

Now Windows drivers for something, use a Linux VM

I got such a kick out of this (and this could be a good way to re-use old hardware with propietary drivers).  The author couldn’t get a system running of USB/serial in windows.  So he created a tiny linux VM, … Continue reading

Posted in Cheap, Linux, Misc-Life | Comments Off on Now Windows drivers for something, use a Linux VM

Utilities to build C/C++ for Android

Interesting set of utilities (mostly python based I think) for building C/C++ code for Android.  Why would you want to do this?  Well perhaps to port an existing Linux project to Android, thought it would be limited to the type … Continue reading

Posted in android, Linux | Comments Off on Utilities to build C/C++ for Android

How to figure out if your printer will work in Linux

I forget that sometimes one pain in the butt issues with linux is printing.  Below is a nice write-up to see if your printer is supported by linux, and how to set it up. http://www.makeuseof.com/tag/printing-linux-choosing-right-printer-getting-work/

Posted in Cheap, Linux | Comments Off on How to figure out if your printer will work in Linux

Linux for Cars

Every so often I toy with the idea of building a carputer.  Well I did a google search and turned up Automotive Grade Linux.  It looks cool and has a VMware image you can play with, but seems to still … Continue reading

Posted in Linux | 1 Comment

Convert a Pogoplug into a PBX

I have a few pogoplugs around, mostly used for friends relatives for backup, and I knew they ran linux and could be hacked.  But this is too much. http://nerdvittles.com/?p=10560 Generic directions to get debian on pogoplug http://mehl.co/articles/installing_debian_on_the_pogoplug/ Directions for pogoplug series … Continue reading

Posted in Linux, Tinkering | Comments Off on Convert a Pogoplug into a PBX

How to un-dumbify Ubuntu

I have to agree with most hardcode linux users, ubuntu has gone a little to far “simplifying” the UI (gnome).  However there is a nice write-up below how to add stuff back in to ubuntu. Me…I switched to Mint. http://www.howtogeek.com/194900/use-these-tools-to-change-settings-removed-from-ubuntu-and-gnome/

Posted in Linux | Comments Off on How to un-dumbify Ubuntu

ZFS, Filesystem for endless size

OK so you buy several tetrabyte drives and are constantly adding more to the stack…How do you manage all of them.  Well in comes the ZFS (Z File System) for linux.  Apparently it can handle these large sizes and then … Continue reading

Posted in Linux | Comments Off on ZFS, Filesystem for endless size

Realtime with Linux

Nice video about using an RPi with linux and managing a stepper.  My 2 cents, you are better off using a real RTOS as from the list below. http://www.isy.liu.se/edu/kurs/TSEA81/lecture_linux_realtime.html http://en.wikipedia.org/wiki/List_of_real-time_operating_systems

Posted in Linux, Misc-Life, RaspberryPi | Comments Off on Realtime with Linux