Tag Archive: Tricks


DSLR cameras offer a flexible shooting experience for a photographer. Photographers can not only attach a host of lenses & accessories to enhance their shooting experience but even customize the camera further from the menus to ensure a rapid shooting experience. Here are some tricks by which you can get most out of your Canon DSLR. These tricks/techniques apply to most of the Canon DSLR cameras but certain might not be available/applicable to some Canon DSLR cameras. Some of the tricks discussed here might even apply to camera of other brands.
View full article »

Monsoons present a plethora of opportunities for photographers. One can shoot nature landscapes, do street photography or even frame amazing abstracts. The nature during monsoon looks beautiful due to awesome colors & sharpness as the dust settles down. To enjoy & take good photographs you will need to keep certain things in mind. Here are some.

View full article »

Screenshots are vital when reviewing an application or giving visual assistance to those problems whose solution is difficult to jot down in words. For starters, when you press the ‘Prt Scr’ i.e. ‘Print Screen’ keyboard button the computer will automatically print what is currently being displayed on the screen & prompt you to save it as a file. The Screenshot application found under GNOME provides further options to finetune screenshot capturing as per your needs. While this will work fine when you’re running under a GUI but what would you do if you want to take screenshot when you are in a shell(virtual console) or when your GUI is broken? The print screen button on your keyboard won’t work in at the command prompt. In such a case you’ll need to use the following command.

$ import -window root /home/ShutterTux/Pictures/screenshot.png

The above command will save the screenshot of the current screen without any delay into the ‘Pictures” directory of user ‘LaymanLinux’ with the file name as ‘screenshot.png’. The file saving location need not be necessarily pictures directory & you can give any location in your home directory. Do remember to change the name of the output screenshot file to avoid conflicts.

You can even issue the command with a delay;

$ delay 20; import -window root /home/ShutterTux/Pictures/screenshot2.png

The above command will take screenshot after 20 seconds and save it to the location entered by the user.

For further application of the import command, you can refer this page.

Follow

Get every new post delivered to your Inbox.

Join 53 other followers

%d bloggers like this: