Thursday, August 16, 2007

" NSHM " "dgplug "" A DAY WITH FEDORA "

Today went to NSHM ,to invite them for our " A Day with Fedora ".
Met withMr. Rajesh Das , HOD of Computer Application Department. As we talked about the seminar,he suddenly said;
"one and a half year ago NSHM's setup was running in LTSP and fedora. That time we faced so much of problem,that we had to shift to windows...but during that time fedora was quite stable..now that we come to know that you people are working on these things"

we were quit amazed..

He then queried about our Bijra High School project and showed a lot of interest in it .He then showed us what currently they are using for student management...it looked good but its a web based one.

Though the meeting was brief but the response we got from him was quite amazing..we didnt even expect that from our college.

On the other news :-
Our " A day with Fedora " is going to be held tomorrow 17th August 2007 from 10 A.M to 5 P.M At BCREC college campus,Durgapur. Preparations are complete and waiting for a " all thats end well " result.

Wednesday, August 15, 2007

A day with fedora

dgplug is going to arrange " a day with fedora " like previous year.
The event will be held at Dr.B.C.Roy Engg College ,Durgapur on 17 th August 2007 .
please see here for more details.

Monday, August 13, 2007

FLOSS and ME

Last 2 months is always bearing surpise for me. Working with FOSS a never been so interesting for me. Currently Working at wbut with Indra da ,to finalise our bijra server and its 1:51 pm. Over and all the NEWS of FOSS Initiatives that can never be heard of by sitting at home ,can be heard here.which not only creates interests but also a hunger to work more in FOSS ,and with FOSS .



Being part of bijra school project is reaqlly a matter of pride.

Sunday, August 12, 2007

Get blue using GNU/Linux

Today we all use bluetooth enabled phones ,here is how you will connect it from GNU/Linux.
A Bluetooth utility is available called Bluez. In order to install Bluez do the following :-
Download the following packages from here.

* bluez-libs-3.14.tar.gz ..
* bluez-utils-3.14.tar.gz ..
* bluez-firmware-1.2.tar.gz ..
* bluez-hcidump-1.40.tar.gz ..
* bluez-gnome-0.13.tar.gz ...

In order to install them run the following commands.
Open a terminal switch to super user by using the command

$ su -

Now as super user or root, use the following commands

The above packages are zipped and archived so run
$ gunzip package name.tar.gz

to unzip them.


Now un tar/un archive them by using the command

# tar xvf package name.tar

Now change to the new directory created

# cd package name

Within the directory execute the following commands.

# ./configure

# make

#make install

[If your using fedora 7 and have an active internet connection then do a

#yum install bluez*

to download and install all packages at once]..

Once installtion complete in the command line type

$ bluetooth-applet [ if you are using gnome ]....

Now right click on the applet ----> preference --- >Visible and connectable to other device.









Now if need is to make a transfer from phone to computer ...
open bluetooth file sharing and send it from your phone.








And if the need is from computer to phone ..... then just right on music file ar picture file or the application you want to send ...you will get a menu consisting of "send as" and" send to "option select Bluetooth OBEX file transfer and send .







HAPPY BLUETOOTHING :)

Thursday, August 09, 2007

jachole etao hoy!!!!

After doing rigorous attempt to connect my cyberoam based cable net . Even installed linc ...and started learning gdb in order just to have my net connected from linux.

After all failure .i frustatedly did the following:
opened system-config-network.
new-->xdsl-->account information--> activate


and i am blogging from fedora 7 using that cable connecion.


What a fate....


moral of the story

"never miss out a single try...."

Monday, August 06, 2007

What a journey.

"I promise never to catch short distance trains."

A summary of what happened during our return journey to Durgapur

Today went to WBUT with ajitesh.

came out late .

Boarded a taxi and asked him to drive fast ..........he almost made arrangement for us to reach hell( still did no "punno") fast.

went to babughat, boarded a ferry.

At howrah station ,a mere two step inside platform landed in a fine of 100 rupees.

jumped into running train(agnibeena express) ..............and reached home totally exhausted.
(No energy left to write a lengthy post)

The whole thing happened in 55 mins.

Wednesday, July 25, 2007

Local Audio in LTSP 4.2 using fedora 7

ltsp 4.2 shows problem with NASD ,as NASD is the oldest in case of supporting unix terminal server.So while switching from ltsp 4.1 to 4.2 problem may arise with nasd configuration.
So in order to have local sound configuration it is better to use ESD as compared to NASD ,though ESD is quit buggy.
As ALSA is now being the most widely supported ,so it is for sure that vendors will be supporting ALSA as compared to ESD,OSS,aRts ,etc.
sounds confusing right!!!

In order to have sound from your local terminal ,download LTSP-esd-alsa 1.0.0 -2 .Install it in your server.
Now configure your ESD as primary.




Also change preference of media players to have ESD as default.


As shown in figures beside.
You can download the package LTSP-esd-alsa 1.0.0-2 from here

Sunday, July 15, 2007

Bijra & Ltsp & me

Currently undergoing training regarding implementation of LTSP at Bijra High School in WBUT. Few important points goes here.....

1)Server is a intel pentium D 3.0 GHZ with 1 gigs of ram and 80Gb of HDD.it got a cdrom and a cd/dvd combo.
2)Installed full fedora 7 including some features from livna .
3)updated the whole ( all packages ).
4)Downloaded and installed LTSP package from LTSP.org (ltsp 4.2u2).
5)downloaded kernel 2.6.22.1 installation still left to be done.
6) The all common multimedia codecs are installed.


