[ilugd] Google Summer of Code and FOSS Outreach Program for Women internships

2013-04-06 Thread Satabdi Das
Hi,

Free and Open Source Software (FOSS) is software that gives the user the
freedom to use, copy, study, change, and improve it. FOSS contributors
believe that this is the best way to develop software because it benefits
society, creates a fun collaborative community around a project, and allows
anyone to make innovative changes that reach many people.

Google Summer of Code is a global program that offers students stipends to
write code for FOSS projects. Participants work remotely from home, while
getting guidance from an assigned mentor and collaborating within their
project’s community. The application deadline for Google Summer of Code is
May 3 and the program dates are June 17 to September 23. The stipend for
the program is $5,000 (USD). The organizations that will participate in
Google Summer of Code this year will be announced on April 8. Starting to
work with an organization as early as possible and making a few code
contributions to the project you want to work on is essential for a
successful proposal.

http://code.google.com/soc

In an effort to get more women involved in FOSS, a number of organizations
are offering Outreach Program for Women internships through a program
organized by the GNOME Foundation. The internships have the same structure,
the same stipend and similar program dates. The application deadline for
the Outreach Program for Women is May 1 and the program dates are June 17
to September 23. Unlike in Google Summer of Code, participants do not need
to be students and non-coding projects are available. In addition to
coding, projects include such tasks as graphic design, documentation, bug
triage and marketing. To apply, you need to connect with an organization
early and make a few contributions relevant to the project you want to work
on.

https://live.gnome.org/OutreachProgramForWomen

The mentorship opportunities are also available throughout the year for
anyone interested in getting started contributing to FOSS outside of the
formal internship program. In addition to the organizations participating
in the Outreach Program for Women, more organizations that offer informal
mentorship to all newcomers are listed here:

http://code.google.com/p/google-summer-of-code/wiki/Mentors

Please consider applying for Google Summer of Code or FOSS Outreach Program
for Women, encourage someone else to apply, or help spread the word by
forwarding this message to any interested university and community groups.

Thanks,
Satabdi
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] books for linux?

2010-02-22 Thread das kumar
can anyone suggest me best book for learning Linux from basics



  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] How to connect Tata Indicom Photon +

2009-11-15 Thread Amritendu Das
Hi all,
i) First, check photon+ vendor and product by lsusb command.

@@ Output look like a below lines and first high light word is vendor
and second is product. In, my case 12d1 is vendor and 140b is product.
# lsusb
Bus 003 Device 004: ID 12d1:140b Huawei Technologies Co., Ltd.
Bus 003 Device 001: ID :
Bus 004 Device 001: ID :
Bus 001 Device 001: ID :
Bus 002 Device 001: ID :
Bus 005 Device 001: ID :
@@

*In My Case I did not see any info like Huwaei or epi valley . But I found a
extra '*Bus 003 Device 004: ID 0x1b7d:0700 *' line with no details.*

ii) Now, load usbserial module by the help of below modprobe and depmod
command.


@@ Again replace vendor and product with your vendor and product,,
# modprobe usbserial vendor=0x12d1 product=0x140b
# depmod -a
@@

*Perfectly run

i get vendor and product from lsusb output by colon seperated entries.
sudo modprobe usbserial vendor=0x1b7d product=0x0700
*


iii) photon+ data card detect as a USB modem
@@ usb_modeswitch is not default bundled in Redhat. You have to download
it source ( usb_modeswitch-1.0.5.tar.bz2 )  and copy usb_modeswitch
binary from usb_modeswitch-1.0.5 to /usr/sbin directory.
# usb_modeswitch -v 0x12d1 -p 0x140b -d 1
# usb_modeswitch -v 0x12d1 -p 0x140b -H 1
@@

*It is new thing for user of plug2surf whiz like me. So I get information
from my friend that photon disk is not detected by modem by default. It need
to mode switch from default status as cdrom to modem. So we  need modeswitch
command. But it is not bundled default with OS SO you will have to get it
another place I get the deb file for ubuntu karmic.
http://packages.ubuntu.com/karmic/i386/usb-modeswitch/download
How ever It installed without any problem on ubuntu jaunty.
*
iv) Edit, dailer configuration, You only have to change Username and
Password parameters. Replace first XX with username ( it may be
your data number ) and second XX with your passowrd ( it also
may be same as Username ). Note :- I am not sure /etc/wvdial.conf file
exists or not.
@@
# vim /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
Phone = #777
New PPPD = yes
Modem = /dev/ttyUSB0
Username = internet
Password = internet
@@

*When I tried command sudo wvdialconf /etc/wvdial.conf
I get usb device as /dev/ttyACM1 against /dev/ttyACM0 in plug22surf and
/dev/ttyUSB0 in above.
I do the same change all other things are same as plug2surf.
*



v) Finally, start dial
# wvdial


*Now I can surf the net with photon on My CentOS*

On Sat, Oct 31, 2009 at 6:17 PM, abhishek jain
abhishek.netj...@gmail.comwrote:

 On Fri, Oct 9, 2009 at 1:30 AM, akshat gupta akshat...@gmail.com wrote:

  which hardware are you using?
  In case you are using the new hardware from Epivally, you need to perform
  an
  unmount first before using the hardware as modem.
  It should be mounted as a cdrom drive. unmount it and your hardware will
 be
  accessible as modem umount /dev/sr1 should do it (please confirm if its
  mounted as sr1 or someother thing).
  after that if you follow the documentation, you should be good
 

 Hi all,
 While connecting the Tata Photon + i get the following error on executing

  'wvdial'



 ATDTphone number
 ERROR
 -- Voice line detected.  Trying again.
 -- Sending: ATDTphone number
 -- Waiting for carrier.
 --
 Thanks and kind Regards,
 Abhishek jain
 ___
 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/




-- 
Thanks And Regards,
Amritendu Das.
+91 9900132917 ( Bangalore )
+91 9958128177 ( Delhi )

It is not because things are difficult, that we do not dare. It is because
we do not dare, they seem difficult.
___
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] Invitation to connect on LinkedIn

2009-10-13 Thread Sibayan Das
LinkedIn


Sibayan Das requested to add you as a connection on LinkedIn:
--

Vinay,

I'd like to add you to my professional network on LinkedIn.

- Sibayan

Accept invitation from Sibayan Das
http://www.linkedin.com/e/qWyQOxWKoBniiga-E9SHaxMCNW6ih6nQ4y5zLL81tR/blk/I1501055214_2/pmpxnSRJrSdvj4R5fnhv9ClRsDgZp6lQs6lzoQ5AomZIpn8_cBYQcj8Rdj0Nc3kNiiZGlzxouC4OjOYSd3wVc3sPejsLrCBxbOYWrSlI/EML_comm_afe/

View invitation from Sibayan Das
http://www.linkedin.com/e/qWyQOxWKoBniiga-E9SHaxMCNW6ih6nQ4y5zLL81tR/blk/I1501055214_2/39vd34OdjkMcj0RckALqnpPbOYWrSlI/svi/

--

Why might connecting with Sibayan Das be a good idea?

Have a question? Sibayan Das's network will probably have an answer:
You can use LinkedIn Answers to distribute your professional questions to 
Sibayan Das and your extended network. You can get high-quality answers from 
experienced professionals.

http://www.linkedin.com/e/ash/inv19_ayn/

 
--
(c) 2009, LinkedIn Corporation

___
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] Same Good Old Question - Can I use RHEL in my organisation without registering it?

2009-08-25 Thread Amritendu Das
Dear u can use CentOS without any hesitation in place of RHEL. RHEL is not
free. For updation u need to be registered on RedHat  for RHEL according to
my knowledge.

On Tue, Aug 25, 2009 at 5:16 AM, Amit Sharma amit_...@yahoo.com wrote:

 Hi,

 I know it is same old question, but will someone please let me know in YES
 or NO whether I can use RHEL in my organisation without needing to register
 it. Is it Legal that way?

 I know I won't be able to update it without registration and I should opt
 for either Fedora or CentOS, but I am looking for answer to the question
 mentioned above.

 -- amit


  Looking for local information? Find it on Yahoo! Local
 http://in.local.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] Antivirus and Antispyware for Linux?

2009-08-19 Thread Amritendu Das
Have u used SpamAssassin.

On Wed, Aug 19, 2009 at 8:50 AM, Amit Sharma amit_...@yahoo.com wrote:

 Hi,

 We are looking for RHEL/Fedora/CentOS, free solutions:

 1. Antivirus (for the entire system and not just email server)
 2. Antispyware

 Googling suggests(for Antivirus):
 1. AVG
 2. Panda
 3. Klamav

 Not able to find anything for Antispyware.

 Please suggest which Antivirus and Antispyware should I use.

 -- amit


  Yahoo! recommends that you upgrade to the new and safer Internet
 Explorer 8. http://downloads.yahoo.com/in/internetexplorer/
 ___
 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] linux.in status

