shoham's blog
Finding out your Linux distro
Submitted by shoham on Tue, 22/04/2008 - 12:34Ever wanted to find out the version of Linux you are running? The obvious place to look for it is 'uname', but it tells you little (if at all) abour the distro. Here are some more productive ways to see the distro you are using:
cat /etc/issue
dmesg | head -1code
cat /proc/version
Start
Submitted by shoham on Sat, 12/04/2008 - 14:11This is my home page. The main reason I put it up was to write in it tidbits of programming information I gathered along the road. Besides keeping my "wisdom" online, I would be happy if the information on the site helps others. Feel free to comment - add info, correct me (when I'm wrong), and ask questions.
