Re: [ilugd] The MS trojan horse in Linux Asia 2007

2007-02-06 Thread S. K. Goel
 Fourth--so can a Linux/OSS-competitor be allowed to rule the agenda?
 No. We worked hard, behind the scenes, with microsoft, to ensure that none
 of their messages chided the Linux/OSS philosophy. Where-ever, we felt
 that there were chances of a debate, we prepared our teams and some
 members of the community to ensure that the Linux/OSS message was put
 across strongly. The CXOSummit was a major case in point, where we knew
 Frost  Sullivan would table the TOC study, but advanced preparation and
 some great panellists ensured that Linux/OSS emerged stronger--and that
 infront of some of the leading CXOs of Delhi. (I hope a few members of the
 LUG were there at the CXOsummit, and can share their experience.)

I attend CXOsummit and listen case study of Frost  Sullivan. It
indicate that CIO should not implement Linux Because TCO of Linux is
higher than Windows. That will discourage the CIO, who think to
implement Linux in his organization and Microsoft succeed in that
motive.


[S K Goel]





___
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] Want to Send / Receive SMS

2007-02-05 Thread S. K. Goel
Hi,


We are interested to send and Receive SMS using GSM Modem on Linux. In
case any one on the list have the experience for the same, he may
contact me offline.





[S K Goel]
Vice President
Om Logistics Limited
130, Transport Center
Punjabi Bagh
New Delhi - 110035.
Ph: 011-25970256
Mob: 9911224421



___
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] The MS trojan horse in Linux Asia 2007

2007-02-03 Thread S. K. Goel
On Sat, 2007-02-03 at 17:24 +0530, Kenneth Gonsalves wrote:
 On 03-Feb-07, at 4:32 PM, Honey  wrote:
 
  it is not sponsorship - if you look at the website, microsoft is not
  a mere sponsor - it is a partner, which is much more than a sponsor
 
 
  So the situation is verse than what i'm thinking of.
  Doesn't this indicate that ms realise the power of OSS  now trying  
  to save
  its future by
  breaking into our main weakness (that is money).
 
 i dont think our main weakness is money. Our main weakness is that we  
 dont like to make waves, we want to be popular and friendly with  
 everyone, so we dont protest - we compromise and get trampled over.  
 The only way to face a bully is to stand up to him.
 
 
I feel, Our weakness is, we don't want to share our expertise free of
cost, We also want to make money from the same.


[S K Goel]



___
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] linux machine as router

2007-01-19 Thread S. K. Goel
On Fri, 2007-01-19 at 14:02 +0530, rajnish kumar wrote:
 Dear all
 I want to be configured linux box(fedora or redhat) as router.
 so plz if any one using linux box as router in real environment
 plz suggest which package is best suitable for this.
 
 thnx.
 with regds
 rajnish


You add following commands in /etc/rc.d/rc.local


echo 1  /proc/sys/net/ipv4/ip_forward
/sbin/iptables -F FORWARD
/sbin/iptables -F INPUT
/sbin/iptables -F OUTPUT
/sbin/iptables -P INPUT  ACCEPT
/sbin/iptables -P OUTPUT  ACCEPT
/sbin/iptables -P FORWARD ACCEPT
/sbin/iptables -t nat -A POSTROUTING -s Local-IP -j SNAT --to  Public-IP

I am using linux as a router in more than 250 locations.


[S K Goel]


___
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] linux machine as router

2007-01-19 Thread S. K. Goel
On Fri, 2007-01-19 at 09:07 +, Karanbir Singh wrote:
 S. K. Goel wrote:
  
  You add following commands in /etc/rc.d/rc.local
  echo 1  /proc/sys/net/ipv4/ip_forward
  /sbin/iptables -F FORWARD
  /sbin/iptables -F INPUT
  /sbin/iptables -F OUTPUT
  /sbin/iptables -P INPUT  ACCEPT
  /sbin/iptables -P OUTPUT  ACCEPT
  /sbin/iptables -P FORWARD ACCEPT
  /sbin/iptables -t nat -A POSTROUTING -s Local-IP -j SNAT --to  Public-IP
  
  I am using linux as a router in more than 250 locations.
  
 
 errr.. dont you think you're being a bit generous with those settings ? 
 are you really really sure you dont want any policy whatsoever for any 
 chain's
 
 - KB
 

