Ubuntu 12.04 - PrecisePangolin

Well the next LTS is here - Ubuntu 12.04 precise pangolin.

The upgrade went smoothly on both of my systems, (although I did have to force re-install of virtual box)

So far so good.

Linux and Drive Failures

One thing I love about Linux systems is that they run forever. For the most part Linux systems will run from memory, so when a bad sector in a rarely used area on a drive is hit, the system can freeze up or in a more suprising case, fail to reboot.

Ubuntu Lucid Postfix untrusted certificate issuer

Symptom: mail getting rejected with "untrusted certificate error" when remote server not accepting non-tls mail

Cause: Ubuntu Lucid not reading the certificate file

Solution: add

Kubuntu 11.10 Upgrade Kmail won't start

I upgraded some of my Kubuntu systems to the newest version (Oneric Ocelot) and for the most part it went ok.

Git Commands

List Branches

git branch

List Remote Branches

git branch -r

Push to remote server

git push origin [branch_name]

New Branch

Pages