Re: [Ilugc] Open source software system for book publishers

2010-07-09 Thread Immanuel Jeyaraj
try http://alexandria.rubyforge.org


On Sat, Jul 10, 2010 at 12:44 AM, Zico  wrote:
> On Fri, Jul 9, 2010 at 12:10 PM, Shrinivasan T wrote:
>
>> Hi,
>>
>> > he needs a software which will help him and his customer to track various
>> > inventory points.
>>
>> Need more inputs on the requirements.
>>
>> Does he need CRM, ERP, POS, Project Mgmt Tool, Shopping cart?
>>
>
> He needs something like this:
>
> *Entry field*
> *Book*:
> Title, Author, Publisher, Catasarvice, Editor, Reprint, Published Year,
> ISBN, Book Type, Price, Book State, Quantity. (No Image is available)
>
> *Sales*:
> Customer No, Contact, Commission
>
> --
> Best,
> Zico
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Open source software system for book publishers

2010-07-09 Thread Immanuel Jeyaraj
try latex... if he wants GUI then try Lyx...

On Fri, Jul 9, 2010 at 11:13 PM, Zico  wrote:
> Hi, one of my friend is going to start his book publishing business. Now, he
> needs a software which will help him and his customer to track various
> inventory points. Is there any open source solution for book publishers?
> What do you suggest me to use?
>
> --
> Best,
> Zico
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] dns

2010-04-20 Thread Immanuel Jeyaraj
Why do you need a DNS set up...

anyways, here is the procedure...

as root run the following... I am assuming you are using CentOS5.4

yum install dns
you will need some basic DNS zone files. If you are using GUI then
install system admin scrips

yum system-config-bind

run the system-config-bind. It will complain that you don't have
certain zone files. It will offer to create them for you... accept it.

now you can use your favorite editor to create your zone file...

nano / gedit /var/named/chroot/etc/named.conf

You need to create your DNS server config file... it is our of scope
of this email...

after which you need to create 2 zone files (forward and reverse zone
files)... it is out of scope of this email...

after which you need to restart your dns server by issueing

service named restart

well, when you restart if you want your DNS server to start automatic then type

chkconfig named on

that is it...

On Tue, Apr 20, 2010 at 8:39 PM, bhoobesh  wrote:
> sir
> how to install dns in cent os please sir/madam
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Document Management Systems

2010-03-24 Thread Immanuel Jeyaraj
Agree with Mohan... if you have a java env then go for Alfresco else
Knowledge Tree on PHP...

On Wed, Mar 24, 2010 at 4:16 PM, Mohan Sundaram  wrote:
> On Wed, Mar 24, 2010 at 4:11 PM, sri vats  wrote:
>> Hi,
>>
>> Suggest me open source software which is equivalent to OpenKM.
>
> Alfresco, KnowledgeTree.
>
> -- Mohan Sundaram
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Query on CentOS

2010-03-22 Thread Immanuel Jeyaraj
I see you are so used to M$ Windozz that you are not sure what
others have told you.

First, get some help in installing. (try install fest, attend lug
meeting and get some help there.
second, learn some basics like using the CLI, concepts of networking,
etc. this will take you a long way in using any OS... there are lots
of material on the web...



On Tue, Mar 23, 2010 at 1:06 AM, Gowriishankar Raju
 wrote:
> Hi,
>
> I have tried to connect google.
> But its showing, "Address not found".
> What can i do now to clear this problem?
>
>
>
> On Tue, Mar 23, 2010 at 1:02 AM, benjamin  wrote:
>
>> On Tue, Mar 23, 2010 at 12:49 AM, Gowriishankar Raju
>>  wrote:
>> > Can you tell how to find the ip?
>> ifconfig
>> https://lists.tce.edu/pipermail/glugot/2005-March/000136.html
>>
>> > How can i ping the router and setup nameserver?
>> ping 
>>
>> http://en.wikipedia.org/wiki/Resolv.conf
>>
>> > First of all, I am fresher to use the linux platform.
>> why don't you at least try to Google?
>>
>> benjamin rualthanzauva
>> ___
>> ILUGC Mailing List:
>> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>>
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Password as an argument in SSH

2010-03-20 Thread Immanuel Jeyaraj
Try SSH key...

On Sat, Mar 20, 2010 at 7:23 PM, Bhargav Prasanna
 wrote:
> On 20 March 2010 18:28, Varadharajan Mukundan  wrote:
>
>> Hi all,
>>
>> I would like to know, whether it is possible to pass the password as an
>> argument in SSH.
>>
>> Thanks,
>>
>> M. Varadharajan
>> http://www.thinkasgeek.wordpress.com
>> ___
>> ILUGC Mailing List:
>> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>>
>
>
> Hi,
> Afaik, you cant'.
> ssh is interactive.
> --
> Bhargav Prasanna
> "Linux - Because x64 is a terrible thing to waste"
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc