Re: [ilugd] Hindi (Devnagri) In Text Console?

2010-03-06 Thread Gora Mohanty
On Sat, 6 Mar 2010 08:14:02 +0100
Swapnil Bhartiya swapnil.bhart...@gmail.com wrote:

 Is there any way we can use Hindi in Text console? I met with
 Klaus and that was a problem he was facing with Hindi. I may be
 helping him with Hindi version of Knoppix/Adriane Knoppix.
[...]

What do you mean by a text console? A terminal inside X, or a
Linux console?

The former is possible, and while gnome-terminal, etc., handle base
characters, I do not think that any terminal handles conjuncts
properly. The easiest way to do this would be to use a non-Unicode,
8-bit font, with a custom keymap.

The latter would need changes to the console text-handling code,
probably along similar lines of using a 8-bit font with a custom
keymap. I am not sure, but think that text handling in the Linux
console is handled by the kernel itself, so having changes accepted
might not be easy.

As Gaurav notes, Abhishek has worked on this. The Debian folk have
also managed to get Hindi support in their installer. I am not sure
how this is done, but I think that they run Pango, or a similar
library on top.

Regards,
Gora

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


[ilugd] [Job][Commercial] Fw: NDTV Convergence job opening

2010-03-06 Thread Gora Mohanty
Hi all,

Forwarding a job posting on behalf of a friend. Please direct
enquiries to the email address included: sum...@ndtv.com with
NDTV Convergence job opening in the subject.

Regards,
Gora

-
NDTV is looking for people to build their next generation of web
applications. Candidates should be able to hit the ground running
and willing to work in Okhla Phase III, New Delhi. Mail CVs to
sum...@ndtv.com with post in subject.

These positions report to the team lead.

Senior Software Engineer (Rails)

* 3+ years experience building high-scale consumer-facing web
  applications including 2+ years in Ruby on Rails development.
* Deep knowledge of MySQL, ActiveRecord and caching solutions
  for Rails.
* PHP experience a big plus.
* Comfortable with *nix as a development environment.
* Javascript, CSS  HTML proficiency.
* Understanding of XML/JSON based RESTful/SOAP APIs.
* Understanding of cross-site scripting (XSS) and other
  client-side vulnerabilities.
* Excellent verbal and written communication skills.
* Demonstrated ability to learn quickly.
* Ability to plan and manage in a rapidly changing environment.
* Strong analytical skills.

Senior Software Engineer (LAMP)

* 3+ years experience building high-scale consumer-facing web
  applications on LAMP technologies.
* Deep knowledge of MySQL.
* Ruby on Rails experience a big plus.
* Comfortable with *nix as a development environment.
* Javascript, CSS  HTML proficiency.
* Understanding of XML/JSON based RESTful/SOAP APIs.
* Understanding of cross-site scripting (XSS) and other
  client-side vulnerabilities.
* Excellent verbal and written communication skills.
* Demonstrated ability to learn quickly.
* Ability to plan and manage in a rapidly changing environment.
* Strong analytical skills.
-

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


[ilugd] iBUS needs restart

2010-03-06 Thread Swapnil Bhartiya
Hi,

Anyone able to find a patch to the iBUS bug wherein you have to restart iBus
every now and then? I found iBus better than SCIM, but this restart thing is
annoying.

Wishes

-- 
Swapnil Bhartiya
---
KALKION.COM
http://kalkion.com
India's Major Science Fiction Website running on FOSS tools!

World's First Hindi Science Fiction Website Runs on FOSS
http://hindi.kalkion.com
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Perl Developers In India

2010-03-06 Thread Nalin Savara
On Sat, Mar 6, 2010 at 1:09 PM, Gaurav Mishra gauravtec...@gmail.comwrote:

 On Sat, Mar 6, 2010 at 12:49 PM, Raj Mathur r...@linux-delhi.org wrote:
  On Saturday 06 Mar 2010, Swapnil Bhartiya wrote:
  I visited CeBIT this year and met the Perl community. They are very
   much interested in getting in touch with the Indian Perl community.
   If there are Perl developers, please let me know and I will put you
   in direct contact with the team.
 


Am there too Swapnil; infact did a lot on Perl and mod-perl on Apache a
decade back.

Regards,

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


Re: [ilugd] Kernel problem

2010-03-06 Thread Ashish SHUKLA
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

pkbiet  writes:
 Im using fedora8 distro...  I want to build own kernel tree for 
 experimentation.. So i downloaded linux-2.6.33.tar.bz2... I untar it in my 
 home folder... Then i used following commands,,,
 Make defconfig
 Make -j4
 Make modules
 su
 Make modules_install
 Make install
 This sequence went fine as i thought. I also checked /boot/grub/menu.lst. 
 File was updated. Then i reboot my pc and boot it through my new kernel... 
 This says no logical group found. And fails to boot... Pls help me... I also 
 tried to use mkinitrd command.. But terminal says no such command... Pls  im 
 in great trouble.. Help me someone

