Search This Blog

Wednesday, August 20, 2014

Change font size, in terminal, tab, in linux, unix, ubuntu, normal size, increase font size, decrease font size, zoom in, zoom out



To increase the font size press ' shift + ctrl + ='

To decrease the font size press 'ctrl + '-' '


moving of tab from position, ditach, move, swich, left, right, first, last,to right, to left, shit, in ubuntu, unix, linux, using key board shortcuts, commands



To move the tab to left press 'shift + ctrl +Pg up'

To move the tab to right press 'shift + ctrl +Pg dn'

To move to the tab to next tab press ' ctrl +Pg up'

To move the tab to previous tab press 'ctrl +Pg dn'

To move to tab 1 press 'alt +1'

open new window, in ubuntu, unix, linux, using key board shortcuts, commands



To open a new window from the present tab press 'shift +ctrl + N' . This will open new window.

close tab, in ubuntu, unix, linux, using key board shortcuts, commands



To close the tab using key board shortcut press  'shift + ctrl +W' in the tab, which you want to close.

copy, paste in ubuntu, unix, linux, using key board shortcuts, commands




First to copy, select the text that you want to copy using mouse and then press 'ctrl + shift + c' ( This make the text to copy to clip board)

Then simply to paste this content into a file press  'ctrl + shift + v'

Tuesday, August 19, 2014

How to write one file content into other file, vim, vi, ubuntu, linux, command in terminal

Here to write one file content into other I will explain with two files 'file1' and 'file2'. Here I will add file2 content into file1.

'file1' contents are as below ( I used 'more' command to show the content)


'file2' contents are as below ( I used 'more' command to show the content)

 Now I created a folder 'Test' and kept 'file1' and file2' in 'Test' folder.

Now open 'file1' using vi command. The content of the 'file1' is shown below (vi file1)

To write 'file2' contents into 'file1' follow the below procedure
 
After this you will get the following 'file2' content into 'file1' to the location where your cursor was

to save this do the following
Now you can see that file2 content is saved in file1.

Friday, July 11, 2014

Install XMGRACE, grace, in UBUNTU

XMGRACE is inbuilt in UBUNTU

simple steps to install are

just type "sudo apt-get install grace" in command window