Find out which version of Ubuntu I am on

How I went about finding out which version of Ubuntu I was running

This article is rather old so the solutions may no longer work.

Recently (this morning) I had to find out which version of Ubuntu was running on a clients machine.  A quick google provided three articles of note all with different solutions.

  1. Type cat /etc/issue into the command line (no back ticks).
  2. Type lsb_release -a into the command line (no back ticks).
  3. If you have a GUI, open up FireFox and view the about dialog.

Recent posts View all

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.

Ruby

Override database attribute types

Sometimes you don't have control over how your database handles information, so you need Rails to set it