Re: [Ilugc] 1 Day Workshop on Rich Internet Application Development using jQuery

2009-07-16 Thread Shrinivasan T
Hi, http://rapidshare.com/files/256379883/Jquery_Training_July_19_2009.pdf.html for The link is not working . Error: This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times. Use scribd.com or any slideshare.net for pdf

[Ilugc] kblogger - authentication error

2009-07-16 Thread Shrinivasan T
Friends. I am trying to setup kblogger (kde4) to update my wordpress blogs. While sending posts, it shows authentication error: you need to authenticate for this task. I have alteady setup the username and password. Anyone, using kblogger? How to solve this error? Thanks. -- Regards,

[Ilugc] Re: kblogger - authentication error

2009-07-20 Thread Shrinivasan T
Hi, I am trying to setup kblogger (kde4) to update my wordpress blogs. While sending posts, it shows authentication error: you need to authenticate for this task. i mailed to Christian Weilbach - developer of kblogger. He advised to use Biblo http://bilbo.gnufolks.org/ It is working

Re: [Ilugc] edit the samba sharing files

2009-07-21 Thread Shrinivasan T
Hi, but i cant edit the samba files in client system using smb4k package                     Unable to mount location                    so failed mount the windows share folders Did you mount manually? Try this. sudo mount -t cifs //myserver_ip_address/myshare /mount/point -o

[Ilugc] Writing Linux Device Drivers

2009-07-31 Thread Shrinivasan T
Friends. One of my friends, learning embedded and linux drivers. We googled and found tons of learning materials. But still, I want your suggestions and guides on what materials to start and work with. Please share the links and sites to start on writing linux device drivers. Thanks. --

Re: [Ilugc] how to find jboss service start time in cetos

2009-08-06 Thread Shrinivasan T
Hi, On Thu, Aug 6, 2009 at 3:06 PM, Ramkumarramkumar...@gmail.com wrote: Dear friends,                  i have no idea abt jboss web server. Go for a JBoss Tour Here, http://docs.jboss.org/jbossas/getting_started/v4/html/tour.html Now, how can i find jboss service start time. How can i get

Re: [Ilugc] regarding e-mail importer

2009-08-06 Thread Shrinivasan T
Hi, If i start a new website(using php) for social networking and i want to add a contacts importer, is there anything important i should take into  mind while writing code to access data from a third party website like yahoomail, gmail,etc? I need help on this.. You need to read on

[Ilugc] How to create huge amount of files?

2009-08-07 Thread Shrinivasan T
Friends. For a testing, I want to create some 1,00,000 files to be created. How to create them? Or I have a text file. How to create 1,00,000 copies of the same file? File Names may have the number i.e filenameno.txt Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here

Re: [Ilugc] how to log in to a remote server with ssh2

2009-08-07 Thread Shrinivasan T
Hi, I have libssh2 installed, but how do I log in to a remote server using it? I tried typing ssh2 on the terminal and it did not recognise the command. It sounds silly, but google did not give me an answer. ssh -2 usern...@hostname for more info : man ssh -- Regards, T.Shrinivasan My

Re: [Ilugc] How to create huge amount of files?

2009-08-07 Thread Shrinivasan T
Hi, bash-4.0$ cat create.sh #!/bin/bash for i in {1..3} do        touch $i done Replace the number 3 with your number 1,00.000 :) Thanks. It worked for me. Thanks for all. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open

Re: [Ilugc] A media access protocol for wireless LAN

2009-08-07 Thread Shrinivasan T
Hi, On Fri, Aug 7, 2009 at 3:00 PM, priya sureshpri.sk...@gmail.com wrote: This is my project title... I need suggestions in which i have to proceed my idea is  to do in NS2... pls suggest me There is a talk on NS2 tomorrow at IIT Madras. Foe details.

Re: [Ilugc] How to create huge amount of files?

