hurraaaaaaaaaa I got phpED 5.0
At last I got my phpED (license copy). Thanks goes to Hasin Hayder.
Hope it will help me to make batter experience with PHP.
Soon i will write review on phpED 5.0
At last I got my phpED (license copy). Thanks goes to Hasin Hayder.
Hope it will help me to make batter experience with PHP.
Soon i will write review on phpED 5.0
Here is the simple step to install ttf font on Debian or Ubuntu or debian based linux.
First of all make a font directory to store the fonts. Better use “/usr/share/fonts/ttf”
So make the font directory:
Debian (login as root or use su):
mkdir /usr/share/fonts/ttf
Ubuntu:
sudo mkdir /usr/share/fonts/ttf
If u want to install the ttf font from windows, simple copy them from c:\windows\Fonts
Debian:
mkdir windows
mount /dev/hda1 windows
cd windows/Fonts
cp *.ttf /usr/share/fonts/ttf
Ubuntu:
mkdir windows
sudo mount /dev/hda1 windows
cd windows/Fonts
sudo cp *.ttf /usr/share/fonts/ttf
Now u need to generate the fonts.scale fonts.dir, so u have to install the ttmkfdir and mkfontdir.
Debian:
apt-get install ttmkfdir
cd /usr/share/fonts/ttf
ttmkfdir > fonts.scale
mkfontdir
Ubuntu:
sudo apt-get install ttmkfdir
cd /usr/share/fonts/ttf
sudo ttmkfdir > fonts.scale
sudo mkfontdir
Most of the works finished. U only need to add the font path to xwindows.
Debian:
nano /etc/X11/xorg.conf
Ubuntu:
sudo nano /etc/X11/xorg.conf
then add the fontpath to xorg.conf
FontPath “/usr/share/fonts/ttf”
Now restart ur display manager or total system.
Debian:
/etc/init.d/gdm restart
Ubuntu:
sudo /etc/init.d/gdm restart
If nothing goes wrong, ur done. Congrutulation!!!!!!!!
After waiting around 2 month, i joined somewherein as web application developer, this 15th January. I had to pass 3 level interview. Now i am really happy to get chance to work with hasin hayder (php guru).
Today i passed 15 hours to complete my Computer Graphics Project, my subject is “2d transformation of triangle”. Thanks goes to tania and razul to help me in this project.
u will be happy to hear that, i successfully made the openSuse DVD from the 5 CDs. So u can collect it from me. if u need, please replay by comments.
some day ago i make a Howto for setting unijoy in linux (debian). here is the compressed file download
and test if it’s working. Any problem, write comments.
or http://acm.uva.es/problemset/author.html give input 32121
Today i started new blog called unixstudy with some of my friends. All of you are invited to see our unixstudy
Today i release the first beta or BNix. It’s now booting sucessfully with totally bengali language support. Though some probelm with bootloader. I will solve the boot loader problem with in this week.
PS. As i have no free server, i can’t give you the file to download. If you have, please help me to share this liveCd with you.