Re: [ilugd] cvs help

2006-02-01 Thread Yashpal Nagar
SWAPNIL wrote:

Dear All,

We need maintain our code using CVS how can i get help to configured CVS 
server 
also which client OS supported or 
how to CVS
  

why no svn? Its much more feature rich than cvs, reliable and lots of 
options to manage svn repositories.

Regards,
Yash


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Raj shekhar
in infinite wisdom SWAPNIL spoke thus on 02/01/06 12:14:
 Dear All,
 
 We need maintain our code using CVS how can i get help to configured CVS 
 server 
 also which client OS supported or 

http://www.tldp.org/HOWTO/Secure-CVS-Pserver/ . Set a pserver first and 
if that works add the ssh keys to it later .

There are many CVS clients available - WInCVS for windows is the one 
that I found quite good. TortoiseCVS is another option.

 From my experience, you will have more trouble making the developers 
adopt CVS.

 how to CVS

Not sure how to CVS, but Do you Yahoo! ? ;-)
-- 
  _.-,   raj shekhar
 .--'  '-._   http://rajshekhar.net
  _/`-  _  '.   http://rajshekhar.net/blog
''._`.. \
   ` \;  WE APOLOGIZE FOR THE INCONVENIENCE
 ;_\-- God's Last Message to his Creation

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] how to setup chroot SFTP user ?

2006-02-01 Thread Amit Sharma
--- Shiv [EMAIL PROTECTED] wrote:

 hi,
   this is the normal behavior of any user on a *nix
 system. he isnt supposed to be able to browse to
 other users' directories.
   just ensure that your group and world permissions
 are set accordingly.
   AFAIK only programs can be chrooted and not users.


does anyone else have different opinion on this
statement? is normal behaviour of *nix is good enough
to restrict FTP user to its directory?

amit


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Raj shekhar
in infinite wisdom Yashpal Nagar spoke thus on 02/01/06 14:36:

 why no svn? Its much more feature rich than cvs, reliable and lots of 
 options to manage svn repositories.

My 8 bits of gyaan this
- You need to run apache to run svn
- I keep hearing (no first hand experience) the berkely db where it 
keeps the metadata keeps getting corrupted, though on the flip side 
there are utilities to repair them.

svn tried to make a better cvs, but they have failed on many counts.
-- 
  _.-,   raj shekhar
 .--'  '-._   http://rajshekhar.net
  _/`-  _  '.   http://rajshekhar.net/blog
''._`.. \
   ` \;  WE APOLOGIZE FOR THE INCONVENIENCE
 ;_\-- God's Last Message to his Creation

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Sirtaj Singh Kang
On Wednesday 01 February 2006 15:56, Raj shekhar wrote:
[snip]
 - You need to run apache to run svn

It's very possible to run svn over ssh, though I haven't personally
used this.

 - I keep hearing (no first hand experience) the berkely db where it
 keeps the metadata keeps getting corrupted, though on the flip side
 there are utilities to repair them.

By default it uses FSFS (filesystem-based repository - KDE also uses
FSFS for svn.kde.org), though the early bugs that caused problems in
the DB backend have apparently been fixed.

 svn tried to make a better cvs, but they have failed on many counts.

Back up this statement. :) svn rename alone was enough for me to dump
CVS.

-Taj.



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

SWAPNIL wrote:

 We need maintain our code using CVS how can i get help to configured CVS 
 server 
 also which client OS supported or 
 how to CVS

http://ximbiot.com/cvs/manual/ might be where you would find good stuff.
On a side note, sending mails as postmaster is not really good for sanity.

Regards
Sankarshan

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFD4JkU+g4kmZ76nyERAsU2AKCDv9TNK3katmzXqq099gIfIpI7GACgsdOb
3pBYhSNt78xb/2R8f56QMIY=
=6NTL
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Yashpal Nagar
in infinite wisdom Raj shekhar wrote:

My 8 bits of gyaan this
- You need to run apache to run svn
  

Why you need apache to run svn?? its a option if you want to browse your 
repository by http or not or use svn protocol clients.  Tortoise svn 
client is enough to do anything and all repos maintaing can be done by 
cmd line programs. I have used both CVS and SVN, i found maintaing CVS 
repos is much more tedious and complex to handle than SVN.