2009-08-17 Thread Indranil Das Gupta
On Mon, Aug 17, 2009 at 10:29 AM, Raj Mathurr...@linux-delhi.org wrote:
 On Sunday 16 Aug 2009, Karanbir Singh wrote:
snipped

 How about we restart with linux-india.org (I can put up a wordpress or a
 drupal there) and see, over a period of 6 months or so, whether the
 community is actually capable of maintaining it or not?  If we are, we
 can start moving the process to retrieve linux.in too.

+1 (with the understanding the ilugd rules may be applied on $SELF =)

cheers
-indra

___
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] Amarjeet (need job)

2009-08-03 Thread Amritendu Das
Hi Amar ,

 Can u forward ur resume to me (linux.am...@gmail.com)? Let see
If any thing can b done for u.

Thanks N Regards,
Amritendu  Das,
+91 9900132917
+91 9958128177
On Mon, Aug 3, 2009 at 10:00 AM, Amar Singh jeet_ama...@yahoo.in wrote:

 I am a RHCE and looking for linux job
 currently  i am a linux trainer in meerut
 please help me for job
 Thanks and Regards
 Amar




  Yahoo! recommends that you upgrade to the new and safer Internet
 Explorer 8. http://downloads.yahoo.com/in/internetexplorer/
 ___
 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] Why I am not getting any interview call as a fresher

2009-07-03 Thread Amritendu Das
Can u please send me ur resume.
On linux.am...@gmail.com

Thanks and regards,
Amrit
9900132917

On Fri, Jul 3, 2009 at 5:43 PM, Randhir randhir_sm...@yahoo.co.in wrote:


 Hi,

 Hie folks, i just wanted to know isn't there any scope for a linux fresher
 in the market as every one wants experienced person so how should a fresher
 start his career in this domain.


 Rgds
 Randhir



 **Randhir***


  See the Web's breaking stories, chosen by people like you. Check out
 Yahoo! Buzz. http://in.buzz.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] [X-POST] Call for I Know What You Are Going To Do This Summer 2009

2009-05-23 Thread Kushal Das
Hi all,

We are happy to announce I Know What You Are Going To Do This Summer
2009,[1] a free (as in freedom), online (IRC-based) [2] training
sessions for wannabes to Free/Libre/Open Source Software at #dgplug on
irc.freenode.net [3].

If you are a mentor, or trainer, or prospective enthusiast who would
like to participate in this years' sessions please go through last
years' IRC logs:
http://www.dgplug.org/irclogs/

We will have a review or QA session on last years' sessions before we
proceed into new topics, this year.

The session timings are mostly varying, usually after 1900 IST every day.

If you are interested in participating, please confirm your
participation by sending an off-list mail to me (kushaldas AT gmail DOT com).


Poster: http://kushaldas.in/tmp/summer_training-small.png
URL: http://dgplug.org/intro/
Planet: http://planet.dgplug.org/
Wiki: http://wiki.dgplug.org/
Mailing list group (for queries, discussions):
http://lists.dgplug.org/listinfo.cgi/users-dgplug.org


[1] http://wiki.dgplug.org/index.php/SummerTraining09
[2] http://en.wikipedia.org/wiki/Internet_Relay_Chat
[3] http://fedoraproject.org/wiki/Communicate/IRCHowTo


Regards,

Kushal


-- 
http://fedoraproject.org
http://kushaldas.in

___
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] Need some idea on monitoring softwares

2009-04-29 Thread Amritendu Das
nagios is one of the best monitoring tool.

On Wed, Apr 29, 2009 at 6:59 PM, Smruti smrutiman...@gmail.com wrote:

 Hi Folks,

 My need is to monitor a large data center with 2k odd servers(windows,*nix,
 physical and virtual) and 50 odd storage arrays. If the swithces and
 routers
 can be supported that's even better. Better if can be integrated with
 Peregrine.

 Now I need to find out a good monitoring software for this.

 I know this list is strictly meant for FOSS tools only. But can we please
 for once keep this debate aside and honestly try to find out how are things
 in there. May be it will help us find out where we stand.

 Some of the possible tools I have heared of.

 Nagios
 Zabbix
 FogLight
 BigBrother
 HP-OV
 IPMon
 Cricket
 BMC Performance Management

 Please send me a features comparission and the support pricing details(if
 you have any).

 --
 Regards,
 Smruti
 ___
 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] Help Please - Seeking a Job

2009-04-24 Thread Amritendu Das
Hi Dear,This is Amritendu Das. U can send ur resume to me. There
is huge requirement for unix admin.

Thanks and regards,
Amritendu das.

On Fri, Apr 24, 2009 at 3:40 PM, Amit Sharma amitsharm...@gmail.com wrote:

 Hi,

 I am looking for a job in Linux from more than 30 days now

 Job Consultants are  not able to help much. Most of them say that opening
 is for Windows Environment only.

 Have also tried naukri.coms and monster.coms etc. in last one month but no
 response :(

 Will posting my profile here help find me a suitable job?

 regards,
 amit






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

2009-04-24 Thread Amritendu Das
Can u plzz send me ur resume.

On Fri, Apr 24, 2009 at 6:50 PM, Amar Singh jeet_ama...@yahoo.in wrote:

 Hi I am RHCE and looking for a suitable job will someone help me to search
 a job
 currently I am a linux trainer in a Red hat training partner institute...


  Share files, take polls, and make new friends - all under one roof. Go
 to http://in.promos.yahoo.com/groups/
 ___
 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] Amar

2009-04-24 Thread Amritendu Das
I donno dear.But i know d linux admin requirement.

2009/4/24 नोरत noratsaras...@gmail.com

 There are any Linux device driver developers jobs

 2009/4/24 Amritendu Das linux.am...@gmail.com:
  Can u plzz send me ur resume.
 
  On Fri, Apr 24, 2009 at 6:50 PM, Amar Singh jeet_ama...@yahoo.in
 wrote:
 
  Hi I am RHCE and looking for a suitable job will someone help me to
 search
  a job
  currently I am a linux trainer in a Red hat training partner
 institute...
 
 
   Share files, take polls, and make new friends - all under one roof.
 Go
  to http://in.promos.yahoo.com/groups/
  ___
  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/
 



 --
 Norat Saraswat
 www.richapplicationsconsulting.com
 Mobile:- 09940254313

 ___
 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] (no subject)

2008-06-17 Thread das kumar
m


  Meet people who discuss and share your passions. Go to 
http://in.promos.yahoo.com/groups/bestofyahoo/
___
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] Firefox problem

2007-11-29 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Sahil Dave
 Sent: Friday, November 30, 2007 1:05 AM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Firefox problem
 
 On Nov 30, 2007 12:52 AM, Puneet Lakhina [EMAIL PROTECTED]
 wrote:
 
  Hi,
 
  I am able to get my firefox 2.0.10 to crash, if I carry out a certain
  sequence of steps which I have documented here
  http://sahyog.blogspot.com/2007/11/firefox-20010-crashing.html
  If anybody can provide any clues as to why this happening, Im all
 ears.
 
 
 i know what you can do to resolve this issue.. its really simple and
 easy..
 
 just remove windows vista from your pc, and install a fresh new
 GNU/Linux
 based OS...!!
 once you do this, you will feel really relieved and firefox will work
 even
 better..

On the other hand if the original poster is facing issues with firefox on
vista, then he can try using IE 7 which comes built-in with the OS.  This is
of course a choice if he wants to stick with Vista.

-Surjo.



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] cheap trick with multiple gmail accounts for concurrent logins

2007-09-08 Thread das দাশ
On Sun, 2007-09-09 at 01:09 +0530, Ravi Shanker wrote:

 3. recompile mozilla firefox with little HACK not to share the common
 comtainer 

Can some configure options be given like that? This is quite
interesting. Never tried that. 


 5. Make multiple user account on computer, say user1, user2,
 user3 ...In
 terminal login as user1 and open firefox from there. Since the
 preference directory for firefox will be all in user's specific dir,
 it
 wont be using same cache/ 

If you mean the solution is like opening a GUI terminal, and then 'su
user1', x-server does not allow to open another display. At least this
is what happens on Ubuntu. Even su into root, and then as root, 'su
user1' too does not allow it. 

For checking Bangla webpages with different settings, once I used
another way. Going to a virtual terminal, with ctrl-alt-f*, and then,
after logging in as 'user1', 'startx -- :1' will start another x-server,
as user1. This then allows to use firefox, obviously with another cache
and all, as you suggested. These multiple x-servers can increase to six,
with :2, :3, so on, obviously if your system has a quite big RAM. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [off-topic] UPS catches fire

2007-09-06 Thread das দাশ
On Thu, 2007-09-06 at 12:12 +0530, Kenneth Gonsalves wrote:
 i have a 15 year old ups that stopped working about 5 years ago -
 can  
 anyone advise me on how to get it to work again?
 
