How to check your ubuntu version on slicehost
You can check your ubuntu version on slicehost with the following command in your terminal window.
sudo lsb_release -a
or here’s another way to do it from a slicehost article
cat /etc/lsb-release
codes a lot
If the code is inexplicably missing from some of my posts it is because gist.github.com is down at the moment. Check back a little later.
You can check your ubuntu version on slicehost with the following command in your terminal window.
sudo lsb_release -a
or here’s another way to do it from a slicehost article
cat /etc/lsb-release