Here are the possibilities to calculate md5 sum:
(Linux): md5sum filename
(Solaris): digest -a md5 -v filename
Here are the possibilities to calculate md5 sum:
(Linux): md5sum filename
(Solaris): digest -a md5 -v filename
Get the version of the distro:
[cc lang=”bash”]
cat /etc/issue
cat /etc/*-release
[/cc]
Get the kernel version:
[cc lang=”bash”]
uname -r
[/cc]