In 'Armageddon' (or maybe 'Deep Impact' or something else) one Russian
astro-scientist suggested something like, 'when a machine is not
working, kick it, and it will start'. So, maybe, you will have to kick
it. Because it is not working for five holy years, maybe you will have
to kick it extremely hard. So, better to search for tungsten boots in
reasonable prices in Indian markets. Or, as it is a LUG list, you may
search for source core of tungsten, to develop and hack into a good pair
of boots.  


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-29 Thread das দাশ
Dear Friends

I reported you problems of both Hindi and Bangla in OOo in Ubuntu 7.04.
As Bikas Rawal suggested, I downloaded the latest OOo 2.2.1 and did
'alien -i --scripts *.rpm', after 'apt-get --purge' on everything
openoffice. And, really, as a pleasant surprise, all the problems were
gone: both Bangla and Hindi. Thank you.

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-28 Thread das দাশ
On Tue, 2007-08-28 at 11:16 +0530, G Karunakar wrote:
 I faced the same problem on Debian sarge.. for a long time could never
 get it fixed..  couldnt replicate it too!  Ubuntu 6.04 did have
 similar issue but it used to work after doing the above steps.
  Try by setting locale also to Hindi (not UI one), in same dialog.
 

Finally what I did was to download OOo 2.2 and install it after dpkg
--purge of all the distro-given OOo things. Though it was not seamless,
in the sense that, I had to create all the Desktop links myself, and yet
to fix the icons. Anyway, it did work after all. The fonts and the
language things working fine. 

One thing, if I may ask you. All the time I am using Wordprocessing with
OOo, be it SuSE, Ubuntu or RedHat, I have almost never used the SCIM
things. In my desktop, where I do a lot of Bangla works, the CTL is not
activated all this time. What exactly is the use of the CTL there, as
you suggested, in the System-Language setting? And How I am working with
the Indic complex-font-rendering things without making it on? When SCIM,
when not, and why? The whole thing, because I don't understand it, seem
quite arbitrary to me. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Mon, 2007-08-27 at 11:06 +0530, Gora Mohanty wrote:
 Can you show us the results of typing
   fc-list :lang=hi
 in a terminal?
 

As I told you, because I could not be sure of what font OOo is using, I
just selected the whole thing, and changed it to lohit-hindi. But, still
the same problem was there. 

And this is the output of my 'fc-list :lang=hi':


[EMAIL PROTECTED]:~$ fc-list :lang=hi
Samanata:style=Regular
Gargi_1.7:style=Medium
FreeSans:style=Medium,navadno
Chandas:style=Regular
Lohit Hindi:style=Regular
DVBOTSurekh:style=Normal
[EMAIL PROTECTED]:~$ 


Different kinds of problems are coming up with OOo with Bangla too, in
Ubuntu 7.04, things I already reported to the bengalinux.org. The list
of problems is quite long. And this happens regularly. Sayamindu
Dasgupta of ILUG-Cal has from time to time, personally tweaked the
things and made it usable for me. I am quite a heavy duty user in Bangla
and English wordprocessing. The English part is always OK, but the
problem comes with the Indic part. Maybe it is time now for a change to
Fedora or something, which as some demonstrations showed is behaving
quite well with the Indic things. Many of my developer friends are quite
content with Ubuntu, but, for us, poor non-developer users mainly
working with Word Processors, maybe it is the time to rethink. I think,
the superfast change into Feisty mangled some things somewhere. Anyway,
it is absolutely outside the scope of my ability to dissect the cause.
Leaving that thing for you people.

Thanks for trying to help.

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Mon, 2007-08-27 at 11:06 +0530, Gora Mohanty wrote:
 Which Hindi keymap are you using? With SCIM?

Oh, sorry, I forgot to reply that part. I am using the 'India' keyboard
from the Keyboard Layout choice menu in
System-Preference-Keyboard-Layout. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Mon, 2007-08-27 at 18:53 +0530, Mahesh T. Pai wrote:
 I guess that gives you devanagari ISCII?? What is the result of
 pressing the following sequence - c + d + o + e (all lower case). 

Maybe you are a guardian angel: so much full of good fortune. I did your
sequence, that gave me 'm-da' in devnagari. And now, after that, by some
twist of chance, now 'd' is conjoining the letters. I could write now
'sarfaroshi ki tamanna', which I could not the whole morning. But, let
me check out what is happening in OOo, if your Midus touch has made that
golden too. What this 'c+d+o+e' is? Some magic charm? 

No, this did not work in OOo. All I got was the first letter: Hindi 'm'.
But, I can copy and paste from 'gedit'. Even when I am doing
format-changes on the pasted material, they are remaining correct. 

Thank you very much, dear Pai, at least by enabling the 'gedit' work
with your magic charm: quite an 'umda' one. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Mon, 2007-08-27 at 18:57 +0530, Mahesh T. Pai wrote:
 Which version of OOo is this?

2.2.0-ubuntu3 (one or dictionary packages are different)

Yes, the problems are entirely with OOo. 

No, the problem is not with the repository. This desktop, from where I
am writing this mail, is in a daily update setting of apt-get, as
connected machines usually are. And this gives me all the problems with
Bangla, I have already reported the problems to bengalinux.org. A
particular ODT in Bangla on which I am working for almost two years, a
span within which I have worked on it from three different OS, SuSE, RH
and Ubuntu, is all OK now in Fedora when I send it to some Fedora
machine. But, it is all mixed up in Ubuntu. Even the earlier version of
Ubuntu was OK with it. It is a very lengthy essay with lot of linear
algebra, concerning Marx's Value Algebra. Now, even the equations and
the page numbers are also mixed up. Let alone the 'smartquote' problem.
The 'endquote' for both single and double quotes are not anymore getting
transformed into 'smartquote'. Some of the characters have also got
mangled. It is a nightmare now. But, on Sankarshan Mukhopadhyay's
machine, F7, they are all OK. Mukhopadhyay sent me all the screen-shots.
If you knew Bangla, or had Bangla support on your machine, I would have
requested you to try it on your machine too. 

And the laptop where I was installing the Hindi support, I did it from a
'debmirror' repository, locally on my desktop, which is used by many of
my friends, and it is updated regularly, just the 'main', 'universe',
'multiverse' portions for i386. I completed the last update just a few
hours before the installation. So, I don't think it is an update
problem. 

I think the problem is in what I would prefer to call a 'premature
birth' of Feisty. 

Anyway, thanks, you are really a good friend in need. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Mon, 2007-08-27 at 19:55 +0530, Vikas Rawal wrote:
 The suggested solution is to download openoffice rpms, use alien to
 create debs, and then install using dpkg. 

I think, I will something like this. But, earlier, I have seen that to
worsen the situation, though that was for the compiled 'mplayer' or
'lame' in place of the ones from the distro-release. 

Do you know this solution has worked for the OOo in Ubuntu Feisty
without giving some even bigger glitch?

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-27 Thread das দাশ
On Tue, 2007-08-28 at 00:31 +0530, G Karunakar wrote:
 try this
   Tools -Options - Language Settings | Languages
   enable CTL option here ,  also select Hindi as language for CTL
 (if its already set, the set something else then set it back).
 Quit openoffice and start it again,  then type and check.. it
 should work then..
 

I repeated the whole routine twice, even including one gdm restart, and
one machine reboot, but it did not work. Thanks for the suggestion
though. 

I downloaded the OOo latest tar.gz, going to try that. If that does not
work, will try the last option: change of OS. 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Hindi and Ubuntu 7.04

2007-08-26 Thread das দাশ
Hello Friends

I am facing a queer problem in Ubuntu 7.04 Hindi. I installed the
keyboard layout and the Hindi fonts and all, as suggested by apt-get.
Now, after, opening the OOo window, I can type the English or Bangla
text quite normally. But, when writing Hindi, a peculiar problem is
popping up. 

Let me elaborate it with an example. For a try, I started typing
'sarfaroshi ki tamanna'. As the Devnagari layout goes, key-m stands for
Hindi-'s', so I typed it. It showed. But now, adjacent to this the Hindi
'r' would not show. If I type a space, and then hit the key-j, which is
meant for Hindi 'r' it will show. And then I can come back and delete
the space. And this way continued for the whole word 'sarfaroshi'. Even
with the two vowel marks, 'o' and 'i', the same thing happened. After
Hindi 'r' I have to type a space and then I can type the key-a, which is
meant for Hindi 'o', and then I can come back and delete the space. 

Though the OOo Font field was showing 'Deja-vu', it was using some Hindi
Font, the name of which I don't know. Now I tried 'Lohit Hindi', the
Bangla version of which is quite a good font. But, the same thing
happened. 

I must be doing some very silly mistake somewhere, but, please don't get
angry with me for disturbing the list with it. The fault goes more to my
wit, than me. Should I try a 'restart' -- the bad old MSW way? 

Apologetically yours
--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-26 Thread das দাশ
On Mon, 2007-08-27 at 10:38 +0530, Mahesh T. Pai wrote:
 And, uhhh, u does this happen in any other text editing
 application, like gedit? (no - not emacs or vi). 

