[ilugd] Which wi-fi PCI card?

2008-01-29 Thread Amit Sharma
Hi, My vendor told me that D-Link's G510 which is 54 mbps is not supported by Linux instead G520 which is 108mbps is supported. Since i have Access Points of 54 mbps hence i would like to install 54mbps PCI cards only. Is my vendor correct in saying that Linux supports only 108 mbps PCI

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Gora Mohanty
On Tue, 2008-01-29 at 14:18 +0530, Puneet Lakhina wrote: Hi, I am writing a bash script on IBM AIX v5.3. I want to read data from the standard input, for example piped data from other commands. But after some googling all I found is that i need to read from /dev/stdin. But this file isnt

[ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
Hi, I am writing a bash script on IBM AIX v5.3. I want to read data from the standard input, for example piped data from other commands. But after some googling all I found is that i need to read from /dev/stdin. But this file isnt available on my system. Any clues would be really helpful. --

[ilugd] [Cross Post] Qt 4 now a part of LSB 3.2

2008-01-29 Thread Pradeepto Bhattacharya
Hi, - The Linux Standard Base version 3.2 has been released. Release notes are available here: https://www.linux-foundation.org/en/ReleaseNotes32 The specification itself is available here: http://refspecs.linux-foundation.org/LSB_3.2.0/ The test suites and SDK can be downloaded

Re: [ilugd] Trouble Ticket Management System

2008-01-29 Thread Sandip Bhattacharya
[EMAIL PROTECTED] wrote: Does anyone know which is a good Open-Source based Online Trouble Ticket Management System? It should have the following. - MySQL/php based - Separate Login for each client - Separate login for each Support executive - Client should be assigned to a particular

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
On Jan 29, 2008 2:52 PM, Gora Mohanty [EMAIL PROTECTED] wrote: Don't know specifically about AIX, but the read built-in command reads from standard input. Whether that comes from a terminal or a pipe is immaterial. See the SHELL BUILTIN COMMANDS section under the bash manpage for details.

Re: [ilugd] Which wi-fi PCI card?

2008-01-29 Thread Shashidhar Bhat
Amit Sharma wrote: Hi, My vendor told me that D-Link's G510 which is 54 mbps is not supported by Linux instead G520 which is 108mbps is supported. Since i have Access Points of 54 mbps hence i would like to install 54mbps PCI cards only. Is my vendor correct in saying that Linux supports

Re: [ilugd] Trouble Ticket Management System

2008-01-29 Thread Pratik Singh
On Jan 29, 2008 12:01 PM, [EMAIL PROTECTED] wrote: Does anyone know which is a good Open-Source based Online Trouble Ticket Management System? It should have the following. - MySQL/php based - Separate Login for each client - Separate login for each Support executive - Client should be

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Alok G. Singh
On 29 Jan 2008, [EMAIL PROTECTED] wrote: I am doing it this way now. I read whatever there is on the standard input into a variable : read -d ^d VAR You could just read from stdin: read -d ^d 1 See the I/O redirection [1] chapter of the Advanced bash scripting guide for more details. It

Re: [ilugd] Which wi-fi PCI card?

2008-01-29 Thread pj
Amit Sharma [EMAIL PROTECTED] writes: My vendor told me that D-Link's G510 which is 54 mbps is not supported by Linux instead G520 which is 108mbps is supported. Since i have Access Points of 54 mbps hence i would like to install 54mbps PCI cards only. Is my vendor correct in saying that

Re: [ilugd] Which wi-fi PCI card?

2008-01-29 Thread Manish Kathuria
On 1/29/08, Amit Sharma [EMAIL PROTECTED] wrote: Hi, My vendor told me that D-Link's G510 which is 54 mbps is not supported by Linux instead G520 which is 108mbps is supported. Since i have Access Points of 54 mbps hence i would like to install 54mbps PCI cards only. Is my vendor correct

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
On Jan 29, 2008 5:25 PM, Alok G. Singh [EMAIL PROTECTED] wrote: On 29 Jan 2008, [EMAIL PROTECTED] wrote: I am doing it this way now. I read whatever there is on the standard input into a variable : read -d ^d VAR You could just read from stdin: read -d ^d 1 My read was in the

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Gora Mohanty
On Tue, 2008-01-29 at 15:41 +0530, Puneet Lakhina wrote: [...] I am doing it this way now. I read whatever there is on the standard input into a variable : read -d ^d VAR [...] This will work, presuming that the ^d is a literal Control-D. However, newlines will get swallowed. Regards, Gora

Re: [ilugd] Trouble Ticket Management System

2008-01-29 Thread Dhiraj Gaur
GLPI meets all ur requirements except escalation, however it does support priority on tickets. Written in PHP and MYSQL. The GUI is rich and works well. The link for the same http://glpi-project.org/?lang=en Regards Dhiraj On Jan 29, 2008 4:50 PM, Pratik Singh [EMAIL PROTECTED] wrote: On

Re: [ilugd] Need help to Enable VINO Remotely in Ubuntu

2008-01-29 Thread Smruti
On Jan 29, 2008 3:36 AM, Smruti [EMAIL PROTECTED] wrote: Thanks Kris. Although it returns an error for GTK but running in the background just does the trick. Thanks a lot Smruti On Jan 26, 2008 5:58 AM, Kristian Erik Hermansen [EMAIL PROTECTED] wrote: On Jan 25, 2008 4:02 PM, Smruti

Re: [ilugd] Need help to Enable VINO Remotely in Ubuntu

2008-01-29 Thread Kristian Erik Hermansen
On Jan 29, 2008 7:01 PM, Smruti [EMAIL PROTECTED] wrote: Hi All, Thanks for responding to the mail so quick. Well, now i am facing some more problems. I am only able to login when one of the user is logged into the system through on the local system; i;e using the gui and not remote login,

[ilugd] [Cross Post] Code review tool

2008-01-29 Thread Pradeepto Bhattacharya
Hi, http://www.review-board.org/ For too long, code reviews have been too much of a chore. This is largely due to the lack of quality tools available, leaving developers to resort to e-mail and bug tracker-based solutions. At VMware, we've traditionally done code reviews over e-mail. A