Search This Blog

Showing posts with label kubuntu. Show all posts
Showing posts with label kubuntu. Show all posts

Thursday, July 24, 2014

install Nginx PHP mongodb ubuntu

Install prerequisites
apt-get update
apt-get install php5-cli php5-common php5-cgi php5-curl php5-fpm php5-json php5-mcrypt php5-dev php-pear php-apc
Enable Mongo
pecl install mongo
echo "extension=mongo.so" >> /etc/php5/fpm/php.ini
Install MongoDB
apt-get install mongodb mongodb-server
Restart Services
service nginx restart
service php5-fpm restart
done

Thursday, March 18, 2010

Install Tamil font in kubuntu

Install tamil font package 

 gt@gt-laptop:~$ sudo apt-get install language-support-ta

Install Scim (Input language can be changed using system tray flag icon)


sudo apt-get install scim

Default Font directory





cd /usr/local/share/fonts/


Create Dir 

mkdir truefonts

Copy tamil fonts here after downloading 

Update new fonts 

sudo mkfontscale && sudo mkfontdir && sudo fc-cache

Restart X server or reboot system

Done
....

Thursday, February 4, 2010

Add Repo to the Kubuntu Source list

Open file /etc/apt/sources.list on vi or any text editor with sudo

ex sudo vi /etc/apt/sources.list

Add the following lines at the end of the file

'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main'
'deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main'

Run this command on konsole

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE

open start->system settings->computer administration->add or remove software
on the search box type firefox-X.x

Select the package from the list below to install and enjoy :)

Wednesday, February 3, 2010

Reliance netconnect for linux(Kubuntu)

etc/wvdial.conf

[Dialer Defaults]
Modem = /dev/ttyUSB0
Username = 9345237940[replace with ur no]
Phone = #777
Password = 9345237940[replace with ur no]
New PPPD = yes
Stupid mode = yes

wvdial as root