How do I check system specifications in 15.10?
Solution 1:
You can find some info under System Settings > Details > Overview. It gives you some details about your RAM, Processor, OS Type and hardrive.
If you want something more complete you can install hardinfo via terminal:
sudo apt-get install hardinfo
It gives you a very complete description about your system.
Have a nice day!