How to take a screenshot using Linux Terminal

Sometimes you just need a quick and easy way to take a screenshot. Here’s a helpful terminal command to capture and process a screenshot.
First install ImageMagick
sudo apt-get install imagemagick
You can then take a screenshot and save it as Screenshot.png by typing
import -window root Screenshot.png
To use your mouse to capture only …

I Can’t Open About Me Panel in Ubuntu

If you’re having problems opening the About Me panel in Ubuntu and it’s forks, you’re not alone. The most common error seems to be an evolution database error, which sounds serious, but can be fixed with one simple terminal command.
If you’re receiving a evolution database error, open terminal and type …