Friday, April 29, 2011

How do I combine images with gimp (Linux) ?

How do I combine images with gimp (Linux) ?

With Linux, I use the program Gimp to edit my photos. I was able to post one image on top of another, but how would I make these two images into one?

soln:-

Open picture one, and click "Image->Duplicate" to get a third Image. Now open picture two, and copy & paste it into the new picture, picture tree. Activate the move tool (the button with the crossing arrows). You can move the pasted next to the duplicate of picture one, but it gets invisible. Now choose "Image->Fit canvas to layers", to make the canvas big enough for both images. To make the pasted image visible, click "Layer->New Layer". Now click "Image->Flatten image", and they are combined

Friday, April 8, 2011

How to enable remote desktop usage so that many users can use the desktop on a particular machine , without troubling each other ?

How to enable remote desktop usage so that many users can use the desktop on a particular machine , without troubling each other ?

soln:-

i) Xnest:2
export DISPLAY=:2

ii) ssh -CX into the remote linux machine and run gnome-session&




NB:- you have to enable X11Forwarding, also for each xnest window opened you how to export the DISPLAY accordingly , to get this working;Tested on ubuntu 10.04 machines