2009-08-07 Thread Shrinivasan T
Here is my script create_files.sh ## #!/bin/bash # This script is used to copy a single file to nnumber of copies # How to execute? #./create_files.sh file_to_copy No of copies required # Example # ./create_files.sh test.txt 10 # $1 is the

Re: [Ilugc] Server Installations

2009-08-07 Thread Shrinivasan T
Hi,        How to configure Tomcat Server and how to install Self-Signed Certificate for Tomcat. What is the Self-Signed Certificate. did you searched google for this? http://ubuntuforums.org/showthread.php?t=1087834 This link talks on installing tomcat on ubuntu. for Self-Signed

[Ilugc] Microsoft Acknowledges Linux Threat to Windows Client

2009-08-07 Thread Shrinivasan T
Microsoft for the first time has named Linux distributors Red Hat and Canonical as competitors to its Windows client business in its annual filing to the U.S. Securities and Exchange Commission.

[Ilugc] Read only filesystem in external hard disk in ubuntu

2009-08-11 Thread Shrinivasan T
Friends. A 250 GB external hard disk is becoming read only when connected. It has NTFS file system. I tried remounting, and manual mount. No use. I dont want to reformat it again. It is working well in windows boxes. Any help? -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] Happy Birthday To Debian

2009-08-16 Thread Shrinivasan T
Friends. Today is Birthday for Debian. It was released on August 16th, 1993. Happy Birthday Debian ! http://www.debian.org/News/2003/20030811 -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] FACT

2009-08-17 Thread Shrinivasan T
Hi, IS there a tool called FACT in FOSS and if yes can i know how to download and use the same Need more information on this. there are millions of software in FOSS. what does the software do? any idea? -- Regards, T.Shrinivasan My experiences with Linux are here

Re: [Ilugc] how to mount the another hard disk?

2009-08-18 Thread Shrinivasan T
How much the space you have in hard disk? give output of df -h what is the database you have? where do you have the data directory for the database? Give more information on your problem with numerical details. -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] Ubuntu Developer week announcement!

2009-08-18 Thread Shrinivasan T
Friends. Ubuntu developer week has been announced. Interested people take a look here https://wiki.ubuntu.com/UbuntuDeveloperWeek There is also a nice brochure this time describing the Ubuntu Developer Week in the link below. http://people.canonical.com/~dholbach/Ubuntu_Developer_Week4.pdf

Re: [Ilugc] how to mount the another hard disk?

2009-08-18 Thread Shrinivasan T
Hi, what database you use? check for the db's configuration file for the data directory. now the hard disk showing the space full when it says like this? give us the full details with the error message. -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] Hosting for podcasts in tamil

2009-08-18 Thread Shrinivasan T
Friends. I am working on creating podcasts in tamil about linux and other FOSS technologies. I need contribution from you. Please contact me offlist for participating. Once, if we get fair podcasts, we need to host them. Is there any free hosting service available for podcasts? Thanks. --

[Ilugc] How to setup firefox to work as IE?

2009-08-19 Thread Shrinivasan T
Friends. I have a to see a site, which is working only with IE. Is it possible to setup Firefox to act as IE, so that I can see the site with firefox itself. I have kubuntu 9.04 and Firefox 3.5.2 Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here

Re: [Ilugc] Hosting for podcasts in tamil

2009-08-19 Thread Shrinivasan T
Hi, how much space and bandwidth do you need? Dont know as for now. I am new to podcast and audio blogging. looking for a free service like wordpress where we can upload audio and give comments on them. is there any free audio blogging portal available? -- Regards, T.Shrinivasan My

Re: [Ilugc] How to setup firefox to work as IE?

2009-08-19 Thread Shrinivasan T
Hi, I use the User Agent switcher extension:  https://addons.mozilla.org/en-US/firefox/addon/59 Thanks. It worked for me. :-) -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com

Re: [Ilugc] Hosting for podcasts in tamil

