Archive

Archive for the ‘My Works’ Category

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

How is the new look of my blog

April 12th, 2006 No comments

Yeasterday i passed a huge time to redisgn this blog with theme. How is this, please fell free to make comments. I never mind 🙂

Categories: My Works Tags:

GP-EDGE setting for windows

March 28th, 2006 2 comments

You will get most the data from GP home page. But there should be one correction. You have to use the init strig as ” AT+CGDCONT = 1,”IP”,”gpinternet” ”
Now it will work without any problem.

Categories: GPRS, Linux, My Works Tags:

EDGE/GPRS in Linux

March 26th, 2006 15 comments

Today me(lavluda) && salahuddin66 successfully configured GPRS/EDGE of Grameen Phone and Aktel in Linux.

to check your mobile as a modem
——————————-
#wvdialconf

Grameen Phone

here is a sample of my wvdial.conf (Grameen Phone EDGE/GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”gpinternet”
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
———————————————————–
change the modem speed/Baud and /dev/ttyUSB0 according to your mobile phone

Aktel

here is a sample of my wvdial.conf (Aktel GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
———————————————————–
change the modem speed/Baud and /dev/ttyUSB0 according to your mobile phone

Start
To start type wvdial in shell

Categories: Aktel, EDGE, GPRS, Grameen Phone, Linux, My Works Tags:

I am going to relise my first professional works with web

February 15th, 2006 No comments
Jafarandfamily.com
This is my first work, it’s all most finished. I will hand over this to my client tonight. You can also see this in live http://jafarandfamily.com . And don’t forget to make comments here. 🙂
And, specially thanks to salahuddin_66 for this great graphics 🙂
Categories: My Works Tags:
62 queries in 0.094 seconds