I used Lohit Hindi. And let me try gedit and report it. 


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi and Ubuntu 7.04

2007-08-26 Thread das দাশ
On Mon, 2007-08-27 at 10:38 +0530, Mahesh T. Pai wrote:
 And, uhhh, u does this happen in any other text editing
 application, like gedit? (no - not emacs or vi).
  

In 'gedit' they are working properly. But, a new problem is coming
there. In Hindi how do you conjoin? Like, say, I am writing 'santa' of
'santa ramdas', would it be like this 'm' for 's', 'v' for 'n', then 'd'
for conjoining, and 'l' for 'ta'? If that is the process, then 'gedit'
is giving a problem too. The 'ta' is getting conjoined not after 'n',
but after 's'. Please tell me the correct way of conjoining. 

So, all this problem was coming from Ubuntu OOo? That is quite probable.
In Bangla too, Ubuntu is giving a lot of problems. Some Bangla essay,
which I am writing for quite a long time, around two years, is getting
mangled in many ways by Ubutnu 7.04 OOo. Though it is reading quite
nicely in Fedora, with all the things in their proper place. 

What to do now? I have to enable both Hindi and Bangla support in this
old Compaq laptop of one of my colleagues. Shall I install something
else? Any suggestion? This colleague, just like me, is no developer. But
quite an intensive user of Wordprocessing and very usual things like
browsing, writing mails, or occasional music or movie. 'mplayer' and
'Firefox' are running quite well on this box with Ubuntu 7.04, even the
Hindi and Bangla pages are showing up well in the Browser. But, what to
do now with this word-processing, the prime need? 

--
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi Keyboard and Ubuntu

2007-08-16 Thread das দাশ
On Thu, 2007-08-16 at 10:51 +0530, Kenneth Gonsalves wrote:
 this 'indian' bug has been around in ubuntu for quite some time now
 -  
 why dont the ubuntu fans do something about it? 

To be very frank, I also quite disliked it. But, then, a lot of FLOSS
workers together did it for us: and tried to rationalize it in some way
or other. I don't know exactly what is the constitutional status of
Hindi as a language in India, but, obviously, if I am an individual
Indian, Hindi does not exactly represent me, so for the Hindi setting to
come after selecting India as a whole came as a bit of colonial-sounding
to me. Anyway, these dedicated workers, who are making this whole thing
available for us, did not think that way. And so: learning to live in a
world that I did not make. 

---
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Hindi Keyboard and Ubuntu

2007-08-15 Thread das দাশ
Hello Friends

For one of my Hindi-speaking colleagues in Calcutta I am installing
Ubuntu. I am a regular user of the Bangla things in Ubuntu. What I do is
that install the Bangla fonts and add a keyboard layout (in my case
Probhat) from the System-Preference-Keyboard-Layout menu. But, in
case of hindi, I installed all Hindi things from apt-get, they are all
OK, but I am not getting any Hindi Keyboard in the India section of Add
Keyboard Layouts. There are Bangla, Tamil, Gurmukhi, and others, but no
Devnagari or something like that. What to do? Something else I have got
to install?

---
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi Keyboard and Ubuntu

2007-08-15 Thread das দাশ
On Wed, 2007-08-15 at 21:21 +0530, Rakesh Pandit wrote:
 Try selecting India(You do not have to select from drop down options),
 add it and select it and reboot your X. It will work. :-) 

So many thanks friend. This worked after installing India as a whole,
not any subgroup. And all the keyboard layouts are changing as expected.
I did not have to restart X, because all the Hindi things were already
loaded in the system. 

Now, please, another help: what is the name of this default Devnagari
layout, and where can I get its layout map? 

With Thanks
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hindi Keyboard and Ubuntu

2007-08-15 Thread das দাশ
Got the keyboard layout for Devnagari from the Net. So, all problems are
solved. 

---
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] PGDP Proofreading Interface

2007-07-26 Thread das
On Thu, 2007-07-26 at 01:51 -0700, Viksit Gaur wrote:
 If you download the file and check inside the 'SETUP'
 directory - there's a set of installation instructions
 in a txt file. Good place to start. I see that is
 requires you to install a bunch of libraries and
 applications, such as MySQL and others.
 
 To do this - you'd need a working knowledge of
 configuring and installing apps on linux, as well as
 going through config files, editing them, and some
 very basic SQL too. But if you can manage that, I'd
 say an hour of trials should have you set pretty soon.
 
 As for what you'd need to learn - reading
 installation.txt and then doing a web search for
 anything you don't understand and learning it -
 probably the best way to go. There's also the
 #linux-india channel on Freenode where you can ask
 questions if you get stuck.
 

I went through the 'Installation' text, and I installed all the
dependencies mentioned there. Like MySQL or PHP. And, I am familiar with
the very basic commands of MySQL (used it once or twice). But, still it
is not working like that. It could be a great help if someone creates a
package for Ubuntu that can be installed and worked with right away.
Shall I have to learn PHP to run this thing? Is PHP difficult. Just for
working with this package how much labor it will take, say, one or two
days, or, one or two weeks?

Thank you for the suggestions.

---
das


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Chotha Beta 1 released (A wordpress client)

2007-07-22 Thread Kushal Das
Hi,
Chotha Beta 1 is released. Chotha is a blog client written in PyQt4. This is 
mainly for wordpress, will add support for others later. It is having basic 
HTML tag editing capabilities with saving blog entries locally in the system. 
You can also save it as draft in the server. You can preview your entry 
either in Firefox or in Konqueror. Or else you can click and go to visual 
mode to see quick preview (without images).

Screenshot: http://flickr.com/photos/kushaldas/870308314/

Webpage: http://sourceforge.net/projects/chotha


To understand the meaning of the name please ask any of your Bengali friend :p
Comments are welcome :)

Note: Few major bugs like layout one is there knowingly.

Kushal Das
-- 
Fedora Ambassador, India
http://kushaldas.in

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Help needed... UBUNTU

2007-07-18 Thread Noren Das
Dear all,

I have been a silent observer of your group I have been using Ubuntu
6.10LTS from past one year... but due to some problem my laptop
crashed.

Now I am unable to install ubuntu in my laptop. I am having Acer Travel Mate
2003.
If some body in this community is residing near Janakpuri or Harinagar, I
would be really great full asking for his expert advice.

Thanks in Advance

Warm Regards

Noren Das.
UTI Bank Ltd.
Janakpuri.


On 7/18/07, Debarshi 'Rishi' Ray [EMAIL PROTECTED] wrote:

 http://rahulsundaram.livejournal.com/11995.html

 Smolt is the opt-in hardware profiler for Fedora and while the
 initial focus was on Fedora, Smolt is derived from RHN client tools
 and is based on HAL and has always been portable to other Linux
 distributions and possibly other operating systems which HAL has been
 ported to like FreeBSD or Solaris. The idea as Max Spevack has hinted
 before is to have a neutral central website to gather metrics on Linux
 usage. There are many other advantages. We could understand some
 patterns and gain insight into how Linux systems are being used and
 prioritize testing and focus development. We could talk to hardware
 vendors and gain more support. A shared and coordinated effort between
 Linux distributions and other operating systems would have enormous
 benefits for both developers and end users.

 Cheers,
 Debarshi
 --
 GPG key ID: 63D4A5A7
 Key server: pgp.mit.edu

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




-- 
Regards

Noren Das
Relationship Manager
Priority Banking
UTI Bank Ltd
09312845356
___
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] [commercial] American company seeking Asterisk consultants

2007-07-03 Thread das
On Tue, 2007-07-03 at 14:44 +0530, Sirtaj Singh Kang wrote:
 Oh I'm sorry I must have missed the announcement. When did this become
 childish-bigotry-list?
 
 -Taj.
 

Yeah, it was childish. I don't know why the irritation did show up that
way. Sorry. 


___
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] [commercial] American company seeking Asterisk consultants

2007-07-02 Thread das
On Mon, 2007-07-02 at 23:46 +0530, Gora Mohanty wrote:
 Since you found it necessary to mention it, is there something
 special about your being an American company? Should we all fall
 down in awe? 

Maybe because they are proclaiming beforehand that if your IQ is more
than 80, that is, definitely more than Forrest Gump, they will never
employ you: it is the AAS, Average American Standard?


___
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] Google Desktop Finally Out for Linux

2007-06-29 Thread das
These are the times when State intervenes every moment into every bit of
personal data: more as a preemptive bid. Are all these bits and pieces,
Google Earth, Wikimapia, and now this Google Desktop just ploys in that
maneuver? Just curious what other people on LUG List are thinking? 


___
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] Broadband Connection