2009-08-19 Thread Shrinivasan T
Hi, there is plenty of space and bandwidth on our new server - if you are willing to set it up, we can do this for free Thanks for the offer. Will contact you once i get a bunch of episodes. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For

Re: [Ilugc] ILUGC Site Poll

2009-08-20 Thread Shrinivasan T
Hi, same machine + same browser + clear cookie for this site = 'n' number of votes :) Now blocked it with IP address too. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com

[Ilugc] idea for a secured poll

2009-08-20 Thread Shrinivasan T
Friends. Any idea for the secured poll? Shall we ask people to add comment + voting? so that we can match the count and block any automation. Any other idea is welcome. Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open

Re: [Ilugc] LAMP day in Mepco 19th August

2009-08-21 Thread Shrinivasan T
Great Job. All colleges need these kind of programs. Keep Doing. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

Re: [Ilugc] SFD in JFC

2009-08-21 Thread Shrinivasan T
Hi,   More events are planned and trying to do some thing NEW.. Please suggest some ideas... Nice to see that JFC is rocking. Wishes to to the energetic students. You can do more with the powerful crew. here are some interesting things you can do. 1. create video tutorials for famous

Re: [Ilugc] [SFD09] Volunteers

2009-08-22 Thread Shrinivasan T
We are representing Aarupadai Veedu Institute of Technology (AVIT), Payanoor. Good job guys. spread this news to other college friends and make them to participate. It will be a wonderful experience to all to work wit the community and public. wishes. -- Regards, T.Shrinivasan My

Re: [Ilugc] FOSS Seminar @ Sermathai Vasan College for Women, Madurai

2009-08-24 Thread Shrinivasan T
Great Job. Thanks for DOING. Linux needs physical actions like these to spread out. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To

Re: [Ilugc] Mirroring the Ubuntu repositories

2009-08-25 Thread Shrinivasan T
Hi, You can get the ubuntu repositories in 5-6 DVDs from www.zyxware.com You can copy all the contents of 6 DVDs into a folder and create local repository. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] Open source flash animation tool

2009-08-25 Thread Shrinivasan T
Hi, try synfig http://www.synfig.org/Main_Page -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

Re: [Ilugc] LAMP { PHP, PERL, PYTHON } Workshops

2009-08-25 Thread Shrinivasan T
Thanks a lot to this great team. Your efforts are invaluable. Keep rocking. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To

Re: [Ilugc] error in perl

2009-08-26 Thread Shrinivasan T
If you need just resizing of images in a folder, mogrify -resize 800x600 -verbose *.JPG This will resize all the JPG files in the folder in a single go. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] chmod error