I have send the code after removing our firewall policies.


[S K Goel]


___
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] telnet

2005-04-25 Thread S. K. Goel
Actually, My normal users work on telnet. But some special users work on
ssh, because there login have a lot of administrative rights. I have
copy their ssh key (/root/.ssh/id_dsa.pub)  and append in the
file /root/.ssh/authorized_keys in the server. Now I want these special
users to restrict the usage from there own computer only, For that
purpose earlier I try to use mac-address of there LAN card, But after
study I found that on my server I received the MAC-Address of Routers
only, So I plan to restrict those users to access through telnet, So
that these special users will work from there computers only.


[S K Goel]



On Mon, 2005-04-25 at 09:10 -0700, Mithun Bhattacharya wrote:
 --- S. K. Goel [EMAIL PROTECTED] wrote:
  Actually I want
  
  User X, Y and Z to be use telnet but not ssh.
  while user A, B and C can be use ssh but not telnet
 
 What exactly is the definition of a user on telnet versus a user on ssh
 - maybe that will clarify what needs to be done ?
 
 
 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 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] telnet

2005-04-24 Thread S. K. Goel
Dear Sir,


First of all, please accept my thanks for your kind advise, But It does
not solve my purpose, It split the users in 2 parts, i.e ssh group owner
and telnet group owner. But neither stop a telnet owner to use ssh
service nor stop a ssh group owner to use telnet service.


[S K Goel]


On Sun, 2005-04-24 at 01:18 +0530, Raj Mathur wrote:
 `groups $u | sed -e s/^$u : // -e 's/ /,/g'`


___
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] telnet

2005-04-23 Thread S. K. Goel
Actually I want

User X, Y and Z to be use telnet but not ssh.
while user A, B and C can be use ssh but not telnet


[S K Goel]
On Sat, 2005-04-23 at 02:41 -0700, Mithun Bhattacharya wrote:

 One reason I could think of is if you wish to allow some users to
 tunnel connections through ssh and not allow the others - in such a
 case telnet and ssh would provide similar features.
 
 
 Mithun
 
 --- Amit Goel [EMAIL PROTECTED] wrote:
  S. K. Goel wrote:
  
  Hi List,
  
  
  I want to give telnet access to some specified users and  ssh access
  to
  some other users, Is there is any file like telnet.allow /
  ssh.allow, So
  that I can defined the same user wise.

  
  TELNET ! Please use only ssh.
 
 __
 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 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] [LIH][COMMERCIAL] Linux Admins

2005-04-22 Thread S. K. Goel
OM Logistics Limited is a ISO 9001:2000 company Using Linux on his all
servers and desktops across country. Total systems are more than 650.
Required a Linux administrator having following skill sets :-


Required Skill Set:

- Broad experience in a wide variety of Open Source technologies
   including :
 * Mail Solutions
 * Security Solutions
 * Mysql, Java, JSP, PHP

- Strong Communication Skills


3-5 years of experience in architecting IT solutions in the Open Source
technologies.

Those interested may please send in the CV through e-mail to S.K.Goel
[EMAIL PROTECTED] and mention your expected renumeration in the
body of the mail.  Please mail your resumes in ASCII/PDF/sxw/html.


[S K Goel]
Asstt. Vice President - IT
Om Logistics Limited
130, Transport Centre
Punjabi Bagh
New Delhi - 110035.
Ph : 25169305
Mob : 9818311902





---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help





___
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] [LIH][COMMERCIAL] Linux Admins

2005-04-22 Thread S. K. Goel
OM Logistics Limited is a ISO 9001:2000 company Using Linux on his all
servers and desktops across country. Total systems are more than 650.
Required a Linux administrator having following skill sets :-


Required Skill Set:

- Broad experience in a wide variety of Open Source technologies
   including :
 * Mail Solutions
 * Security Solutions
 * Mysql, Java, JSP, PHP

- Strong Communication Skills


3-5 years of experience in architecting IT solutions in the Open Source
technologies.

Those interested may please send in the CV through e-mail to S.K.Goel
[EMAIL PROTECTED] and mention your expected renumeration in the
body of the mail.  Please mail your resumes in ASCII/PDF/sxw/html.