It seems your root (/) partition lies on a logical volume, and you've not
compiled support for the LV in kernel or LV node was not created by then, you
need an initial ramdisk image which will scan disk for LVM volumes, create
their appropriate nodes, and pass control to init on /. 

Not sure about how Fedora 8 manages initrd creation, but you can figure out
that by executing:

#v+
% rpm -q --scripts postinst kernel
postinstall scriptlet (using /bin/sh):
if [ `uname -i` == x86_64 -o `uname -i` == i386 ]; then
  if [ -f /etc/sysconfig/kernel ]; then
/bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' 
/etc/sysconfig/kernel || exit $?
  fi
fi
/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install 
2.6.18-53.1.4.el5 || exit $?
if [ -x /sbin/weak-modules ]
then
/sbin/weak-modules --add-kernel 2.6.18-53.1.4.el5 || exit $?
fi

[...]

#v-

The 'postinstall' section is what you've to execute for your kernel, the
'new-kernel-pkg' statement to generate an initrd image, after that boot your
new kernel with initrd.

HTH
- -- 
They who can give up essential liberty to obtain a little temporary safety,
deserve neither liberty nor safety.
  -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Franklin
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEAREDAAYFAkuSFLYACgkQHy+EEHYuXnSQkgCguNVYkFl1BLdW3+iurgmceSCb
4SsAoMYfNp9OhZxAEfom8WpZmMs8XgY/
=ofYw
-END PGP SIGNATURE-

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


Re: [ilugd] Kernel problem

2010-03-06 Thread Ashish SHUKLA
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Ashish SHUKLA writes:

[...]

 % rpm -q --scripts postinst kernel

Sorry for the typo, the correct command-line is:

% rpm -q --scripts kernel

- -- 
They who can give up essential liberty to obtain a little temporary safety,
deserve neither liberty nor safety.
  -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Franklin
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEAREDAAYFAkuSGZ4ACgkQHy+EEHYuXnS7HQCgmWyPl5YTfqzhgX1/EYBQaDi5
N90AoIh/OQv5rQgwYyvs02pMKAeHEQ/A
=9Zo1
-END PGP SIGNATURE-

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


[ilugd] Puppet Hackday

2010-03-06 Thread Mayank
Hey guys,
 Slideshare is organizing puppet hackday at their office on
Saturday, 13th March 2010 and Sunday, 14th March 2010. Everyone is invited
and details are available at http://www.barcamp.org/Puppet-HackDay-Delhi.

Regards,
Mayank

-- 
Today is tommorrow I was so worried about yesterday ...
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Hindi (Devnagri) In Text Console?

2010-03-06 Thread Mahesh T. Pai
Gora Mohanty said on Sat, Mar 06, 2010 at 01:35:49PM +0530,:

  The latter would need changes to the console text-handling code,
  probably along similar lines of using a 8-bit font with a custom
  keymap. I am not sure, but think that text handling in the Linux
  console is handled by the kernel itself, so having changes accepted
  might not be easy.

This was attempted by an IIT Chennai (IIRC) team several years back,
and their proposals / patches were shot down by Linus Torvalds, on
grounds that the patches do not belong within the Kernel.

  As Gaurav notes, Abhishek has worked on this. The Debian folk have
  also managed to get Hindi support in their installer. I am not sure
  how this is done, but I think that they run Pango, or a similar
  library on top.

Yes; Debian has the GUI based installer as an option nowadays. Most
Indic languages, Including Malayalam,  are well supported there.

I mention ML because ML is one of the more poorly supported languages
in other areas, though it is catching up pretty fast, thanks to the
SMC team.

-- 
Mahesh T. Pai   ||  http://[paivakil|fizzard].blogspot.com
Learn from the mistakes of others.
You won't live long enough to make all of them yourself.

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


Re: [ilugd] Kernel problem

2010-03-06 Thread Mahesh T. Pai
pkb...@yahoo.co.in said on Sat, Mar 06, 2010 at 10:58:59AM +0530,:

  This sequence went fine as i thought. I also checked
  /boot/grub/menu.lst. File was updated. Then i reboot my pc and boot
  it through my new kernel... This says no logical group found. And
  fails to boot... Pls help me... I also tried to use mkinitrd
  command.. But terminal says no such command... Pls im in great
  trouble.. Help me someone

Is it logical group or logical VOLUME??

But I also feel that you have not installed whatever is is required to
create create initrd images.

I do not know about Fedora, but on Debian, there are two applications
available - initramfs-tools and yaird.

-- 
Mahesh T. Pai   ||  http://[paivakil|fizzard].blogspot.com
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

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


Re: [ilugd] Perl Developers In India

2010-03-06 Thread Mithun Bhattacharya
From: Raj Mathur r...@linux-delhi.org


There definitely are Perl developers (Devdas, Tirveni, me that I can 
think of off-hand), but no Perl community that I know of.  Are there 
enough people to form a community at all?

Shall we set up a Wiki page asking Perl developers to add their names 
and then spam all the LUG mailing lists? :)





I am not in India but count me in - if not a wiki page we could atleast start a 
mailing list ??



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


[ilugd] AIX - SAP Help