2009-08-26 Thread Shrinivasan T
*debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy * the error comes: *chmod: cannot access `755': No such file or directory Hi, chmod can be used with numerical or modern notation. you have tried with both. try as chmod +x rails-post-deploy or chmod 755

Re: [Ilugc] Too many connection in MYSQL

2009-08-27 Thread Shrinivasan T
FYI. Too many connections should not happen. If you are developing some web applications in PHP or any other language, suggest your developer to close the mysql connections after the usage. Or suggest them to use any good framework for development. that will take care of closing unused

[Ilugc] Linux Laptops for Kerala MLAs

2009-08-27 Thread Shrinivasan T
Kerala NiyamaSabha Website published Tender for Purchasing GNU/Linux Preloaded Laptops to 141 Members of Kerala Legislative assembly. The Tender Demands Ubuntu 9.04 Preloaded Ubuntu compatible / Certified Laptops as Requirements We Must Congratulate TD Kuriachan, Network Administrator, Kerala

[Ilugc] play with webcam

2009-08-27 Thread Shrinivasan T
Friends. see the site. they offer a software for webcam which converts any object into a joystick for games. http://camspace.com/ see this in action. http://www.youtube.com/watch?v=v0srY37kkMw Is there any facility like this available for linux? if not, can any student take this as a project

[Ilugc] face as password

2009-08-27 Thread Shrinivasan T
is it possible to use our face as password? http://www.keylemon.com/ gives a software for windows. is it available in linux? if not, I request students to take this as their project. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and

[Ilugc] Control Your Computer With Twitter

2009-08-27 Thread Shrinivasan T
Control Your Computer With Twitter http://www.youtube.com/watch?v=yPxd2IwWjoU This is only for windows. Why cant a student do this as a project for linux? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

[Ilugc] Software on Wheels at ITP Chennai on September 30, 2009

2009-08-27 Thread Shrinivasan T
Software on wheels is one kind of roadshow where iPOTT tries to expose software offline. This roadshow is going to be held in Tech park of Chennai India on 30th Sept 09. Last show was the big hit and this roadshow will rock. Road Show at ITPL conducted by iPOTTT was a BIG HIT. Software on Wheels

[Ilugc] FossNews-27

2009-08-27 Thread Shrinivasan T
Friends. FossNews-27 comes with the following topics. 1.OpenShot - a new Linux Video Editor 2.10 reasons to use open source in business 3.Howto Deploy SIP Witch On Ubuntu 4.Linux In the Movies-- Thumbs Up! 5.Durian is Coming: Blender's Third Open Movie Project 6.Linux Laptops for Kerala 

Re: [Ilugc] .raw

2009-08-28 Thread Shrinivasan T
Hi,, These links may help you. http://www.linux.com/archive/articles/56128 http://www.cybercom.net/~dcoffin/dcraw/ Try and share your experiences. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] Distributed computing

2009-08-28 Thread Shrinivasan T
http://www.google.co.in/search?q=Distributed+Shared+Memory+management+in+linux -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To

Re: [Ilugc] (no subject)

2009-08-29 Thread Shrinivasan T
Hi, It is so glad to knw abt the kerala govt's plan to give ubuntu preloaded laptops to MLA's Yes. Kerala govt does this great job. Note: please add proper subject in mails. REad http://www.ae.iitm.ac.in/pipermail/ilugc/2007-April/033633.html -- Regards, T.Shrinivasan My experiences

[Ilugc] UbuntuDeveloperWeek - Day 1

2009-08-31 Thread Shrinivasan T
Hi, Welcome to the Ubuntu Developer Week! We will have one week of action-packed sessions from Aug 31st 2009 to Sep 4th 2009! In just four years, Ubuntu has become the most popular Linux distribution in the world with millions of users. Ever wondered how Ubuntu development works? How to get

[Ilugc] Mailing list guidelines: monthly reminder

2009-08-31 Thread Shrinivasan T
Mailing List Guidelines: Monthly reminder: 1. Use a proper subject line. 2. Do not troll in the mailing list Link: http://en.wikipedia.org/wiki/Internet_troll 3. Use [OT] for off-topic, non-technical discussions. But, don't misuse this to start flame wars or to troll in the mailing list. 4.

Re: [Ilugc] startup issue with mysql daemon

2009-09-01 Thread Shrinivasan T
Hi, see the link. http://www.tech-recipes.com/rx/762/solve-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock/ -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com

[Ilugc] UbuntuDeveloperWeek - Day 2

2009-09-01 Thread Shrinivasan T
Hi, Today is Day 2 of ubuntu developer week. Today's Timetable: Tue 1st Sep 16.00 UTC Fixing small bugs in Ubuntu -- dholbach 17.00 UTC Kernel Triaging and Debugging -- ogasawara 18.00 UTC How to update a package -- didrocks 19.00 UTC Using the LP API for fun and profit

Re: [Ilugc] help in data mining

2009-09-01 Thread Shrinivasan T
Hi, What are the database servers they are? We can write a php/perl/ruby/python script to get the results from the db servers. can you show some more light on what is your real requirements are? thanks. -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] UbuntuDeveloperWeek - Day 3

2009-09-02 Thread Shrinivasan T
Hi, Today is Day 3 of ubuntu developer week. Today's Timetable: Wed 2nd Sep 16.00 UTC Getting started with Launchpad development -- gmb 17.00 UTC Developing websites with Django -- lukasz and stuartm 18.00 UTC Hooking your app into your desktop CouchDB - aquarius

[Ilugc] UbuntuDeveloperWeek - Day 4

2009-09-03 Thread Shrinivasan T
Hi, Today is Day 4 of ubuntu developer week. Today's Timetable: Thu 3rd Sep 16.00 UTC Let Mago do your Desktop testing for you -- ara 17.00 UTC Paper cutting 101 -- djsiegel, ted, seb128 18.00 UTC Learning from mistakes - REVU reviewing best practices -- mok0 19.00 UTC

Re: [Ilugc] GUI problem

2009-09-03 Thread Shrinivasan T
Hi, run sudo dpkg-reconfigure xserver-xorg -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

[Ilugc] UbuntuDeveloperWeek - Day 5 - The Last Day

2009-09-04 Thread Shrinivasan T
Hi, Today is Day 5 - The Last of ubuntu developer week. Today's Timetable: Fri 4th Sep 16.00 UTC Translations for developers -- danilo, dpm, pitti 17.00 UTC GTD for hackers -- liw 18.00 UTC Fixing an Ubuntu bug using Bazaar -- james_w 19.00 UTC Packaging from scratch

Re: [Ilugc] problem with python syncdb

2009-09-06 Thread Shrinivasan T
Hi, Check your database parameters like hostname, username and password configured in your code. check that using those parameters, you can login into database in a separate terminal. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open

Re: [Ilugc] can i import SWF file thro PHP ?

2009-09-08 Thread Shrinivasan T
Hi, What you are going to do by importing a SWF file in php? As it is a binary file, you cant extract any content from it. If you want to display swf files in browser, use embed command in html. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For

[Ilugc] Indian Govt gives free software in local languages

2009-09-08 Thread Shrinivasan T
Indian Government releases free fonts and software in local languages. http://epaper.timesofindia.com/Default/Scripting/ArticleWin.asp?From=ArchiveSource=PageSkin=TOINEWBaseHref=CAP/2009/09/08PageLabel=17ForceGif=trueEntityId=Ad01707ViewMode=HTMLGZ=T -- Regards, T.Shrinivasan My experiences

Re: [Ilugc] Re: Tamil pdf generation

2009-09-09 Thread Shrinivasan T
Hi, tcpdf looks good. In the example pages. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples 8. External UTF-8 text file: http://www.tecnick.com/pagefiles/tcpdf/example_008.phps http://www.tecnick.com/pagefiles/tcpdf/example_008.pdf This examples shows the utf-8 PDF

Re: [Ilugc] could not update ICEauthority

2009-09-10 Thread Shrinivasan T
Googled on this? run the following as root in a terminal. chown user -R /home/user -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To

Re: [Ilugc] could not update ICEauthority

2009-09-10 Thread Shrinivasan T
On Thu, Sep 10, 2009 at 1:06 PM, malathi selvaraj malathira...@gmail.com wrote: when i give this command :chown user -R /home/user Hi, are you running this as root? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

[Ilugc] Suggest a MS Exchange alternate

2009-09-12 Thread Shrinivasan T
Friends. Need your suggestions on setup a mail server. It should include pop/imap/web interface shared calender, tasks, reminders etc. Want to migrate a company from MS exchange. The users use MS outlook and they should feel comfortable with the new mail server. Zimbra and openexchange are too

[Ilugc] FossNews-28

2009-09-13 Thread Shrinivasan T
Friends. FossNews-28 comes with the following content. 1.Skype 2.1 Beta Brings New Features To Linux 2.OpenSourc3 -   The Open Source Unified Computing Magazine 3.7 reasons to use Debian 4.Slackware 13.0 is released 5.Repair Damaged Drives With Linux 6.Ubuntu Developer Week 7.Canonical adds

[Ilugc] Suggest a Project management software

2009-09-16 Thread Shrinivasan T
Friends. Need a your suggestions on web based project management software. We need to following features. 1. Many projects should be handled 2. People management 3. Budget per project 4. Expenses per project 5. Material management 6. Time tracking I am exploring dotproject. it is nice but

Re: [Ilugc] Suggest a Project management software

2009-09-16 Thread Shrinivasan T
Redmine - http://www.redmine.org/ Sample instance - http://dev.tce.edu/ Thanks senthil. Is there any Finance module to track money spent? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com

Re: [Ilugc] BERYL IN LINUX

2009-09-17 Thread Shrinivasan T
Hi, nice to know that you are interested in graphics. But, we need more information to help you. what do you want with graphics? are you a student? interested in graphics programming? or just a user expecting to configure awsome graphics in your desktop? -- Regards, T.Shrinivasan My

[Ilugc] Video Recording of SFD

2009-09-17 Thread Shrinivasan T
Friends. Is it possible to anyone to record the talks and stalls on SFD? We can archive and circulate the videos among budding lugs and interested people. Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] Video Recording of SFD

2009-09-17 Thread Shrinivasan T
Thanks for the interest. We need a volunteer with a nice handy-cam or digital video cam to record the talks and events. Then, we can edit the videos and upload to any site or circulate in DVDs. Anyone willing to volunteer for this? Thanks. -- Regards, T.Shrinivasan My experiences with

Re: [Ilugc] Re: Video Recording of SFD (Raman.P)

2009-09-18 Thread Shrinivasan T
Hi, On Fri, Sep 18, 2009 at 6:06 PM, Ranjith Kumar ranjitht...@gmail.com wrote: Hello Peopo,   I don`t have handy cam but my mobile has 5 MP is it okay for the video recording, Thanks for the initiative. Yes. If you have enough satisfaction on your mobile camera video, please do your

