Re: [Ilugc] How to get client machine ip address from server

2010-02-07 Thread Sreekanth B
hi On Mon, Feb 8, 2010 at 11:05 AM, Rajagopal Swaminathan < raju.rajs...@gmail.com> wrote: > Greetings, > > On Mon, Feb 8, 2010 at 10:52 AM, subhojit ojha > wrote: > > > > 1) How to find the client machine ip hardware address which doesn't > > have any OS installed from server. > > > > Thi

Re: [Ilugc] how to create .deb bundle

2010-02-06 Thread Sreekanth B
hi On Sun, Feb 7, 2010 at 9:45 AM, karthick perumal wrote: > hi friends, i am doing my final year project which is based on python ..so > i > finished my coding,i have to pack all the coding with .deb so that user can > double click it to install my software...so, please say me how to bundle my >

Re: [Ilugc] Freebsd Kernel internals OR Linux Kernel Internals video - request

2010-02-01 Thread Sreekanth B
hi On Tue, Feb 2, 2010 at 8:54 AM, carti wrote: > Hi, > Recently in youtube, I saw the First part of 12 part FreeBSD kernel > internals series video by Marshall Kirk McKusick. > > http://www.youtube.com/watch?v=nwbqBdghh6E Brilliant video's. > > > I thought I will buy. But the price is too hig

Re: [Ilugc] how to execute .sh file in php

2010-02-01 Thread Sreekanth B
hi On Mon, Feb 1, 2010 at 4:24 PM, Kannan wrote: > This is the shell script file is > > //sendsms.sh > echo "Welcome" | gnokii --sendsms 9944047439 > ls > > php script is > > $n=exec("sh sendsms.sh "); > ?> > > these two files are located in /var/www/html/ in fedora > > its been a while i used

Re: [Ilugc] UML Tool

2010-01-24 Thread Sreekanth B
hi On Mon, Jan 25, 2010 at 8:56 AM, Suresh Kumar Subramanian < sureshkuma...@carc.co.in> wrote: > Hi, > > Do you know any opensoure UML tool like rhapsody(IBM) works in Linux. > i have tried some but doesnt looks gud > I use Poseidon from http://www.gentleware.com/ it rocks ! - sree __

Re: [Ilugc] Interview questions for linux administrator

2010-01-18 Thread Sreekanth B
hi On Sun, Jan 17, 2010 at 8:38 AM, Karanbir Singh wrote: > On 01/16/2010 05:46 AM, Raja Subramanian wrote: > >> 2. Is name based virtual host supports SSL? >>> >> > Yes, on the server end - there are some caveats as to how and which > browsers support it. > > > 3. If yes, then how. >>> >> > if

Re: [Ilugc] Any Old Lap Tops ? [ mainly for wordprocessing ]

2010-01-13 Thread Sreekanth B
hi On Thu, Jan 14, 2010 at 7:50 AM, Thiagaraja Pillai wrote: > Shall I get any old laptops ? > > It is mainly for word processing. > try in groups like http://groups.yahoo.com/group/freecycleblr/ am not sure if there is a equivalent group for chennai. its a free exchange group. - sree _

Re: [Ilugc] Tips of the day (Lost Root Password)

2010-01-12 Thread Sreekanth B
hi On Tue, Jan 12, 2010 at 6:54 PM, Vishnu Raj wrote: > Hai friends, today we see about how to delete the forgotten password. > > Step 1: For Redhat and Mandrake:- > > Then boot from your first install CD and as the very first screen > comes up hit F2 and type: > > rescue ( For RedHat "linux res

Re: [Ilugc] Need Details, Choosing Server for Cent OS

2010-01-08 Thread Sreekanth B
hi ram, On Wed, Jan 6, 2010 at 1:17 PM, Ramkumar wrote: > Dear All, > we have a plan to buy a new server for our team.Give guidance > to choose best server and tell which factors are important to choose > server.Our usage as follows >Linux OS : Cent OS with Mysql >

Re: [Ilugc] Agent Oriented Programming

2010-01-07 Thread Sreekanth B
hi On Thu, Jan 7, 2010 at 7:31 PM, sky knight wrote: > Hi, > Could any one point me to any open source Agent Orient Programming > language? > one that i know is http://sourceforge.net/projects/sobjectizer/ - sree ___ ILUGC Mailing List: http://www.ae.

Re: [Ilugc] Open Source ERP Software

2010-01-06 Thread Sreekanth B
hi On Wed, Jan 6, 2010 at 8:55 PM, Shrinivasan T wrote: > Friends. > > My friend has a plastic manufacturing company and needs > an ERP software. > > Found that there are many FOSS ERP software available. > They are as > > > http://www.compiere.com > http://www.openbravo.com > http://www.adempier

Re: [Ilugc] how to install safari browser in ubuntu9.10?

2010-01-05 Thread Sreekanth B
hi On Tue, Jan 5, 2010 at 10:36 AM, kannan kesavan wrote: > hi guys > i need help of installation of safari on ubuntu 9.10 > some one has created a tutorial, see it here http://www.youtube.com/watch?v=Gft8t7lwTTI - sree ___ ILUGC Mailing List: http:/

Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-30 Thread Sreekanth B
hi On Thu, Dec 31, 2009 at 6:53 AM, Yogesh wrote: > 2009/12/30 Karanbir Singh > > > On 29/12/09 14:46, Saravanan S wrote: > > > > . And I know a fair few things about CentOS. [..] ( its almost > exclusively > > the distro of choice for the cloud providers ) > > > i think we can debate on this d

Re: [Ilugc] How to find the difference between two directory structures

2009-12-30 Thread Sreekanth B
hi On Tue, Dec 29, 2009 at 7:09 PM, Saravanan S wrote: > Hi all, > How to find the difference between two directories, need a summary > of all the added, updated, deleted files/directories. > Like diff is for files, what is for directories? > rsync --dry-run -avx - sree _

Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-28 Thread Sreekanth B
hi On Mon, Dec 28, 2009 at 6:13 PM, Vagmi Mudumbai wrote: > > There is a very nice tutorial on setting up Hadoop on a multinode > cluster. Hadoop does not rely on anything else apart from a ssh > connection made with a named user between these machines. If you can > get hold of a couple of powerf

Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-28 Thread Sreekanth B
hi On Mon, Dec 28, 2009 at 9:17 PM, Saravanan S wrote: > > firefox -install-global-extension xyz.xpi > can u run this from the terminal and pastebin the output please. - sree ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Better DNS server

2009-12-28 Thread Sreekanth B
hi On Mon, Dec 28, 2009 at 5:40 PM, Govi wrote: > Hi, > > which is the best service for DNS servers. > I have used dnsmasq in the past and it rOcks ! - sree ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] using multiple n/w interfaces

2009-11-26 Thread Sreekanth B
hi On Thu, Nov 26, 2009 at 5:09 PM, Varrun Ramani wrote: > Hello > > I have the need to connect to my BSNL EVDO usb modem using ppp0 interface > as > well as connect to an ad-hoc wlan0/eth0 network simultaneously. While > connecting to the ad-hoc network the ppp0 interface also must be active and

Re: [Ilugc] Chennai Based Cloud Servers?

2009-11-25 Thread Sreekanth B
hi On Wed, Nov 25, 2009 at 5:39 PM, Ramkumar wrote: > Dear Friends, >Is there any chennai based Cloud Server available > for rental Basis?.Give some details about it.Thanks in advance... > when i met amazon guys in bangalore last month they had plan's to come to asia paci