SVN is simpler to setup, maintain and lots of plugins available 
mod_svn,mod_dav_svn,pthon_svn, libapache2-svn etc

- I keep hearing (no first hand experience) the berkely db where it 
keeps the metadata keeps getting corrupted, though on the flip side 
there are utilities to repair them.
  

We are using svn with berkeley db svn setup for last more than 2 years 
and never came across such problem though you have option to choose fsfs db.

svn tried to make a better cvs, but they have failed on many counts.
  

May be some points, but personally, svn is superb i would say when you 
compare with CVS.


Regards,
Yash

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread Mithun Bhattacharya
Anyone seriously considering a new version control setup should atleast
go through the following

http://www.onlamp.com/pub/a/onlamp/2004/01/29/scm_overview.html
http://better-scm.berlios.de/



Mithun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] Fwd: [ilug-goa] Google to develop new OS

2006-02-01 Thread Gaurav Mishra
-- Forwarded message --
From: praveen pn [EMAIL PROTECTED]
Date: Feb 1, 2006 4:28 PM
Subject: [ilug-goa] Google to develop new OS
To: [EMAIL PROTECTED]



http://news.com.com/2061-10812_3-6033533.html
 Rumors that Google plans to encroach on the desktop turf of Microsoft
flittered around the Internet on Tuesday.
 Apparently, the chatter sprang from a Jan. 20 Financial Times story,
which reported that Google was working on switching its in-house
computers over to the Linux operating system. According to the story,
Google is developing its own version of Ubuntu, the software suite
developed by tech entrepreneur Mark Shuttleworth.
 That in of itself is no big deal. Scores of companies have swapped
Microsoft for Linux.
 And there was nothing in the FT story that indicated Google planned
to sell its Linux system, known internally as Goobuntu, to the public.
Nonetheless, a story in The Register on Tuesday hinted that Google
could do just that.
 It's possible Google plans to distribute it to the general public,
as a free alternative to Windows, wrote Register writer Ben King.
 Google representatives were not available for comment, but the
company has in the past denied such rumors.
 Speculation that Google was eyeing the desktop space has circulated
for months. The search company recently released a package of desktop
tools, including Google Talk, Google Desktop, Mozilla Firefox, and
Trillian instant messenger.

 
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews,  more
on new and used cars.

 *
 ILUG-Goa's other mailing lists
 *
 http://groups.yahoo.com/group/ilug-goa-announce LOW-VOLUME, ANNOUNCE LIST
 http://groups.yahoo.com/group/teach-yourself-linux FOR NEWBIES
 http://groups.yahoo.com/group/linuxgoahelp TECH HELP LIST
 OUR NEXT MEETING: Feb 25, 2006 * 3-5 pm * Science Centre, Miramar.
 Meetings held on the fourth Saturday of each month. Check this space!
 *




 
 YAHOO! GROUPS LINKS


 Visit your group ilug-goa on the web.

 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

 




--
Smooth Sea Never makes a Skilled Mariner
Linux User #348873
http://gauravmishra.modblog.com
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] [COMMERCIAL] Immediate requirement of System Administrator at HCL

2006-02-01 Thread Atul Kumar

Linux System Administrator's required.

Experience: 6 Years or more

Education:B.E/3 years Diploma 

Job Description:
   
Hands-On expertise on System administration in a large data-center kind of 
environment in Redhat-Linux. It is preferred to have Unix multi-skilling of the 
following OS i.e. Solaris / AIX.

Hands On expertise in maintaining  troubleshooting Enterprise Redhat Linux for 
5 years preferred.
Hands-On Experience in setup  troubleshooting of NIS / NIS + / NFS / 
Automounter / SSH / SUDO/ RSYNC/ SAMBA/ Sendmail / Proxy / Apache/  NNTP/ RCS/ 
Kickstart/ LVM/ Hardware Raid/ ftp/ Linux Clustering/ and compiling / upgrading 
 Linux kernel using source as well as rpm.

Knowledge of system performance tuning.
Previous experience on Veritas Netbackup.
Knowledge of the HP Open View.
Hands-On Experience on Korn shell and perl scripting languages.
Experience with configuring, maintaining, and troubleshooting a TCP/IP network.
Experience in one of the trouble ticketing systems like Remedy etc.
Ability to Handle Technical Escalations.
Ability to conduct technical trainings.
Process Orientation  Good Documentation Skills.
Understanding of ITIL terminology.