Re: Re: [Ilugc] issue with LAMP server set up

2009-09-18 Thread Shrinivasan T
Hi, Need some more information. 1. which distribution you are using? 2. How you install the packages? from repositories or source compile? 3. The output of http://192.168.13.121/index.html. paste the output in pastebin.com and share it with us. -- Regards, T.Shrinivasan My experiences with

[Ilugc] Software Freedom Day 09 Celebrations

2009-09-19 Thread Shrinivasan T
Friends. Today, ILUGC celebrated software freedom day 09 at Birla Planetarium. We had 27 stalls filed with the crowd. The volunteers done a great job with big enthusiasm. Thanks a lot for the following. 1. Jaya Engg College 2. Kamban Engg College 3. MIT 4. Arupadai Veedu Institute of

[Ilugc] SFD 09 - Photos

2009-09-19 Thread Shrinivasan T
Friends. Here are some snaps of SFD 09. http://picasaweb.google.com/tshrinivasan/SoftwareFreedomDay09# http://picasaweb.google.com/mbchandar2/Sfd2009# -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] Hi friends

2009-09-20 Thread Shrinivasan T
Hi, i missed the chance to attend the SFD09. Yes. you missed a great event. i am very new to linux And i working in the bio informatics field of research. Welcome to the free world. i m trying to work in linux.. please suggest or help me how to work in Linux.. It is so easy. Did you

