By digitalmonk, on March 2nd, 2012
My Model B Raspberry PI is on it’s way. With a shipping date of 2012-03-23, I hope to have it before tax day! This certainly seems like a better investment than an Apple TV or a Roku box as a media computer, but with the ability to run Debian, it will be a great low-powered . . . → Read More: Raspberry PI on it’s way
By digitalmonk, on December 13th, 2011
0) Make sure you can build the Linux kernel
$ sudo apt-get install build-essential kernel-package -y
1) Get the Kernel (kernel.org)
2) cd kernel tree
3) configure and compile
linux-3.1.4$ make menuconfig ARCH=um
linux-3.1.4$ make linux ARCH=um
Voila! You should have a file linux which is an executable . . . → Read More: Building a UML kernel
By digitalmonk, on December 11th, 2011
Forget about bash and zsh, zoid shell is great! It makes things like the following possible:
$ for ($a=0;$a<300;$a++) {print “a is $a\n”;} | mail -s “zoidbergtest” myemailaddress@mydomain.com
Additionally it appears to be extensible. Unfortunately, it may not be 100% finished yet. It *is* open source and *seems* to work great though! For the . . . → Read More: Zoidberg (aka zoid shell)
By digitalmonk, on October 2nd, 2011
User-mode Linux is cool. It takes a little bit of knowledge, and then you can work with the Linux kernel as a normal user-mode process.
However the Ubuntu docs are a little old an obsolete. My documentation is here:
sudo apt-get install user-mode-linux uml-utilities bridge-utils debootstrap -y
# Create an empty file to contain the root filesystem
dd . . . → Read More: user-mode Linux
By digitalmonk, on October 27th, 2010
It seems, nowadays, that I must spend a lot of time updating code in textfields, and, being used to the many excellent features of vim, I find the web browser limiting.
This is a thing of the past however, and there are many options to take your text-editing control back. The Firefox plugin which I think . . . → Read More: Editing textfields with gvim (or any external editor)
By digitalmonk, on October 27th, 2010
Overview
Using the UDF Repository for MySQL,you can access a lot of operating system functionality from MySQL. This has been tested using Ubuntu Server on the i386 architecture. It does not work on 64-bit systems at this time. This includes having a shell script triggered from MySQL on some database operation (for instance, call a shell . . . → Read More: Triggering Shell Scripts from MySQL
By digitalmonk, on October 26th, 2010
This is the first post . . . → Read More: First Post!