2007-06-28 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Parijat Garg
 Sent: Thursday, June 28, 2007 10:11 AM
 To: ilugd@lists.linux-delhi.org
 Subject: [ilugd] Broadband Connection
 
 I am planning to install broadband (yep, there still are people who
 don't have broadband at home) and am wondering which ISP provides the
 best service. I also need to setup WiFi at home. Do these
 service-providers help set that up too?

BSNL Dataone Rocks !!!




___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-26 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Rahul Upakare
 Sent: Tuesday, June 26, 2007 10:21 AM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
 Also, if you are familiar with Windows you can use Linux, but if you
 are addicted to
 Windows then you cannot.

Its not a question of addiction.  It's a matter of habit.  Gabbar Singh
equates to Amjad Khan and not to Amitabh Bachchan what Ram Gopal Varma is
trying to do.  He's fighting a losing battle.  I went OT here.  But this is
the best example I could think of as I am also a movie buff.  If you can't
imagine anyone else but Amjad Khan as Gabbar Singh, then try changing the
world from Windows to Linux on the desktop.  The server battle is already
won.  

Want more examples ?  Try replacing Prithviraj Kapoor as Emperor Akbar in
Mughal-e-Azam or Madhubala as Anarkali or Dilip Kumar as Prince Salim.  It's
just not going to work.  Due apologies to the listadmin for going way too OT
here.

 
 It is just a matter of time. Time changes everything.

How much time are we talking of here.  Microsoft released Windows 95 in
1995.  They predicted that all PC's will be manufactured with pre-loaded
Windows.  Now we are in 2007.  Red Hat came out with their 6.2 version in
1999 if I am not mistaken.  Everyone dubbed it as the best and stable
release then.  Improvements kept happening on that over a period of time.
We are now in 2007.  How much will it take to change things.  Microsoft
released Vista in January 2007.  It is June now.  All PC's that are coming
out from factories have Vista on them or with a Vista ready sticker.

I am not writing this in favour of Microsoft.  It's just plain facts and the
reality out there.

Cheers,

Surjo.



___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-26 Thread das
On Tue, 2007-06-26 at 16:39 +0530, Sandip Bhattacharya wrote:
 Our aim is not to fight Microsoft.

Yeah, that is the point. 

Don't make a bad father out of MS, and don't make a crybaby out of
GNU-Linux (actually, the genealogy of GNU-Linux posits its lineage much
before the birth of this bad father). These two are altogether different
kinds of ball-game, though they have kind of a likeness in their domains
of definition. GLinux can forget MS: forget as in king's forgetfulness a
la Nietzsche. Let MS be MS, let us be us, and if possible, progressively
a better us. We are different and we are happy that way. A lot of us are
very happy with the way GLinux is working and developing and bettering.
This bettering doesn't mean being like MS, it means being more perfect
and elegant in GLinux's own way. If anyone has any suggestion there, we
are all ears.


___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-26 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Naresh Narang
 Sent: Tuesday, June 26, 2007 8:46 PM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
 I have never come
  across any mission critical
  applications running on Windows servers.  Its mostly
  UNIX or Linux.
 
 Do you have some data from some research or is this
 because you feel it that way?

12+ years of experience in the IT Industry my friend :)

Cheers,

Surjo.




___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-26 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Kenneth Gonsalves
 Sent: Tuesday, June 26, 2007 9:52 PM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
 
 On 26-Jun-07, at 9:13 AM, Surjo Das wrote:
 
  community, I feel it's up to companies like Red Hat and Novell to
  promote
  the Linux desktop.  And there too, they are targeting corporate and
  not the
  home segment.  IMHO, its up to Red Hat and Novell to promote Linux
  on the
  desktop and not the LUGs.
 
 just curious, what on earth are you doing on a LUG mailing list?
 Slumming?

Good to hear from you after a long time doc.  Will mail you off-list :)

Regards,

Surjo.




___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-25 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Lokesh Bhog
 Sent: Monday, June 25, 2007 5:44 PM
 To: The Linux-Delhi mailing list
 Subject: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
   http://news.yahoo.com/s/nf/20070622/bs_nf/53263

So what can we conclude from this report ?  I have been using Windows Vista
Ultimate for the last 4 months and I send my mails from Outlook.  I have
never faced any issues.  I do agree that Linux is an excellent OS but it
holds good only for servers.  I have never come across any mission critical
applications running on Windows servers.  Its mostly UNIX or Linux.  I have
even seen some servers running on Novell NetWare.  Microsoft has already
captured the desktop market way back in 1995 when Windows 95 was released.  

Regards,

Surjo.



___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-25 Thread Surjo Das
 -Original Message-
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Kenneth Gonsalves
 Sent: Monday, June 25, 2007 9:01 PM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
 so you recommend we all shift to vista?

I never recommended that we all shift to Vista.  It is a matter of choice of
every individual user.  I am using Vista at home because my wife is familiar
only with Windows.  I didn't try to convert her to Linux as she has never
heard of it.  She heard it for the first time when I mentioned it to her.  

I only reiterated the market reality.  Microsoft has the desktop market
already.  If you happen to visit any middle class home who have a PC for
their entertainment purpose, invariably you will find it loaded with Windows
in at least 95% of the cases.  On the server side, there are no doubts that
Linux is a very strong player.

Regards,

Surjo.



___
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] Microsoft Claims Vista Is More Secure Than Linux

2007-06-25 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Parthan S R
 Sent: Tuesday, June 26, 2007 8:42 AM
 To: The Linux-Delhi mailing list
 Subject: Re: [ilugd] Microsoft Claims Vista Is More Secure Than Linux
 
 I won't accept that people think GNU/Linux is not a match for Windows;
 I have installed and helped in migration of lot of my friends and they
 are now happy GNU/Linux users. Thanks to people like Dell, we have
 started to get the right kind of opportunity to go preloaded. Its we,
 GNU/Linux users have to take some responsibility in at least creating
 an awareness amongst our friends and relatives circle.

The reason why Dell is giving a choice of pre-loaded Linux is because they
don't want to pay Microsoft for a Windows licence.  Moreover, they are doing
this to bring down the price of their entry level PC's.  When Microsoft
releases any new version of their desktop OS, they don't need to do anything
to convince people to migrate to it.  They phase out the earlier versions
and make their current versions as the only available choice.  PC
manufacturers end up with no choice.  Do Windows users try to convince their
friends or relatives to use XP or Vista ?  They don't because there is no
need to.  It's already available on their PC's :)  More than the Linux
community, I feel it's up to companies like Red Hat and Novell to promote
the Linux desktop.  And there too, they are targeting corporate and not the
home segment.  IMHO, its up to Red Hat and Novell to promote Linux on the
desktop and not the LUGs.

Regards,

Surjo.



___
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] Microsoft and Linspire reach interop, IP deal

2007-06-16 Thread Surjo Das
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Raj Mathur
 Sent: Saturday, June 16, 2007 11:14 AM
 To: ilugd@lists.linux-delhi.org
 Subject: Re: [ilugd] Microsoft and Linspire reach interop, IP deal
 
 On Saturday 16 June 2007 10:01, [EMAIL PROTECTED] wrote:
  [snip]
  wonder what will happen when some american patents the googly
 
 They'll stop playing cricket in America?

Do they play the game at all ?  Who cares ?

BTW, way too OT and a potential flame bait.  This mail was sent from Outlook
2007 running on Windows Vista.  WOW !!!

Have a great weekend.

-Surjo.




___
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] CBA Trojan on Linux Ubuntu Installation

2007-05-11 Thread das
http://www.scriptalias.com/?p=90



___
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] calendar of foss events

2007-03-13 Thread Kushal Das
On Tuesday 13 March 2007 20:12:26 Sumit Kumar wrote:
 On 3/13/07, Sumit Kumar [EMAIL PROTECTED] wrote:
Can you please write something in your mails ?

Kushal
-- 
Fedora Ambassador, India
http://kushaldas.in

___
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] OpenSuSE and Intel 865G chipset

2007-03-04 Thread das
On Monday 05 March 2007 08:11, ananda rao wrote:
 But the problem is the screen flickers. Though the rated refresh rate of
 the monitor is 85MHz, I am not able to get this rate of refresh.
Have you tried editing the '/etc/X11/xorg.conf'? It is well commented. Try 
editing this file as 'root' from outside X, if you are booting into init 3, 
and from a virtual console if you are booting into init 5, and then restart 
X. For the time being you can change the init level in '/etc/inittab'.

___
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] M$ can be sued

2007-02-08 Thread Surjo Das
Sorry for top-posting here as my blackberry mail client doesn't allow to 
bottom-post.

Now coming to the point.  Why is it that LUGs cannot think beyond Microsoft.  
Why are we so MS obsessed ?  Instead let us concentrate on what FOSS has to 
offer.

Regards,

Surjo.

 
Sent from my Airtel Blackberry

View my online journal at http://surjodas.blogspot.com


-Original Message-
From: vivek khurana [EMAIL PROTECTED]
Date: Thu, 8 Feb 2007 20:46:16 
To:Delhi Linux [EMAIL PROTECTED]
Subject: [ilugd] M$ can be sued