Re: [Ilugc] Need of Load balancing concept and configuration in Jbossweb

2009-09-21 Thread Shrinivasan T
Hi, Try as said in the following page. http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Setup_the_simple_web_cluster-Setup_the_load_balancer.html -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open

Re: [Ilugc] FOSS equivalent tool for the Teamviewer

2009-09-23 Thread Shrinivasan T
http://www.yuuguu.com For linux and windows screensharing via browser. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

Re: [Ilugc] Conversion from Lotus Notes to Qmail - help required

2009-09-24 Thread Shrinivasan T
Hi, http://www.linuxquestions.org/questions/linux-server-73/bulk-user-add-script-693777/ This link discusses adding bulk users to a system. This may help you. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

[Ilugc] The Last Patch: A Funny Movie About The Battle Between Microsoft And Open Source

2009-09-25 Thread Shrinivasan T
The battle between Microsoft and Open Source is never ending. This video produced by Jordanians mimic how fanatics on both sides defend their turf. Enjoy :) http://networkedblogs.com/p10997250?ref=nf http://tinyurl.com/yb7lwow -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] FossNews-29

2009-09-25 Thread Shrinivasan T
Friends. FossNews-29 issue welcomes you with follwing content. 1.Software Freedom Day ‘09 celebrations at Chennai 2.Free and Open Source 2D Animation Software for Linux 3.The Art of Community Now Available For Free Download 4.OpenSolaris vs Linux 5.The Last Patch: A Funny Movie About The

