Crucial Paradigm Australia Official Blog
ubuntu
This is just a quick article,
I needed to discover the block ID on both Centos and Ubuntu today and needed this to be injected into a script, I came up with the following:
So today I was tasked with creating an entire system that does ubuntu automated installations, the first hurdle was actually getting ubuntu automated deployment, unfortunately there was a lot of misguidance laying around the net on the best way to approach this, so this is my attempt… it worked and I think it does the job…
How many times have you logged into a server, and need to find out which exact version of the operating system you are running (Linux).
These commands will give you some details:
lsb_release -a
uname -a
cat * /etc/*release*



