ICOS
April 25, 2009
This seminar on ICOS was organised by WBUT.The main peson who was behind the program was Dr.S.Kundu. On 24 it was the hottest day with good amount of humidity i went to the NITTTR building.It was morning 9.After reaching there i took the charge of the registration desk and started the registration.Then the program started eith the inaugration speech of V.C of WBUT Prof.Sabyasachi Sengupta.We had some speakers fron CDAC,IITB,CLSI. We had 90 participant.Most of the participants were faculties some were students.First session starts with the Speech on the BOSS Linux and introduction with open office by Mr Naveen Kumar.Then we got the great presentation on SAHANA by Mr.Gautam Ashish.Then speeh on the FLOSS. Mr.Prabhu from iitb gave the presentation on python which every body liked with his maya.It was just after the lunch.Since the lunch was good everybody enjoyed the time.Just after speech we had a strong pannel discussion on open source.Finishing of the programme Prof.S.Kundu gave vote of thanks.
Those who have read my Bsnl wll article, there is a problem in it.
Every time you restart your Linux machine you have to modprobe. So what
will we do????
Simple make a command but How???
Take a terminal and type
$PATH (Every thing should be in CAPITAL)
this is the output in my debian machine
bash:/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games: No such file or directory
When you type a command in a shell, shell searches for executable file in directory mentioned by the above command..
So go to /usr/local/bin
make a file wll vi wll
add to lines
modprobe usbserial vendor=0×15eb product=0×0001
wvdial
save and exit
After that change the permission
chmod +x wll to make it executable
Know you have your own command wll
MAKING COMMAND
March 23, 2009
Those who have read my Bsnl wll article, there is a problem in it. Every time you restart your Linux machine you have to modprobe. So what will we do????
Simple make a command but How???
Take a terminal and type
$PATH (Every thing should be in CAPITAL)
this is the output in my debian machine
bash:/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games: No such file or directory
When you type a command in a shell, shell searches for executable file in directory mentioned by the above command..
So go to /usr/local/bin
make a file wll vi wll
add to lines
modprobe usbserial vendor=0×15eb product=0×0001
wvdial
save and exit
After that change the permission
chmod +x wll to make it executable
Know you have your own command wll
Hello world!
February 24, 2009
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!