[S K Goel]
Asstt. Vice President - IT
Om Logistics Limited
130, Transport Centre
Punjabi Bagh
New Delhi - 110035.
Ph : 25169305
Mob : 9818311902





---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help





___
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] telnet

2005-04-21 Thread S. K. Goel
Hi List,


I want to give telnet access to some specified users and  ssh access to
some other users, Is there is any file like telnet.allow / ssh.allow, So
that I can defined the same user wise.


Please advise


[S K Goel]


___
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] Linux Admins

2005-04-19 Thread S. K. Goel
OM Logistics Limited is a ISO 9001:2000 company Using Linux on his all
servers and desktops across country. Total systems are more than 650.
Required a Linux administrator having following skill sets :-


Required Skill Set:

- Broad experience in a wide variety of Open Source technologies
   including :
 * Mail Solutions
 * Security Solutions
 * Mysql, Java, JSP, PHP

- Strong Communication Skills


3-5 years of experience in architecting IT solutions in the Open Source
technologies.

Those interested may please send in the CV through e-mail to S.K.Goel
[EMAIL PROTECTED] and mention your expected renumeration in the
body of the mail.  Please mail your resumes in ASCII/PDF/sxw/html.


[S K Goel]
Asstt. Vice President - IT
Om Logistics Limited
130, Transport Centre
Punjabi Bagh
New Delhi - 110035.
Ph : 25169305
Mob : 9818311902




___
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] Linux Administrator Required

2005-03-31 Thread S. K. Goel
OM Logistics Limited is a ISO 9001:2000 company Using Linux on his all
servers and desktops across country. Total systems are more than 600.
Required a Linux administrator having following skill sets :-


Required Skill Set:

- Broad experience in a wide variety of Open Source technologies
   including :
 * Mail Solutions
 * Security Solutions
 * Mysql, Java, JSP, PHP

- Strong Communication Skills


3-5 years of experience in architecting IT solutions in the Open Source
technologies.

Those interested may please send in the CV through e-mail to S.K.Goel
[EMAIL PROTECTED] and mention your expected renumeration in the
body of the mail.  Please mail your resumes in ASCII/PDF/sxw/html.


[S K Goel]
Asstt. Vice President - IT
Om Logistics Limited
130, Transport Centre
Punjabi Bagh
New Delhi - 110035.
Ph : 25169305
Mob : 9818311902


___
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] Kernel 2.2

2005-03-07 Thread S. K. Goel
You can use latest distribution, But you have to add following line
in /etc/profile

export LD_ASSUME_KERNEL=2.2.5

I hope it will serve your purpose and you don't require to work on old
distribution.


[S K Goel]



On Mon, 2005-03-07 at 14:24 +0530, Supreet Sethi wrote:
 Nix Cix wrote:
 
 Hi,
 
 I require some Red Hat distribution with kernel version 2.2. I tried
 7.3 and above but they have 2.4. Does some remember the last RH
 version that had kernel 2.2? I specifically require some 2.2 series
 kernel.
 
   
 
 Try finding CD's for RedHat 5.2, PCQ dark green cd in case you have that.
 
 It uses 2.2 kernel
 
 
 
 I also cannot find some site which has these old distributions for
 download. Can someone point me to sucha link?
 
 Regards,
 
 Nix
 
 ___
 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/
 
 .
 
   
 
 HTH
 
 Supreet
 
 ___
 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 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] shell

2005-02-18 Thread S. K. Goel
tail -1 file-name | next-command

On Thu, 2005-02-17 at 21:08 +0530, komal wrote:

 Hello
 
 How to delete certain numbers of line from beginning, middle, or bottom of
 file in Shell?
 
 How to append last line of output of command to another on specific line in
 Shell?
 
 Thank you
 
 Komal
 
 
 
 ___
 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 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] IT Executives required

2005-02-06 Thread S. K. Goel
Om Logistics is a ISO 9000 company having more then 600 computers, all
are running on Linux required IT Executives having experience of minimum
6 months.

Skills required in the position are mentioned :-

1.Java
2.JSP
3.Mysql.
 

[S K Goel]

___
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/