Leaderboard1

Leaderboard2

Saturday, May 24, 2014

How to Take Screenshot in Ubuntu Linux

In this post i'll show you how to take ScreenShot in Ubuntu Linux.

1. Use Print Screen key

Use PrintScreen key to take ScreenShot of whole desktop or Alt+PrintScreen to take ScreenShot of current active window.

2. Use gnome-screenshot

go to Applications and find "Screenshot", it's provided by Ubuntu.



click "Take ScreenShot" key and save it to desktop. Open image with image editor and crop it if required.

3. Use terminal to take ScreenShot

For entire screen screenshot type:

  gnome-screenshot

For current active windows screenshot type:

  gnome-screenshot -w

4. Take Screenshot after some delay


  $ gnome-screenshot -w -d 2

5. Capture a particular area

This is very easy way to capture a particular area by using terminal.

  $ gnome-screenshot -a


Please like this post !


No comments:

Post a Comment