------------------more comming up in BIJRA HIGH SCHOOL 'S own blog----------------------

Monday, June 18, 2007

yahooooooooo

i am so glad on at last having a internet connection on linux.Circumstances are so bad that this peppy little Airtel GPRS connection feels like heaven.

the following i did to connect my motorola L6 with Fedora core 6(ZOD)

First identify your phones AT vendor id and Product id.

using root privilege type the following.

/sbin/modprobe usbserial vendor=0x product=0x

next type the following


wvdialconf create
you will get a output as shown in figure.

now edit the file wvdialconf by the following command.

vi /etc/wvdial.conf
usually a blank file . if something is in it previously discard it.

now type the following.

Dialer Defaults]
Modem = <>
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *99***1#
Username = A
Password = B
Stupid Mode = 1

now save and exit

and the shell run the command

wvdial

you will get an output showing yor local ip,primary DNS ,secondary DNS,and modem type( analog)

..now open your browser and enjoy...


NB: there are so many articles written as a solution to problem of connecting GPRS in linux. A decent googling will surely lead you to the most appropiate solution. Still this is a try to resolve this problem.






I have been associated with Dgplug since april 2006,in this last 1 year (i year 2 months to be specific ) i came to know lot about linux and the Foss world.
This create a strong enthusiam in me for Free and Open source software.
With my this very little knowledge i would like to share a view.

In February 2007 , a meeting was held in Dr.B.C.Roy Engg.College regarding introduction of FOSS electives in our syllabus with WBUT in association with NRCFOSS.

there i came upon a phrase that meaned ' Zero percent tolerance for pirated software'.
Thereby i came across this many times after.

In context with a fake raid by Microsoft and the above ,there lies a loophole in the idea itself.

Suppose i own a computer centre having 10 computers. i ,due to my above mentioned principle,have all genuine propeitary software(say microsoft windows xp and associates) installed in it.
As per schedule say 10 students come across this computers and they are learning something.In any general case few of the following happens:-

1) the student gets gets a wrong idea that microsoft and computer are inevitable part of computing.

2) Even if they didn't ,there lies a strong possibility that every time that student wants to do something regarding computers he/she looks for a familier platform( andas in most cases and here also its Propetiry Soft).

3)Apart from the above ,if each student has a computer in his home ,Despite off all tries there lies very less possibity that each student will buy a genuine copy of propeitary OS and associates.

So even though the try is to lessen piracy,it acually giving a boost to it.

While on the Other hand if the knowledge is shared using FOSS softwares,not only piracy gets lessened( due to no need of it any more) but also knowledge gained is much more than above mentioned case due to availability of a good number of choices.


So we can very easily conclude FOSS not only give us a chance to curb piracy but also increase knowledge.

Only need is to convice the syllabus designing bodies and educational heads about the importance of FOSS.

Saturday, May 12, 2007

Indian Diversity



It has been a while that india is changing..

we know india is a country of diversity,but watching this diversity from so close is almost a lucky man's dream.

today saw something.
this pic is what indian transport system thought of.......
beside on is what it is turning to......Compare and see the change....

I am simply loving it.

"Diversity Of Indian Transport System"




:) he he

Tuesday, May 08, 2007

Bijra Revisited


After nearly about 2 months i along with Ajitesh resumed our Bijra project( as School was closed for annual exam ,results ..). Today we planned to give some quick revision of our previous module and shift to new one.

But start was a glitch,class 10 was found to remeber nothing even very basics. This dissapointed us very much.

Next period was of new class 9 (previously class 8) came up with great enthusiasm.And that really worked. With only 3-4 min of revision we switched to our new module.

Today we started with kbruch(a fun to use mathematical application), public demand was of a song so we used xmms( song was hawa hawa (remix).mp3),and Ajitesh being a good artist came up with kolorpaint which attracted a good attention.

for more pics visit ....... (http://www.flickr.com/photos/subhodipbiswas)

Monday, March 19, 2007

বা ! গ্রেট আমি succesful ,ফাইনালি আমি বাংলা লিখতে পারলাম web এ, ধন্যবাদ লেখো ।

Monday, March 12, 2007

this happened!


today i tried to install livecd creator and failed miserably.this is what happened.

the problem is related with yum...why is it happening.

my yum is at par with req.what to do next

Wednesday, March 07, 2007

The big day

oh! what a day we had. today vice chancellor of WBUT(West Bengal University of TEchnology) came to our project site and had a vigilence of what we are doingand having a chat with the school authority.(Bijra high school is our project site). for more details of our project ,please visit
www.dgplug .org

Tuesday, March 06, 2007






height=26 width=132 alt="Google Groups Beta" />

TECHnomadX
Visit this group

Sunday, March 04, 2007

Thursday, March 01, 2007

cyberoam+ 24 online

i am stuck....................................................................

currently i am using a cyberoam crclient for my internet connection. but i cannot configure it in linux.please help................................................. ! :(

Saturday, February 24, 2007

go you have a brighter life.


Q)name the Most overlooked car in the world?

A) Ambassador.

those classical looks,same body,ugly duckling style.sturdyness and toughness did bored off people but not me.the more i looked at the vehicle,more i love it.this is like gnome desktop environment, overall look is the same,but robust,sturdy and ofcourse comes with changes,we overlook.

Gotta get new one............

My computer(not of windows ) is getting tired of me and using all its power to cut me off, here are somethin it did......

1) dvd rom is dead.(need glasses to read disk)
2) power light no longer gets power.(.....just to say bulb fused,he! he! he !)
3)sounding like a devil having stomach ache.

and distress to be continued................................