Re: [Ilugc] [Tamil] மென்பொருள் வணிகத்துக்கு சாவு மணி

2009-09-27 Thread Shrinivasan T
Nice article siva. keep rocking. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with

Re: [Ilugc] db2 installation document

2009-09-29 Thread Shrinivasan T
Hi, What link you are following? where do you get problem? What you tried.? Give more details on what you did so that people can help you? Tried the link? http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/DB2%20Express-C%209.5%20on%20CentOS%205.2 Tried the book FREE Book- Getting

[Ilugc] Blog post on SFD

2009-09-29 Thread Shrinivasan T
Hi, Here, a visitor of SFD blogs his experience. http://anoopv.blogspot.com/2009/09/sfd-chennai-and-birla-planetorium-visit.html It is nice to see from a third angle. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

[Ilugc] Mailing list guidelines: monthly reminder

2009-10-01 Thread Shrinivasan T
Mailing List Guidelines: Monthly reminder: 1. Use a proper subject line. 2. Do not troll in the mailing list Link: http://en.wikipedia.org/wiki/Internet_troll 3. Use [OT] for off-topic, non-technical discussions. But, don't misuse this to start flame wars or to troll in the mailing list. 4.

Re: [Ilugc] Invitation to view Kumsy's Picasa Web Album - SFD'09 @ Jaya Engg. College

2009-10-01 Thread Shrinivasan T
Great job. Thanks for sharing the snaps. We all missed the event. :-( It will be nice if JFC conduct the events in normal days so that many people can participate. So happy to see that JFC is rocking. Wishes for the JFC Team. -- Regards, T.Shrinivasan My experiences with Linux are here

Re: [Ilugc] High Level understanding of SSL

2009-10-01 Thread Shrinivasan T
http://en.wikipedia.org/wiki/Transport_Layer_Security -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Shrinivasan T
Hi, see the following links. http://blogs.techrepublic.com.com/10things/?p=372 http://www.linuxlinks.com/article/20080927164237918/Financial.html http://www.linuxlinks.com/Software/Financial/Accounting/ I worked with Grisbi, Gnucash, KmyMoney, Money Manager Ex. They are good tools enough to

Re: [Ilugc] Integrating Cisco Meeting manager to FireFox

2009-10-09 Thread Shrinivasan T
Hi, Just run: sudo apt-get install ubuntu-restricted-extras sudo apt-get install libstdc++5 Got from http://www.it-slav.net/blogs/2009/07/03/webex-on-ubuntu-904/ It is working nice for me. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For

[Ilugc] Tamil 99 keyboard driver for KDE

2009-10-13 Thread Shrinivasan T
Friends. I am learning Tamil99 keyboard. I practice in http://tamil99.org/tamil99 Is there any tamil99 keyboard layout available for KDE? I use kubuntu 9.04. Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs

Re: [Ilugc] Tamil 99 keyboard driver for KDE

2009-10-13 Thread Shrinivasan T
Hi, Does scim come with tamil99 keyboard layout? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email

[Ilugc] launch2net – Mobile Internet Connectio n Manager for Ubuntu

2009-10-15 Thread Shrinivasan T
Friends. Got a nice link. http://www.ubuntugeek.com/launch2net-mobile-internet-connection-manager-for-ubuntu.html Try this and share your experiences with launch2net and your mobile data card. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For

Re: [Ilugc] How to set MySQL Variables

2009-10-20 Thread Shrinivasan T
Hi, Did a google search? I did and got the following links :-) http://rudd-o.com/en/linux-and-free-software/tuning-a-mysql-server-in-5-minutes http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/ You have to set variables in /etc/my.cnf -- Regards,

