Archive

Archive for the ‘My Works’ Category

hurraaaaaaaaaa I got phpED 5.0

May 17th, 2007 4 comments

phpED

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

Categories: My Computer, My Works, PHP, Programming Tags:

Installing ttf fonts on Debian or Ubuntu Linux

January 31st, 2007 15 comments

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!!!!!!!!

Categories: Debian, Linux, My Works, ubuntu, unix Tags:

i joined somewherein

January 19th, 2007 9 comments

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).

Categories: My Works Tags:

2D transformation of triangle

December 25th, 2006 No comments

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.

you can check my project: doc code

Categories: C/C++, My Works Tags:

openSUSE DVD

December 24th, 2006 3 comments

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.

Categories: My Works, openSUSE Tags:

Unijoy in linux

October 17th, 2006 7 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.

Categories: My Works Tags:

my statistics on acm

October 10th, 2006 No comments
Categories: My Works, Personal, Programming Tags:

unix study blog

September 8th, 2006 No comments

Today i started new blog called unixstudy with some of my friends. All of you are invited to see our unixstudy

Categories: General, Linux, My Works, unix Tags:

Compressing BNix 0.1.0

August 29th, 2006 No comments
Categories: BNix, Linux, My Works Tags:

First Beta of BNix

August 26th, 2006 No comments

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.

Categories: BNix, Linux, My Works Tags:
69 queries in 0.117 seconds