Hi!

 Found his interesting posting on fsf-frinds mailing
list

http://mm.gnu.org.in/pipermail/fsf-friends/2007-February/004604.html

 SHows how M$ can be sued under IT act.

regards
VK

Engineers normally have problem with every solution. If not they have  a 
solution in search of a problem.


http://creative.linux-delhi.org

Disclaimer
The facts expressed here belong to everybody, the opinions to me. The 
distinction is yours to draw...


 

It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

___
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] vcd cutter

2006-12-24 Thread dipankar das
On Sunday 24 Dec 2006 7:57 pm, dhiraj wrote:
 any other software??

mencoder -oac copy -ovc copy -o yourname.avi all-your-movie-files

This is an extremely simple alternative, and it works very nice for me. Even 
other formats you can do after reading the 'mplayer' documentation.

'man mplayer' does not have all those nice and simple examples. 

___
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] vcd cutter

2006-12-24 Thread dipankar das
On Sunday 24 Dec 2006 7:57 pm, dhiraj wrote:
 any other software??

Oh, the earlier thing was for joining. 

For the cutting job, there are several options in mencoder. One simple one is 
'-ss' that allows you to cut in terms of time or size of the file, to say 
where to start and '-endpos' to end the portion. Our friends here on the list 
can give many options, but the problem is simplicity, they are quite 
knowledgeable on these things, which I am not, and maybe you too.  

Read the 'mplayer' documentation, it is very simple. After you compile it, you 
will get it in the DOCS folder of the untarred archive. I don't know anything 
about these multimedia complications, but even I can do cutting and fixing 
movies. To give you a funny example: from three VCD-s of an excursion, I 
squeezed out a movies of 23 minutes: just the portions where my niece of five 
years is in the frame. And that too without knowing anything about all these. 
Just encoding the VCD-s through 'mencoder' into AVI files, and then cutting 
and fixing. 

das

___
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] Video streaming using linux

2006-12-07 Thread Kushal Das
Hi,
Please follow http://www.oddsock.org/guides/video.php
You should use the xml config file from the icecast source.
To convert the video files either you can use the option given in the above 
link or you can use gstreamer.
Like:

gst-launch filesrc location=dus.mpg ! decodebin name=d ! queue ! 
audioconvert ! vorbisenc ! oggmux name=mux ! filesink location=foo.ogg d. ! 
queue ! ffmpegcolorspace ! theoraenc ! mux.
Don't forget the . at the end :P

Regards,
Kushal
-- 
Fedora Ambassador, India
http://kushaldas.blogspot.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] webcasts in open format?!

2006-11-18 Thread Kushal Das
On 11/17/06, Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 On 17-Nov-06, at 12:15 AM, saleem ansari wrote:

  http://webcast.gov.in/
  all the webcasts on this site are in real player format
  should they not be told to put the videos in some open format like ogg
  vorbis?

 government is asking us about this - if someone can put together a
 demo package of how it is to be done in foss - we could do something

We can provide webcast using available tools only. Icecast is a very
good streaming server.
We can stream ogg theora video through it.
A small demo is up  running within NRCFOSS lab :)

Regards,
Kushal
-- 
Fedora Ambassador, India
http://kushaldas.blogspot.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] webcasts in open format?!

2006-11-18 Thread Kushal Das
On 11/18/06, Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 On 18-Nov-06, at 6:33 PM, Kushal Das wrote:

  On 11/17/06, Kenneth Gonsalves [EMAIL PROTECTED] wrote:
 
  On 17-Nov-06, at 12:15 AM, saleem ansari wrote:
 
  http://webcast.gov.in/
  all the webcasts on this site are in real player format
  should they not be told to put the videos in some open format
  like ogg
  vorbis?
 
  government is asking us about this - if someone can put together a
  demo package of how it is to be done in foss - we could do something
 
  We can provide webcast using available tools only. Icecast is a very
  good streaming server.
  We can stream ogg theora video through it.
  A small demo is up  running within NRCFOSS lab :)

 so what happens to all those who want to view with IE?
One need to install some ogg theora player to see the in windows.
You can use http://www.illiminable.com/ogg/ to see them using the
windows media player. (I haven't tested yet)


Regards,
Kushal
-- 
Fedora Ambassador, India
http://kushaldas.blogspot.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] Linux based mobile phones

2006-11-17 Thread Kushal Das
On 11/18/06, Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 On 18-Nov-06, at 10:43 AM, Suruchi wrote:

  Can anyone give me a list of mobile phones based on Linux. If I can
  get
  India specific model namesthat would be of great help.

 http://www.linuxdevices.com/articles/AT9423084269.html
Motorola A780 simply rocks. You can also telnet into it.

Regards,
Kushal
-- 
http://kushaldas.blogspot.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] FC6 Display Problems

2006-11-07 Thread dipankar das
Dear Friends

After installing FC6 on my Athlon 1800+ machine, with SiS VGA ('lspci' detects 
Silicon Integrated Systems [SiS] 661/741/760/761 PCI/AGP VGA Display 
Adapter), and the monitor being LG Flatron E700S, the X was problemsome in 
the sense that a lot of black border was getting there on the console on all 
the four sides. I tried to fix it in FC6, but it was showing only generic 
'CRT' display and an outlandish screen resolution.

The way out was a bit stupid. I just copied the 'xorg.conf' from the SuSE 10 
installation, without the file section obviously, and pasted it in the 
'/etc/X11' directory. And, really to my surprise, now everything X started 
working nice in FC6. But, as expected, there are problems: when i want to log 
out from X, at times it works and at times it hangs. 

Is there a not so stupid way out from this X fix in FC6? Till i am in X, FC6 
is really working nice, and i need it particularly for its Bangla support, 
that is the best among the distributions i know, so i need to keep this 
installation.

Thanking in advance,
das

___
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] Mount through LAN

2006-09-22 Thread dipankar das
On Friday 22 September 2006 17:42, Prasanta Baruah wrote:
 One can use sshfs also,

 $ sshfs [EMAIL PROTECTED]:[dir] [mountpoint]

 And for unmounting,

 $fusermount -u [mountpoint]

So many thanks. Brilliant this is. There was a package 'sshfs' in Ubuntu 
repository, that got installed with fuse and its kernel module. 

In SuSE, the packages 'sshfs' and 'fuse' had to be downloaded from 
Sourceforge. The first run did not go, because, the 'configure' script was 
getting the fuse kernel module in SuSE, but something did not work. Maybe it 
was a version inconsistency. So, the next time compiled it with '--enable 
kernel-module' and everything worked fine. I just can't believe this is that 
simple. The whole laptop system is now a directory in my $HOME. 

This is the beauty of Linux life: having technically able friends who can 
suggest the exact thing. 

___
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/
http://freedel.in - September 16-17, 2006


[ilugd] Mount through LAN

2006-09-21 Thread dipankar das
Desktop running on SuSE 10, and Laptop on Ubuntu 6.06, connected through LAN, 
and usual packages like 'scp' or 'ftp' or things like that running between 
them. 

Now, can the HD partitions of the Laptop be mounted through the LAN to append 
them to the Desktop system?

___
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/
http://freedel.in - September 16-17, 2006


[ilugd] DVD Writing Commandline

2006-09-18 Thread dipankar das
Hello Friends

What are the command line tools for writing DVD the way i use 'mkisofs' and 
'cdrecord' for CD-s? What i am doing now is making the ISO with 'mkisofs' and 
writing the image into a DVD by K3B. Can 'cdrecord' write a DVD the way it 
writes a CD?

das

___
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/
http://freedel.in - September 16-17, 2006


Re: [ilugd] Installation issues for Oracle 9i on suse10.1

2006-06-21 Thread Surjo Das
Hi !

Try accessing www.werner.us for the answers of all your queries on deploying 
different versions of the Oracle database on various Linux distros.

-Surjo.

View my online journal at http://surjodas.blogspot.com


-Original Message-
From: Aseem [EMAIL PROTECTED]
Date: Wed, 21 Jun 2006 11:50:26 
To:ilugd@lists.linux-delhi.org
Subject: [ilugd] Installation issues for Oracle 9i on suse10.1

Hi

I m trying to install oracle 9i (downloaded from oracle) on suse 10.1. I have 
performed all the steps before running the installer like creating the user and 
group and setting the display setting.
 
 Now after doing su - oracle
 i run the installer /oracle/Disk1/runInstaller -ignoreSysPrereqs 
 
 This is what i m getting
 [EMAIL PROTECTED]:~ Initializing Java Virtual Machine from 
/tmp/OraInstall2006-06-21_10-50-03PM/jre/bin/java. Please wait...
 Error occurred during initialization of VM
 Unable to load native library: 
/tmp/OraInstall2006-06-21_10-50-03PM/jre/lib/i386/libjava.so: 
symbol__libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link 
time reference. 
 After this no message is displayed and if i press enter i m back on the prompt
 
 Can anyone guide on what has to be done to resolve this problem

