Verbose Logging

software development with some really amazing hair

19 Oct 09

08:00 AM MDT

Posted in Software

My Tools of the Trade

Well I figured since everybody else is doing it, why not hop on the bandwagon. These are my tools of the trade: Hardware 2009 Apple MacBook Pro 13" running OS X 10.6 Snow Leopard. I got this not too long ago, and it completed my operating system trilogy. Dell Inspiron 6400 running Ubuntu 9.04. My lifeblood in university and still a solid laptop. Custom Intel Core 2 Quad desktop w/ 8 GB DDR2 RAM and EVGA nVIDIA 295 GTX video card running Wind...


Read the full article

Comments

11 Jul 09

08:00 AM MDT

Posted in Programming

apt-runner: Just install it for me, please!

Picture this: You are reading some tutorial or whatever, and you need to install some things. So you run ‘aptitude install prog1 prog2’. Then you realize you need prog3 and 4 too, so you CTRL+C that, and run ‘aptitude install prog1 prog2 prog3 prog4’. Then you see you need something else. Rinse and repeat. This is really annoying. The worst part is you can’t run multiple aptitude instances, because they’ll whine about file locks or something. ...


Read the full article

Comments

10 Jul 09

08:00 AM MDT

Posted in Software

Get Chromium running on Linux (specifically Ubuntu)

So what I have here is nothing fancy. It’s basically cut and paste from the Chromium site, but if you don’t want to think, just download and run, and have Chromium on your Ubuntu setup. So, on with the script: The comments speak for themselves. Basically, get prerequisites, get tools, get source, build away. This process will take awhile, so once it starts go flirt with your significant other for a bit :) The first thing you see when you start...


Read the full article

Comments

04 Jul 09

10:04 PM MDT

Posted in Software

ufw and xen - Make them play nice

I was setting up ufw on my server and noticed my xen instances couldn’t do anything. Simple fix, and if you Google that, you’ll find this link at the top. Solves the problem straight up. Xen and UFW on Ubuntu


Read the full article

Comments

24 Jun 09

08:00 AM MDT

Posted in Programming

Compile LLVM on Ubuntu

I needed to compile LLVM from scratch since the llvmruby gem needs it compiled with position independent code and the repo version doesn’t seem to be, the gem whines compiling, etc, etc. The docs for LLVM don’t seem to be that great when it comes to compiling this stuff from scratch, so here’s what I did, as one big script chunk. You can probably copy and paste this, but I make no promises that it will work, only that it Works on My Machine. A...


Read the full article

Comments

20 May 09

08:00 AM MDT

Posted in Software

Make Eclipse not suck on Ubuntu 8.10

I don’t know if this is a problem on Jaunty anymore, but whatever. I had to do this on 8.10 to get Eclipse to actually run and function properly. In a word: printing. In more words: disable it. Who prints from Eclipse anyway? Add this as a vmarg in your eclipse.ini -Dorg.eclipse.swt.internal.gtk.disablePrinting The long story: When I was at school, my Eclipse instance just would not start. Well, scratch that. A blank workspace would start fine...


Read the full article

Comments

06 May 09

11:06 AM MDT

Posted in Software

Emacs and termcap

I’ve had this problem before, but never wrote down how I fixed it. emacs would whine about not being able to open a termcap database file, and wouldn’t start on the console. The X version worked fine, but using the -nw option resulted it in dying. The fix! infocmp -C rxvt-unicode | sudo tee /etc/termcap If you strace emacs when you start it, you’ll see it tries to open that file, which doesn’t exist on Ubuntu by default. I tried everything els...


Read the full article

Comments

04 May 09

09:31 PM MDT

Posted in Hardware

The Dell E521 hates me

So today I started my new job. There was much rejoicing. Mainly by my father, whose bank account I slowly siphoned away whilst at university. Being a software engineer (member-in-training), I work on a computer. This computer happened to be a Dell E521. Not a top end machine, but for what I was going to be doing it was plenty of machine. I could do with it what I wanted I was told; awesome. I’m now the first person at CodeBaby to be running Ub...


Read the full article

Comments