Re: Re: [ilugd]: Which mail server..??

2002-09-22 Thread Akhil Singh
- Original Message - From: "neelam kumar sharma" <[EMAIL PROTECTED]> Date: 22 Sep 2002 09:39:55 - To: [EMAIL PROTECTED] Subject: Re: Re: [ilugd]: Which mail server..?? > hi, > any body can help > how can i manage bandwidth in linux on local Lan > hi too, Well, linux kernel have

Re: [ilugd]: Authentication thru suid & SQUID

2002-09-24 Thread Akhil Singh
Can't get u.Can u make it more clear so that me or else can try to answer. Njoy! Akhil - Original Message - From: Vivek Khare <[EMAIL PROTECTED]> Date: Tue, 24 Sep 2002 21:30:55 -0700 (PDT) To: [EMAIL PROTECTED] Subject: [ilugd]: Authenticati

Re: [ilugd]: Re: [LAP] (fwd) [india-gii] Re: Wireless and Linux

2002-10-02 Thread Akhil Singh
well, i also like to contribute but i'm here in pune. Can i join u? how Akhil - Original Message - From: "hi.tesh sharma" <[EMAIL PROTECTED]> Date: Wed, 02 Oct 2002 06:08:13 + To: [EMAIL PROTECTED] Subject: Re: [ilugd]: Re: [LAP]

Re: [ilugd]: [Fwd: Enquiry about Latex / Linux...]

2002-10-04 Thread Akhil Singh
well, u can use LaTex ,even on windows too.I mean it is not necessary to install Linux for that purpose only.Just check out the following link, hope it will help else ask for more ;) http://bobi.ifs.hr/~mpinter/miktex.html OR http://www.ecn.purdue.edu/ECN/Documents/miktex/ Njoy'

Re: [ilugd]: saurabh (sysad)

2002-10-04 Thread Akhil Singh
hi too, Pls. always make ur subject ,relevant to the context. yah, check out this link for sysad tutorial :: http://www.tldp.org/LDP/sag/ for network administration :: http://www.tldp.org/LDP/nag/nag.html well, book, u can use "redhat unleashed" to start from scratch. Njoy'

Re: [ilugd]: Thread based debugging

2002-10-08 Thread Akhil Singh
use gdb, it can do debugging for threads too. !! Akhil - Original Message - From: Vikas Gandhi <[EMAIL PROTECTED]> Date: Tue, 8 Oct 2002 11:45:22 +0530 To: [EMAIL PROTECTED] Subject: [ilugd]: Thread based debugging > How can we do threa

Re: [ilugd]: Thread based debugging

2002-10-08 Thread Akhil Singh
Well, it is possible with gdb with a little extent .But if u want a better option then try "smartgdb" it is really good. U can get it from the follwing url : http://hegel.ittc.ukans.edu/projects/smartgdb/ Njoy' Akhil - Original Message --

Re: [ilugd]: Auto-logout Linux

2002-11-21 Thread Akhil Singh
hi, I think u have set "TMOUT" variable in either .profile or .bash_profile. TMOUT takes value in sec. (like 3600,1500..)after that period it automatically logoff ur telnet session.It is basically used for security reasons.If someone forgot to logout, it autologout after certain time period.