Thanks


-
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.
___
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] Exchange-like stuff for Linux

2005-12-22 Thread Sibayan Das
What about this one Open-Xchange

http://mirror.open-xchange.org/ox/EN/community/


On 12/22/05, Sudev Barar [EMAIL PROTECTED] wrote:

 On 12/22/05, Raj Mathur [EMAIL PROTECTED] wrote:
  Anyone know a freeware server that can perform the functionality of
  Exchange?  The features I'm looking at include mail, calendaring,
  appointments and address book.
 
  Client will be Outlook  co, so cross-compatibility is critical.  No
  web-based solutions please!

 At Foss.In I heard Till from KDE giving talks about Kolab2.1 (was to
 be released anyday) which is likely to meet your needs.
 --
 Sudev Barar
 Learning Linux

 ___
 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] Fw: multi gateway system

2005-12-20 Thread Sibayan Das
are you trying to use simultaneously 2 internet links (512k  1m) at a time?
you have to use BGP for that.

On 12/20/05, SWAPNIL [EMAIL PROTECTED] wrote:

 Dear All,

 Our network has a Linux system as Gateway Server with two Ethernet cards.
 One is configured to the internal IP address and another is configured to
 external IP address provided by VSNL.

 The current bandwidth is 512 kbps, we are looking to increase our
 bandwidth
 to 1 mbps.

 Can we add one more Ethernet card in the server and configure it to
 external
 IP address of new broadband line ?
 Also can you clarify which gateway will be automatically taken by the
 System
 ?

 If anybody is facing similar problem, please help me to configure my
 network


 Thanks and regards

 Swapnil K.
 System Group

 Modular Infotech Pvt. Ltd.
 26 Electronic Co-operative Estate,
 Pune Satara Road, Pune. 411 009.
 Maharshtra. INDIA.
 Ph: +91-20-24226612 Ext. 206.
 Fax: +91-20-24225896.
 E-mail: [EMAIL PROTECTED]
 Website: www.modular-infotech.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] unable to install linux on intel 915 board with sata hdd

2005-10-09 Thread Sibayan Das
are you getting kernel panic during the installation, not even getting
the boot prompt?
-regards
On 10/8/05, sonu tiwari [EMAIL PROTECTED] wrote:
 dear all user,


 i was unable to install linux on sata hdd intel orignal 915 board.
 wheather it is compatible or not.
 reply your answer soon
 thanks.





 -
  Yahoo! India Matrimony: Find your partner now.
 ___
 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] Firewall

2005-06-28 Thread Sibayan Das
squid will NOT perform well in such a slow machine. 

Hardware: Pentium II 266 MHz, 96MB RAM

if you use content filtering squid will heavier then and it seems you
want to increase the load with firewalling too. trust me your system
will crash within a week.

distro is not a prefference but hardware should be for the do.

regards

On 6/28/05, Mithun Bhattacharya [EMAIL PROTECTED] wrote:
 Hardware: Pentium II 266 MHz, 96MB RAM
 
 I need to make this a gateway - routing, firewall and potentially squid
 too.
 
 I am trying to figure out which would be the best distro/OS to use.
 Currently I am considering Debian, Slackware and FreeBSD/OpenBSD
 
 Most important for me is that everything needs to work and secondly it
 shouldnt be too much of a pain to maintain.
 
 I would request feedback in technical merits rather than declaration of
 holy war :).
 
 Personally I know zipslack 10 runs fine and Fedora Core 1 brought it
 down to a crawl. Obviously there will be no X Windows or any desktop
 productivity applications running on it. Squid ofcourse might be a
 problem.
 
 
 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] Fwd: Looking for web hosting

2005-01-26 Thread Sibayan Das
www.integrityhost.com


On Tue, 25 Jan 2005 06:11:45 -0600, Nishikant Kapoor
[EMAIL PROTECTED] wrote:
  Original Message 
 From: [EMAIL PROTECTED]
 Message from SPM:
 
 Hi I am a newbie and I was interested in web hosting with the following
 facilities:
 
 Linux server + support mysql/msql/postgres sql db, JSP, DHTML, XML + Web
 Server (Apache)+ Tomcat + chat server + ControlPanel + POP3/SMTP email
 a/c + upload and download FTP/ browser based methods.
 Price :  within Rs 10,000  to 15,000.00 per year.
 
 Can you please help me find or recommend indian or foreign commpanies
 that give the above mentioned facilities?
 
 Thanks for your help in advance.
 
 ___
 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] File system integrity and intrusion detection

2005-01-13 Thread Sibayan Das
Also you can try samhain
(http://samhain.sourceforge.net/surround.html?main_q.html2) this is
light weight too.

Regards



On Tue, 13 Jan 2004 14:40:01 +0530, Mohan Cheema
[EMAIL PROTECTED] wrote:
 Are there any solutions available for file system integrity and
 intrusion detection system which
 works on a client/server model and possibility of monitoring windows
 clients too.
 
 Regards,
 
 Mohan
 
 ___
 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] Securing webserver

2004-12-10 Thread Sibayan Das
Hi there,

Regarding installation of ssl it is easy you need to google to
configure httpd.conf. But important point is you have to buy an ssl
cert for that IP. For security, compile, install and configure
mod_security with Apache. There are other small modules too to make it
more secure. But it depends upon your target.

Regards
Sibayan


On Fri, 10 Dec 2004 20:58:24 +0530, Gaurav Prasad
[EMAIL PROTECTED] wrote:
 Hi list,
  I have been  asked to move one of intranet server to public IP
 (behind a existing fire wall).. Internet 
 I am in process of securing my server.. I want to implement ssl only
 site though I have configure ssl, I want to how can
 enforce ssl (https pages only,  stop users to access plain http pages
 and if possible re-direct them to https if they enter http url)
 pl let me know if you have any leads on this ...also if there
 documentation web server hardening/securing (i am using fc 2) I  would
 be glad to have the link
 
 rgds,
 gaurav
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 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 -- [EMAIL PROTECTED]
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] Oracle10g/Oracle8i on Fedora1.0[Commercial]

2004-12-09 Thread Sibayan Das
hello there,

i can help you regarding this... but i want to know do you have access
to this box? i mean to say that can you sit infront of this box? at
least you have to change CDs and execute some other commands other
than installation commands.

regards
sibayan


On Wed, 8 Dec 2004 13:23:02 -0800 (PST), mithilesh kumar
[EMAIL PROTECTED] wrote:
 
 Hi,
 
 I am looking for a person who can install Oracle8i/Oracle 10g On my remote 
 Linux box having flavor of Fedora1.0
 
 Thank You
 mithilesh
 9811623401
 
 
 -
 Do you Yahoo!?
 Yahoo! Mail - 250MB free storage. Do more. Manage less.
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 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 -- [EMAIL PROTECTED]
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] white box enterprise linux and redhat 9.0 which is better?

2004-12-01 Thread Sibayan Das
Dear Abhishek,

White Box is based on RHEL 3.0 source, so obviously better that
atleast RH 9.0 but for upgradation you may experiance problems. and
again 64mb RAM is not suficient enough for a RHEL grade installation
and hosting. i myself sometime experiance problems with servers having
2GB RAM with dual processor and RHEL 3.0. currently i use RHEL 3.0 on
90% of my 50+ boxes.

if you are a newbie don't go for ACL based security and for
administration hire a pro.

regards
sibayan

On Wed, 1 Dec 2004 15:38:03 +0530, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Dear Friends,
 I have a option of installing one of the two distros on mine machine. One is 
 redhat 9.0 and other is White Box Enterprise Linux . Please tell me which is 
 better based on security and ease of use on a server(VDS with 64 mb of 
 memory) for hosting .
 
 Also can i install bastille on white box enterprise linux.
 Also mine supplier told me that white box linux is just Redhat Enterprise 
 linux without trademark is that correct.
 
 Thanks for your time and effort.
 I know i am asking a lot of questions but i am a newbie to linux . Pl. help 
 me.
 --
 Regards
 Abhihsek jain
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 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 -- [EMAIL PROTECTED]
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] Firewall on linux server

2004-11-30 Thread Sibayan Das
Hi Abhishek,

cPanel will be a better option than webmin. and you can try APF
(http://www.rfxnetworks.com/apf.php) for your firewall issue. but RH
9.0 is not a good option for security. APF is based on iptables and it
is easily configurable. but firewall is not the ultimate solution for
security, you have to fine tune and optimize apache  its modules,
bind  mail server.

as much as i know you opted for VDS but it wont be a good solution in
future you'll experiance routing issues means downtime means bad
impression to the customers. anyway it is totally upto you.

regards
sibayan

On Tue, 30 Nov 2004 19:35:34 +0530, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Dear Friends,
 I have recently taken up a dedicated server for webhosting (redhat 9.0 with 
 webmin as the control panel). I want to secure it from hackers etc. One of 
 mine friend told me to install some good firewall. Can u name one and tell 
 the procedure to install them if it requires another process other than 
 'apt-get install name' .
 Also tell me that apart from keeping the servers applications updated (by the 
 command apt-get upgrade) is there any other thing i should do.
 Expecting a reply from whoever read the email.
 Thanks for your time and effort.
 I am newbie to linux so please explain.
 --
 Regards
 Abhishek jain
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 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 -- [EMAIL PROTECTED]
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] [commercial] Dedicated server wanted

