ubuntu 13.10

How to take a screenshot on ubuntu 13.10

Bonjour,

Taking screenshots is very easy  task on ubuntu.

The following are the easy keyboard shortcuts which help you to capture screens and save them. The default location is under Pictures.

  • To Take a Screenshot , Press the  Print Key
  • To Take a Screenshot of a window, Press  Alt + Print
  • To Take a Screenshot of an area, Press Shift + Print
  • To Copy a Screenshot to clipboard, Press Ctrl + Print
  • To Copy a Screenshot of a window to clipboard, Press Ctrl + Alt + Print
  • To Copy a Screenshot of an area to clipboard Press Shift + Ctrl + Print

Have fun.

Cheers,

ShellZero

Installing G++ on Ubuntu 13.10

The package G++ is contained in the bundled group of the repository and one needs to add it to the software sources either in graphical tool or editing the /etc/apt/sources

The best way to install all the basic development tools is :

sudo apt-get install build-essential 

This will install the G++ on your ubuntu machine.

PS: I love apt-get 😀