2010-03-06 Thread saurabh vadhera
Team

I would like to gather the system data for SAP running on a AIX system

Can Some one please help me with parameters that needs to be looked at , and
if thier is any script/tool to do that
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Hindi Fonts to Unicode converter

2010-03-06 Thread Swapnil Bhartiya
Is there any .deb package for fonts to unicode converter for Hindi?

I have been struggling a lot of Kalkion Hindi.

Thanks

-- 
Swapnil Bhartiya
---
KALKION.COM
http://kalkion.com
India's Major Science Fiction Website running on FOSS tools!
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ILUGD meeting: 2.30pm, Sun., 7th March., 2010, SIT, JNU

2010-03-06 Thread Gaurav Mishra
Guys,

This is a follow up mail as a meeting reminder, Hope to see ya guys at meet.

Feel free to bother me at +919911264089 if anyone need any help in directions.

Regards,
Gaurav Mishra

Co-founder
- Media Redefined -
 A social media branding  consulting studio. 

# Web: http://www.mediaredefined.com
# Blog: http://www.gmishra.com
# Twitter: http://www.twitter.com/gmishra
# LinkedIn:http://www.linkedin.com/in/gauravmishra7



On Wed, Mar 3, 2010 at 6:47 PM, Gaurav Mishra gauravtec...@gmail.com wrote:
 Hello everyone,

 We had a lovely meet last month and a pretty useful discussion over
 freed.in 2010.  So we decided to get our act together and meet again
 on 7th March.

 Here are confirmed agenda items as of now (Please feel free to add any
 more agenda items and we can drool over it at the meeting), If anyone
 is willing to give a walk-through on any FOSS based technology , he is
 most welcome.

 Event:        ILUG-Delhi meeting

 Date:         Sun., March. 7th, 2010

 Time:         2.30pm

 Agenda:
 (a) Pros and Cons of having a event at JIIT by Ankur Saxena (from JIIT)
 (b) How ILUGD/Freed.in can take it to next level for students
 community ? (By Yogesh (Training and placement head) from RKGIT).
 (c) Freed.in 2010 Tidbits

 Participants: All on this list.

 Venue:        School of Information Technology, JNU. For
               directions, see Area 5 on the map at
               http://www.jnu.ac.in/main.asp?sendval=JNUCampus

 Feel free to connect with me at +919911264089 if there are any issues.

 Regards,
 Gaurav Mishra

 Co-founder
 - Media Redefined -
  A social media branding  consulting studio. 

 # Web: http://www.mediaredefined.com
 # Blog: http://www.gmishra.com
 # Twitter: http://www.twitter.com/gmishra
 # LinkedIn:http://www.linkedin.com/in/gauravmishra7


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


Re: [ilugd] Hindi Fonts to Unicode converter

2010-03-06 Thread Mahesh T. Pai
Swapnil Bhartiya said on Sat, Mar 06, 2010 at 05:22:50PM +0100,:

  Is there any .deb package for fonts to unicode converter for Hindi?
  


Try padmaa plugin for Mozilla. 


-- 
Mahesh T. Pai   ||  http://[paivakil|fizzard].blogspot.com
End Users are just friends who haven't submitted a patch yet.

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


Re: [ilugd] Hindi Fonts to Unicode converter

2010-03-06 Thread Swapnil Bhartiya

 Try padmaa plugin for Mozilla.


Thanks. Will try, but it means Browser dependency. Which is not good and I
cant force people to use FF only.

Swapnil




 --
 Mahesh T. Pai   ||  http://[paivakil|fizzard].blogspot.com
 End Users are just friends who haven't submitted a patch yet.

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




-- 
Swapnil Bhartiya
---
KALKION.COM
http://kalkion.com
India's Major Science Fiction Website running on FOSS tools!
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Ilugd mailing list submission

2010-03-06 Thread Sawrub

On 03/04/2010 10:08 AM, Raghav Dwivedi wrote:

hello,
Please Subscribe me to the ILUGD mailing list. I'm getting the digested
mails rather than individual mails. So please subscribe me to the mailing
list.

   

@Raghav
Please go to the edit section of the page 
http://frodo.hserus.net/mailman/listinfo/ilugd, its the last text box 
where you have to enter the address and edit the settings.


--
Saurabh Sharma
Linux user number: 490644
http://sawrub-blog.blogspot.com/
Open your doors...It's time to look beyond Windows


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


Re: [ilugd] Perl Developers In India

2010-03-06 Thread tuxdna
+1 for me too

On Sat, Mar 6, 2010 at 12:06 PM, Swapnil Bhartiya
swapnil.bhart...@gmail.com wrote:
 Hi,

 I visited CeBIT this year and met the Perl community. They are very much
 interested in getting in touch with the Indian Perl community. If there are
 Perl developers, please let me know and I will put you in direct contact
 with the team.

 Regards
 --
 Swapnil Bhartiya
 Editor
 Katonda.com
 KALKION.COM
 http://kalkion.com
 India's Major Science Fiction Website running on FOSS tools!
 ___
 Ilugd mailing list
 Ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd


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