2004-11-06 Thread Sibayan Das
Hi there

You can start with a reseller account first. Then you'ld like to go
for a dedicated server. Because If you start with a dedicated sever it
will be difficult to afford. get plenty customers then go for a
dedicated server from any Data Centre in the US. There are various
packages (both hardware and software) available. Basically I'm with a
web-hosting company right now. I think I can help you. If you want,
you can get in touch with me by the following telephone number...

9830105338

Regards
Sibayan

On Sat, 6 Nov 2004 19:00:22 +0530, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Dear Friends,
 I am in need of a dedicated server for starting up a webhosting business.Giving free 
 subdomains and webspace. Charging for those only who sets up a domain. Can u guys 
 gve me some information.
 1)Is this business profitable(i want to run as a no profit no loss for first year or 
 six months). Some frank advice of friends is always helpful.
 2)What is the additional softwares/hardwares i require apart from a server. Also if 
 i want to give free DNS service what is the minimum i require.
 3)What r the services which i can provide. Apart from paid i want to provide free 
 services as much as i can afford or lets say the server can afford.
 4)I know to program in perl (quite efficiently) will it help me somewhere. Apart 
 from designing the websites
 5)Can anyone here help me in setting up the server.
 6)Anyother help/informatin you want to give me is sought.
 7)If anyone of you can give me his telephone number i  can call him for his advice 
 or it would be great if he can provide the solution.
 
 (I hope this email lies in the guidelines of posting the mailing list)
 Thanks in advance for your time and effort.
 
 Expecting some replies (good or bad anything) for this email.
 
 --
 
 Regards,
 
 Abhishek jain
 
 9350893331 (New Delhi)
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/


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


Re: [ilugd] Getting system load and performance infomation

2004-10-26 Thread Sibayan Das
you can use . variables of MRTG. but i think the best option will
be cacti. for refference feel free to visit www.cacti.net.

regards


On 26 Oct 2004 10:54:40 -, rakesh  jaiswal
[EMAIL PROTECTED] wrote:
 go to system tools  system monitor to check CPU and RAM uses.
 
 For HDD space:
 $df -h
 
 Rakesh
 
 On Mon, 25 Oct 2004 Vikram Mandal wrote :
 Hi,
 
 
 
 I need to display information about the system load and performance of Red Hat 
 Linux and FreeBSD using PHP script.
 
 
 
 What are the possible ways of achieving it? Also I am not very clear about what all 
 should system load include - memory usage, CPU utilization, Disk space are some of 
 the parameters that comes to my mind, or is there something I am missing here?
 
 
 
 Any hint, thoughts, suggestions are welcome.
 
 
 
 - Vikram.
 
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/


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


Re: [ilugd] DNS help

2004-10-14 Thread Sibayan Das
hello there

what exactly do you want to know about it?

regards


On 14 Oct 2004 14:19:28 -, selvarajan k [EMAIL PROTECTED] wrote:
 
 for running BIND (9) in a
 
 chroot jail
 
 i.e, for the unpriveledged users
 can any one help me
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/


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


Re: [ilugd] Wipro J7 (17) monitor prob in RH

2004-09-13 Thread Sibayan Das
Hi

Try to install on generic monitor. It will work fine. Then change the
settings if you want.

Regards


On Mon, 13 Sep 2004 12:24:13 +0530, Ankur Rohatgi [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 09/13/2004 10:54 AM, Subhamoy Mukherjee wrote:
 
 | I'm facing a problem with the new Wipro (17 inches) monitor model : J7.
 | I tried to install RH9 , FC 2 or RHEL 3 but the graphical installation
 is not working with this monitor. During installation it's detecting the
 monitor as WIPROJ7 but after that the installation failed.
 | But text mode installation is working fine. Moreover after the
 successful text mode installation the X window is not working.
 
 The X windows has very little to do with the monitor, nothing important
 except the refresh rates. The install anyway would use 60Hz as the
 refresh rate and that most certainly will be supported by your monitor.
 You may have a problem if you try to use an unsupported refresh rate.
 
 I would think this is problem more to do with your graphics card, than
 the monitor. In your X steup you might want to try changing the monitor
 selection to some generic VGA and see if that works.
 
 Is there any message that appears on the screen when the X tries to
 start ? What exactly happens, it would help if you can elaborate.
 
 - - Ankur.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFBRUQUbR7mO5apBYARAvlsAJ0VX1dDT2m7P13O3bIC1UuQ45VXigCgwbVR
 QQSDJNBKYNlY0kinjk55ciM=
 =WUew
 -END PGP SIGNATURE-
 
 
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/


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


Re: [ilugd] how to install Orcale9i Database on Mandrake Linux9.1

2004-09-07 Thread Sibayan Das
Dear Kirty,

I've Installed Oracle 9i on RedHat Linux 8.0, 9.0, Fedora Core 1  2,
Red Hat Advanced Server 2.1, and on RHEL AS 3. As well as Oracle 10g
on RedHat Advanced Server 2.1  3.0, Fedora Core 1  2. But on FC 12
Oracle 10g has some problem to create database. Even Oracle Forum says
that they didn't try on FC 1  2. But never tried installing Oracle 9i
on Mandrake.

If you want my help installing 9i on RedHat, I can try, but firstly
I'ld like to inform you that I'm _not_ a database admin, I'm a
net/sysadmin.

Regards
Sibayan




On Tue, 7 Sep 2004 18:52:46 +0530, Kirty Mohanty
[EMAIL PROTECTED] wrote:
 Hi all,
  Can anybody please guide me on how to install Oracle9i on Mandrake Linux9.1?
 Your efforts and information are appreciated.
 Thanks
 --
 Kirty Mohanty,
 Bangalore.
 India.
 Anything is possible, if you have enough nerves for it
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/[EMAIL PROTECTED]/


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


Re: [ilugd] Oracle

2004-02-10 Thread Surjo Das
Hi,


 
 Have anybody tried installing oracle 10g on any
 linux ?

You can download the software from
http://technet.oracle.com and try it out yourself and
let us know about your experiences.  WE are all
awaiting to hear from you eagerly.

Regards,

Surjo.



__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] An Appeal (for more sensible emailing)

2003-12-24 Thread Surjo Das
Hi,

Maybe you should read the rules of the Bangalore Linux
User Group mailing list and try implementing the same
in ILUGD.

Visit the following link:

http://linux-bangalore.org/discussions/rules.php

Cheers,

Surjo.




__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] interesting URL - must see

2003-10-15 Thread Surjo Das
Sorry if I missed anything.  What's interesting about
this URL except for the fact that it runs on Apache
2.0.  We know for a fact that the world wide web runs
on Apache !


--- Amit Goel [EMAIL PROTECTED] wrote:
 http://services.vsnl.net/examples/
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Solaris 8 installation

2003-10-03 Thread Surjo Das
Hi,

--- Shree-Lipi for Linux
[EMAIL PROTECTED] wrote:

 Does anybody know how to install Solaris 8 on Intel
 machines?

Yes. I do know how to install Solaris 8 on Intel
machines?

 which and how many partitions are essential ?

The essential partitions are /, /usr, /export/home and
of course the swap partition.

 My machine configuration is
 
 PentiumMMX 166, 64 MB RAM, 20 GB HardDisk

I would suggest upgrading the RAM to 128 MB minimum. 
You will need 128 MB swap space if you are using 64 MB
RAM  256 MB swap if you are using 128 MB RAM.

Cheers,

Surjo.


 
 wating for reply...
 
 
 With Warm Regards,
 Sunil J. Shetty.
 Modular InfoTech Pvt. Ltd.
 26, Electronic Co-Op Estate,
 Pune Satara Road,
 Pune - 9.
 Tel  : 4223510, 4227994, 4031757, 4031758. Ext :
 235/234
 Fax : 4225896, 4227323.
 Email : [EMAIL PROTECTED]
 Web : www.modular-infotech.com
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Oracle can I download it?

2003-09-19 Thread Surjo Das
I don't see any reason why you can't download and use
it for your testing and development purposes.


--- Arindam Dey [EMAIL PROTECTED] wrote:
 Sorry people,
 
 Forgot to put in the oracle site link. My apologies.
 
 http://oss.oracle.com
 
 -- 
 Arindam Dey
 
 The mind is not a vessel to be filled
 but a fire to be kindled.
 
 GPG FPR: B8E3 219E F129 F970 F4A7  BC50 9636 504A
 BEDF 5739
 
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd