20120128

Learn Latex

Dear Friends,
I am one of those who spent their a lot of time in learning MS-Word... ...  and one day when I came to know about Latex... ... through one of my friend... ... ... I felt cheated all so long. But i have made up my mind that... ... I will work in latex now. One more thing, Latex comes free of cost and its gives me a sense of pride while I work in Latex.

I guess that after u know that Latex has so many advantages over MS-word u cannot stop urself following it.

In Linux, it comes under the name 'Kile'. To get started, some helpful sites, documents and programs links are given below:

 
------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20120123

Linux commands

1. To know the version and bit type of the Ubuntu installation:

a) file /sbin/init
 
b) cat /proc/version
 

c) uname -m

2. Load/Eject CDROM in Ubuntu from Terminal:

To eject: eject cdrom
To insert: eject -t cdrom 

3. For instance, to search for all the files with foo in it on the whole filesystem, then use:
find / -name '*foo*'
4. From Ubuntu17.04 gedit/update-manager and others will not launch under 'root'. If you want supply this command first:
xhost local:root





------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.