Location : Noida
 
Contact Information:

Atul Kumar

[EMAIL PROTECTED]
Tel: +91 120 5362900 Ext: 6403
Mob: +91 9810010393
 file://www.hcl.in www.hcl.in




DISCLAIMER:
--

This e-mail contains confidential and/or privileged information. If you are not 
the intended recipient
(or have received this e-mail in error)please notify the sender immediately and 
destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in 
this e-mail is strictly forbidden.
---



DISCLAIMER:
--

This e-mail contains confidential and/or privileged information. If you are not 
the intended recipient
(or have received this e-mail in error)please notify the sender immediately and 
destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in 
this e-mail is strictly forbidden.
---
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] cvs help

2006-02-01 Thread ankush grover
On 2/1/06, SWAPNIL [EMAIL PROTECTED] wrote:

 Dear All,

 We need maintain our code using CVS how can i get help to configured CVS
 server
 also which client OS supported or
 how to CVS


 Thanks and regards



 Swapnil K.

 System Group


 hey,



Check out this url enough to setup and configure cvs.There is a gui client
for Linux also see the path for tool in this url.

http://www.linuxgazette.com/issue66/sharma.html



Regards

Ankush Grover
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Fwd: [ilug-goa] Google to develop new OS

2006-02-01 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ahh...the urban legend again


Gaurav Mishra wrote:
 -- Forwarded message --
 From: praveen pn [EMAIL PROTECTED]
 Date: Feb 1, 2006 4:28 PM
 Subject: [ilug-goa] Google to develop new OS
 To: [EMAIL PROTECTED]
 
 
 
 http://news.com.com/2061-10812_3-6033533.html
  Rumors that Google plans to encroach on the desktop turf of Microsoft
 flittered around the Internet on Tuesday.
  Apparently, the chatter sprang from a Jan. 20 Financial Times story,
 which reported that Google was working on switching its in-house
 computers over to the Linux operating system. According to the story,
 Google is developing its own version of Ubuntu, the software suite
 developed by tech entrepreneur Mark Shuttleworth.

http://www.linuxtoday.com/news_story.php3?ltsn=2006-02-01-011-26-NW-DT

'We utilize the Ubuntu technology for internal use, but have no plans
to distribute it outside of the company,' the spokeswoman said. She also
denied the company was using the name 'Goobunto' internally for the
software, saying, 'It's just an internal system...'

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFD4Zji+g4kmZ76nyERAlRIAJ4s3dmAlZFG/ecHwd0LIzm2hLUesACfa+YW
L2auHJDdZiThqMWrLsgQ/4E=
=Z79/
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] utility for measuring the total downloads

2006-02-01 Thread Abhinav Jain
Hi
Is there any utility on linux/win which can measure the total download , I
have an ISP (BSNL/Tata Indicom) which allows me to download only 500MB
(according to some plan) and I need to keep a check on the download I have
made.
i tried googling but maybe wasnt searching for the right thing .
Plz help . thanks in anticipation
Regards
Abhinav
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] utility for measuring the total downloads

2006-02-01 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Abhinav Jain wrote:

 Is there any utility on linux/win which can measure the total download , I
 have an ISP (BSNL/Tata Indicom) which allows me to download only 500MB
 (according to some plan) and I need to keep a check on the download I have
 made.

vnstat ?

- -Sankarshan

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFD4axB+g4kmZ76nyERAugTAJ0UXVGZYeZ8pVnSM4EnWodB72m86wCfcE3/
nlaNRBNpJ3k+MR2/pe67Cjk=
=XsU5
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] utility for measuring the total downloads

2006-02-01 Thread Tanveer Singh
On 2/2/06, Sankarshan Mukhopadhyay [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Abhinav Jain wrote:

  Is there any utility on linux/win which can measure the total download ,
 I
  have an ISP (BSNL/Tata Indicom) which allows me to download only 500MB
  (according to some plan) and I need to keep a check on the download I
 have
  made.

 vnstat ?

I use vnstat and have now found it to be accurate for tx. Is it true
generally or something wrong with my settings?
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/