Archive for August, 2011
Linux basics PPT document
by sahab on Aug.26, 2011, under Ubuntu
This is presentation I have taken in my home town,colachel for giving basic awareness about Linux. Total 20 members attended the seminar.
Album url is given below.
https://picasaweb.google.com/sahabcse/TechSeminar?authuser=0&authkey=Gv1sRgCP_Y3cyG7-WmBg&feat=directlink
Please find the attached file
Auto Spell Check Setup in Kile
by sahab on Aug.19, 2011, under kubuntu
Kile is a user-friendly TeX/LaTeX editor for the KDEÂ desktop environment. KDE is available for many architectures and operating systems such as PC, Mac, and BSD, including Linux and Microsoft Windows.
For setup the auto splell check please follow the below steps
#sudo apt-get install ispell
#vim ~/.kde/share/config/kdeglobals
Then add the follwing lines
[KSpell]
KSpell_Client=1
KSpell_DictFromList=1
KSpell_Dictionary=american
KSpell_Encoding=0
KSpell_NoRootAffix=0
KSpell_RunTogether=0