[Ilugc] Suggest a Forum

2009-10-21 Thread Shrinivasan T
Friends. One of my friends, need a open source forum for his organization. I suggested SimpleMachine and phpBB. He asked for realtime online forums using those apps. Suggest me some sites which uses simplemachines and phpBB. Is there any other forum software that we can suggest? Thanks. --

Re: [Ilugc] Suggest a Forum

2009-10-21 Thread Shrinivasan T
Hi, What's realtime online forum? I mean a online forum which is active. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe,

Re: [Ilugc] Postgresql problem

2009-10-23 Thread Shrinivasan T
Hi, This links may help you. http://stackoverflow.com/questions/935/string-literals-and-escape-characters-in-postgresql http://www.postgresql.org/docs/8.3/interactive/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS -- Regards, T.Shrinivasan My experiences with Linux are here

[Ilugc] Fwd: [IndiChix] Opensolaris sessions on Saturday at 3 pm at Thoughtworks Bangalore

2009-10-23 Thread Shrinivasan T
Friends. Inform this to your bangalore friends and mailing lists. -- Forwarded message -- From: Sriram Narayanan sriram...@gmail.com Date: Fri, Oct 23, 2009 at 8:46 PM Subject: [IndiChix] Opensolaris sessions on Saturday at 3 pm at Thoughtworks Bangalore To: LinuxChix - India

[Ilugc] Call for Contributors for a FOSS project

2009-10-26 Thread Shrinivasan T
Hi all, We are looking for contributors[+] to Ayttm[1][2], a universal instant messaging client. Here are the possible contribution scenarios along with skills required to get these things done: 0) Smileys and widget icons: Should know gimp/inkscape 1) Developers: C/C++ and gtk2/glib2 2)

Re: [Ilugc] LAN Problem

2009-10-28 Thread Shrinivasan T
Hi, Check for the cables. Can you ping a local machine without any drops? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe,

[Ilugc] [OffTopic] Amazon Web Services Cloud Workshop - 10 Nov 2009, Chennai

2009-10-28 Thread Shrinivasan T
Amazon Web Services Cloud Workshop - 10 Nov 2009, Chennai Workshop for System Integrators and Software Architects conducted by Amazon Web Services Venue: Hall of Guines-'68, Department of Manufacturing Engineering,CEG Campus, Anna University, Guindy - Chennai 600 025 Date: 10 Nov 2009 9:30 AM

[Ilugc] email notification in irc

2009-10-28 Thread Shrinivasan T
Friends. I want to get announced in a irc channel, when I get a mail. Is there any IRC bot who check for email and announce it in a channel? If not, how to develop this? Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open

Re: [Ilugc] email notification in irc

2009-10-29 Thread Shrinivasan T
Hi, Thanks for the replies. I am working for different kinds of event monitoring. There are two things. 1. event monitoring 2. announcing The events may as change in a webpage, a new mail, a twitter update, a RSS feed. These should be monitored for any change. If found any change, it should

Re: [Ilugc] email notification in irc

2009-10-29 Thread Shrinivasan T
Hi, supybot looks nice. thanks. Can supybot check for new mail in a given account? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To

  1   2   3   4   5   6   7   8   9   10   >