Installing Bangla font in Ubuntu

Sometimes we have problem to install Bangla font in Ubuntu. If you want to install Bangla Opentype font SolaimanLipi. First, download the SolaimanLipi to your desktop. Then open the terminal (Ctrl+T) and type.. sudo cp -r /home/……./Desktop/SolaimanLipi_20-04-07.ttf /usr/share/fonts/truetypesudo cp -r /home/……./Desktop/SolaimanLipi_20-04-07.ttf /usr/share/fonts/truetype Then again type… sudo fc-cache -f -vsudo fc-cache -f -v Finally, you will … 

 

Install XAMPP in Ubuntu 10.04

First, download XAMPP (linux version) for Ubuntu. Download link: Click Here Keep in mind when you download it, remember the location where you save the downloaded file. Now, suppose you download and save the file in desktop. Open terminal (Ctrl+Alt+T) and go to desktop. cd Desktop Extract the downloaded archive file to /opt: $ sudo …