Articles by Robie Basak

  1. What's in an Ubuntu package version string?

    Here's a typical example:

    corosync 2.3.3-1ubuntu1
    

    The part before the hyphen (2.3.3) is the "upstream version". This is the version of the release tarball from upstream that the package is based on.

    The part after the hyphen (1ubuntu1) is the packaging revision. But this splits ...

  2. My git-based Ubuntu package merge workflow

    Originally posted to the ubuntu-devel mailing list (archive).

    I thought it was about time that I shared my own merge workflow, as I think it is quite different from most other Ubuntu developers. I'm an advanced git user (even a fanatic, perhaps), and I make extensive use of git ...

  3. Ubuntu Server Q&A Sessions

    As part of the Ubuntu Server team's participation in the Ubuntu Open Summit, we'll be running two Q&A sessions this week aimed at Ubuntu Server users. We want to gather questions from the community both before and during the event, so that users can get direct and ...

  4. New in Ubuntu 14.04 LTS: PHP 5.5

    Ubuntu 14.04 LTS ships with PHP 5.5, which is a significant upgrade over PHP 5.3 as found in 12.04.

    PHP 5.5 actually first appeared in 13.10, though of course if you intend to do an LTS to LTS upgrade, you won't notice this ...

  5. New in Ubuntu 14.04 LTS: nginx 1.4 in main

    Ubuntu 14.04 LTS ships with nginx 1.4, which is now in main for the first time. Packages in main are covered by the Ubuntu Security Team and generally receive particular focus and attention in Ubuntu. This brings nginx up to par with Apache as a first class citizen ...

  6. New in Ubuntu 14.04: Apache 2.4

    Ubuntu 14.04 ships with Apache 2.4, which is a significant upgrade over Apache 2.2 as found in 12.04.

    Apache 2.4 actually first appeared in 13.10, though of course if you intend to do an LTS to LTS upgrade, you won't notice this until ...

  7. Mailcap, HTML and AppArmor

    Fed up of being unable to read legitimate multipart/alternative emails in mutt because of badly formatted text/plain sections, I set about fixing my mailcap to have mutt show me the text/html section rendered sensibly.

    The usual way to do this is to have the mailcap call out ...