Google Coding contest

September 3rd, 2006 No comments

If you are a programmer, don’t forget to try this link 🙂http://www.google.com/codejam/

Categories: C/C++, Java, Programming 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:

booting ubuntu live cd with qemu

August 24th, 2006 No comments
Categories: My Computer, ubuntu Tags:

Started building of BNix

August 23rd, 2006 No comments

Tonight i started to build my first linux live CD called BNix. 🙂 i will inform you the latest news about it. 🙂

Categories: BNix, Linux, My Works Tags:

Debian Sid on chroot

August 11th, 2006 No comments

Today i sucessfully installed Debian Sid on chroot in my Debian Sarge machine 🙂

Here is the procedeure i followed from http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot

See what i do:

main # cd / ; mkdir /sid-root
main # debootstrap sid /sid-root http://ftp.debian.org/debian/
... watch it download the whole system
main # echo "proc-sid /sid-root/proc proc none 0 0" >> /etc/fstab
main # mount proc-sid /sid-root/proc -t proc
main # cp /etc/hosts /sid-root/etc/hosts
main # chroot /sid-root /bin/bash
chroot # cd /dev; /sbin/MAKEDEV generic ; cd -
chroot # apt-setup # set-up /etc/apt/sources.list
chroot # vi /etc/apt/sources.list # point the source to unstable

It give’s me a total debian Sid system with only base packages.

main # echo "8:23:respawn:/usr/sbin/chroot /sid-root "  "/sbin/getty 38400 tty8"  >> /etc/inittab
main # init q    # reload init

It makes the login system in tty8 (no need to chroot everytime)

main # cp /etc/X11/XF86Config-4 /sid-root/etc/X11/XF86Config-4
main # chroot /sid-root # or use chroot console
chroot # cd /dev; /sbin/MAKEDEV generic ; cd -
chroot # apt-get install gdm gnome x-window-system
chroot # vi /etc/gdm/gdm.conf # do s/vt7/vt9/ in [servers] section
chroot # /etc/init.d/gdm start

Now, my system is ready to work with Debian Sid with Graphical manager.

Source: http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot

So now 2 linux distribution is runing at time. Debian Sarge on tty7 and Debian Sid on tty9

I lost my Mom

July 21st, 2006 1 comment

last 11th july at 5:15PM i lost my mom.
Please everybody pray for my mom.

Categories: Personal Tags:

I got new net connection

May 29th, 2006 No comments

Just 2 hours ago i got a my new connection up. It’s really a great line with small amount. And waiting for submarin connection in next month. 🙂

Categories: My Computer Tags:

Strange Porblem

April 22nd, 2006 No comments

Recently i am facing a strange problem. I am using a GP EDGE as my net connection with my siemens CX75 handset.

From last few days, i found that, in linux my download speed is too bad. But in windows its ok and fine.

Can you belive this? I tried debian sid, ubuntu dapper, gentoo 2005 . But same result.

Really strange problem. 🙁

Categories: EDGE, Grameen Phone Tags:

My desktop (gnome-2.14.0)

April 16th, 2006 2 comments

Now i am using gnome 2.14.0 . And very much happy, Though there is still some little bug. But hope this will solved sone.

Categories: Debian, Debian GNU/Linux, Linux, My Computer Tags:
62 queries in 0.080 seconds