Tag
Linux
10 posts tagged "Linux".
- 5 min read
The Desktop is Dead! Long live the Desktop!
So it seems like desktop applications are dead, or the were... I don't know. I'd rather a full native app instead of a web-based app. EVERYWHERE! And that…
- 4 min read
Getting Started with Flutter for Linux
This post will not cover how to install Flutter on Linux, that can be easily done reading the following [official…
- 2 min read
Headless Raspberry Pi configuration
Settings up a Raspberry Pi it's easy when you have an HDMI display, a USB keyboard and mouse in oder to access the terminal or you favourite Desktop, but…
- 1 min read
BeagleBone Black and Linux Kernel 3.8 with Android support
cd ~/
- 1 min read
Building Android for BeagleBone Black with Kernel 3.2
Note: SGX (hardware-accelerated OpenGL) is supported only in Kernel 3.2
- 1 min read
Compiling Android with Kernel 3.8
Note 1: SGX is not yet supported on Kernel 3.8 so there is no hardware-accelerated OpenGL on this release./pre>
- 1 min read
Installing busybox (for Android) on BeagleBoard
**BusyBox** provides several stripped-down [Unix tools](http://en.wikipedia.org/wiki/Unix_tool "Unix tool") in a single [executable…
- 3 min read
Beagleboard xM & native FTDI VCP driver
cd ~/rowboat-android/kernel
- 6 min read
Building Android Jelly Bean (4.1.2) for Beagleboard xM
- Ubuntu 12.04 LTS - AMD64
- 1 min read
SVN Tip
//search and delete .svn `find` `. -depth -name .svn -``exec` `rm` `-fr {} ;`