World of *Nix

by S. M. Ibrahim (lavluda)

Archive for the ‘My Works’ Category

i joined somewherein

শুক্রবার, জানুয়ারি 19th, 2007

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

Share/Save/Bookmark

2D transformation of triangle

সোমবার, ডিসেম্বর 25th, 2006

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

Share/Save/Bookmark

openSUSE DVD

রবিবার, ডিসেম্বর 24th, 2006

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.

Share/Save/Bookmark

Unijoy in linux

মঙ্গলবার, অক্টোবর 17th, 2006

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.

Share/Save/Bookmark

my statistics on acm

মঙ্গলবার, অক্টোবর 10th, 2006
my_statistics

or http://acm.uva.es/problemset/author.html give input 32121

Share/Save/Bookmark

unix study blog

শুক্রবার, সেপ্টেম্বর 8th, 2006

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

Share/Save/Bookmark

Compressing BNix 0.1.0

মঙ্গলবার, অগাষ্ট 29th, 2006

BNix compresstion mini

Share/Save/Bookmark

First Beta of BNix

শনিবার, অগাষ্ট 26th, 2006

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.

Share/Save/Bookmark

Started building of BNix

বুধবার, অগাষ্ট 23rd, 2006

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

Share/Save/Bookmark

Debian Sid on chroot

শুক্রবার, অগাষ্ট 11th, 2006

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

Share/Save/Bookmark