Re: [Ilugc] Ubuntu - WINE- DOTNET FRAMEWORK 3.5 FEEDBACK.

2010-10-23 Thread Arun Khan
On Fri, Oct 22, 2010 at 11:53 AM, Anand G g...@anaggha.com wrote:

 I also found references to vmware I did use it very briefly long ago what are 
 the pros and cons of virtual OS via Linux your experiances will be very 
 valuable you may also send them off list to g...@anaggha.com.

The proper terminology is virtual machine more commonly addressed as
vitualization.  Generally the OS running in the VM does not know
whether it is running on bare metal hardware or a VM.IMO, you can
run majority of the applications in a VM, for instance ERP like
openbravo.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Re: [ilugcbe] FOSS Lab setup in Sree Sakthi Engineering College, Karamadai, Coimbatore District

2010-10-23 Thread Baskar Selvaraj
 I our college in th fedora 13 is installed in all systems by ur team.how to
 istall my sql server  client?


First, sorry for hijacking this thread and my reply for the above,

MySQL server and client is already installed in all the systems and also
mysql service is automatically set to run.

check for

$ service mysqld status

and see whether mysql is running.  To login

$ mysql -u root -h localhost -p enter

when prompted for password, just enter and you will get mysql prompt.

Regards

S. Baskar
CEO/LinuXpert Systems
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Scanning/OCR combo equivalent to Omnipage

2010-10-23 Thread Arun Khan
I am looking for a solution that will scan multi page documents and
convert the text therein and import the content into OO Writer -
something akin to Omnipage for Windows.  Omnipage scans the document
and imports the text into the default word processor with a best
fit formatting.  User can then edit that file.

From my preliminary search looks like it is a 3 step process on Linux:

1. Scan the document into a tiff format and then
2. Run the tiff file through gocr and then
3. Open OO writer and import the text file for formatting.

Would appreciate feedback and/or suggestions/tips if you have any
experience with OCR on the Linux desktop.

TIA
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in running mysql in fedora 13 ?

2010-10-23 Thread openbala
On Fri, Oct 22, 2010 at 7:17 AM, jaya kumar jayakumargen...@gmail.com wrote:
 hi to all

  i installed successfully xampp on fedora 13 now how can i start mysql ?

 when i tried to start tried to run mysql and type the mysql in terminal

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)

 how can i solve the error and how can i try mysql ?

 i also tried this commands to start mysql but could not get the result ?

 /opt/lampp/lamp startmysql

 please how can i resolve the error

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)


Not sure if you've already solved this problem. If not, check your
SELinux settings,
If it is only for development purposes, the easiest thing to do is to
disable SELinux.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in running mysql in fedora 13 ?

2010-10-23 Thread kumaran
Hi, I think your mysql daemon is not running. Please check its status using: 
sudo service mysqld status
If it is not running, please start it using sudo service mysqld start.





-Original Message-
From: openbala damodaran.bal...@gmail.com
To: ILUG-C ilugc@ae.iitm.ac.in
Sent: Sat, Oct 23, 2010 1:31 pm
Subject: Re: [Ilugc] Error in running mysql in fedora 13 ?


On Fri, Oct 22, 2010 at 7:17 AM, jaya kumar jayakumargen...@gmail.com wrote:
 hi to all

  i installed successfully xampp on fedora 13 now how can i start mysql ?

 when i tried to start tried to run mysql and type the mysql in terminal

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)

 how can i solve the error and how can i try mysql ?

 i also tried this commands to start mysql but could not get the result ?

 /opt/lampp/lamp startmysql

 please how can i resolve the error

 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)


Not sure if you've already solved this problem. If not, check your
SELinux settings,
If it is only for development purposes, the easiest thing to do is to
disable SELinux.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

 
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in running mysql in fedora 13 ?

2010-10-23 Thread Kenneth Gonsalves
On Sat, 2010-10-23 at 07:29 -0400, kuma...@techie.com wrote:
 Hi, I think your mysql daemon is not running. Please check its status
 using: sudo service mysqld status
 If it is not running, please start it using sudo service mysqld start.
 
 

fedora does not use sudo
-- 
regards
KG
http://lawgon.livejournal.com

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[ilugc] Is there is any tool in linux for .net devlopment

2010-10-23 Thread amit sharma
 hi everyone


Is there is any tool in GNU/Linux  as a contrary to the Microsoft  visual
studio in windows on which i can develop  the visual basic and .net
applications.
I am using fedora13 on my Laptop.

Please reply
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [ilugc] Is there is any tool in linux for .net devlopment

2010-10-23 Thread Shakthi Kannan
Hi,

--- On Sat, Oct 23, 2010 at 7:59 PM, amit sharma
amitsharma...@gmail.com wrote:
| Is there is any tool in GNU/Linux  as a contrary to the Microsoft  visual
| studio in windows on which i can develop  the visual basic and .net
| applications.
| I am using fedora13 on my Laptop.
\--

You could try Gambas [1] or Mono [2], but, do have a look at other
alternative tools, languages that you can use on *nix platforms for
GUI development like GTK+, Qt, wxWidgets etc [3].

SK

[1] Gambas. http://gambas.sourceforge.net/en/main.html

[2] Mono. http://www.mono-project.com/Main_Page

[3] GUI development
http://stackoverflow.com/questions/35762/linux-gui-development

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Error in running mysql in fedora 13 ?

2010-10-23 Thread Shakthi Kannan
Hi,

--- On Sat, Oct 23, 2010 at 5:04 PM, Kenneth Gonsalves
law...@thenilgiris.com wrote:
| fedora does not use sudo
\--

It does.

  $ yum search sudo

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Struts Plugin for Eclipse

2010-10-23 Thread Hameed Yahya
Hi

  Is there a STRUTS plugin for Eclipse that makes navigating through STRUTS
projects easy? I am on Ubuntu Karmic. Am sorry if this is not the right
forum to post a question related to struts.


Regards

Hameed
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Ubuntu with mac

2010-10-23 Thread Shankey Thukral
Is Ubuntu os can b installed in mac apple laptops if yes how pls give me 
suggestions 

Have a good day ___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Ubuntu with mac

2010-10-23 Thread openbala
On Sat, Oct 23, 2010 at 9:17 PM, Shankey Thukral shanke...@yahoo.co.in wrote:
 Is Ubuntu os can b installed in mac apple laptops if yes how pls give me 
 suggestions

yes.

https://help.ubuntu.com/community/MacBook


 Have a good day ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] messed up OS and grub

2010-10-23 Thread chandan gupta
can anybody help me with grub installation??

here is an output from live cd
*
ubu...@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5800

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   18243   146535873+   5  Extended
/dev/sda2   *   18244   30402976547847  HPFS/NTFS
/dev/sda5   1972778124032   83  Linux
/dev/sda69977   18243664033287  HPFS/NTFS
ubu...@ubuntu:~$

*
sda5 is my Ubuntu 10.10
sda6 is win7
sda2 too is win7


tried all the ways given out there in
https://help.ubuntu.com/community/Grub2
Now I can just boot to windows from windows boot loaders which show the two
available windows 7

while following the documentation everything went well but an error
*cannot seek `/dev/sda'*
showed everytime...

~chandan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] is there any tool or software to download movies in fedora linux ?

2010-10-23 Thread jaya kumar
hi to all

thankx previously mysql installing error solved thanks to everyone taking
efforts to replied thank u very much to every one


is there any tool or software to download movies in fedora linux ?

like torrentz software in windows ? same similar like to download movies or
audio/video songs ?

thank u bye take care
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Usage of xdr in Linux

2010-10-23 Thread narendra babu
Hello everybody ,
 
 
 
Please let me know have anybody used xdr  in linux for c/c++ programming to 
created endian neutral binaries -data files , and what is performance 
implications when used in large Gig files .
 
http://en.wikipedia.org/wiki/External_Data_Representation

xdr - library routines for external data representation   
These routines allow C programmers to describe arbitrary data structures in a 
machine-independent fashion. Data for remote procedure calls are transmitted 
using these routines. 
Thanks for your inputs in advance   ThanksNarendra


___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [Tip] Display date of last time a process was started in `date` format

2010-10-23 Thread Tha.Suresh
Display date of last time a process was started in `date` format


$ ps -o lstart [pid]

Ex:

shr...@shrinivasan-laptop:~$ ps -o lstart 4504
 STARTED
Sun Oct 24 07:46:58 2010



-- 
Regards,
Tha.Suresh

Kanchi Linux User Group Rocks 
http://kanchilug.wordpress.com

My experiences with Linux are here,
http://thasulinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Forward Proxies

2010-10-23 Thread Harish S
Hi,

there is a general confusion about what a forward proxy is and what a
 reverse proxy is and whether there is any difference between the two.
 For example there is this article:


As far as Nginx is concerned, it works on a HTTP 1.1 to a browser and HTTP
1.0 to backend servers. Since HTTP 1.0 doesn't implement keep alive, every
request object is destroyed after use. Hence, ideally its not suitable to be
used as a forward proxy where connection pooling is important [1].
On a side note we have been using Nginx as a reverse proxy for the last 2
years. It handles peak loads of 1200+ reqs/sec easily. There is nothing
comparable to it as a webserver and a reverse proxy(with load balancing).

Anwyays, thanks for all the responses I'm gonna give a shot at Apache's
traffic server (claimed to handle tens of thousands of connections and also
widely used in yahoo's infrastructure) [2]


Regards
Harish

[1] http://wiki.nginx.org/NginxHttpProxyModule
[2] http://trafficserver.apache.org/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Help - GPG safe practices

2010-10-23 Thread Yogesh Girikumar
2010/10/22 Roshan George ros...@arjie.com

 Move the keys to your ~/.gnupg directory and your keys will be available
 to the user. If your ~/.gnupg directory belongs to root, chown it to
 yourself and then chmod the directory to 700, and atleast your
 secring.gpg, random_seed, and trustdb.gpg to 600.


Sure. will try. Thank you for the replies.

--
Yogesh.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Usage of xdr in Linux

2010-10-23 Thread Girish Venkatachalam
On Sun, Oct 24, 2010 at 7:29 AM, narendra babu cnarendra_b...@yahoo.com wrote:
 Hello everybody ,



 Please let me know have anybody used xdr  in linux for c/c++ programming to 
 created endian neutral binaries -data files , and what is performance 
 implications when used in large Gig files .

 http://en.wikipedia.org/wiki/External_Data_Representation

 xdr - library routines for external data representation
 These routines allow C programmers to describe arbitrary data structures in a 
 machine-independent fashion. Data for remote procedure calls are transmitted 
 using these routines.
 Thanks for your inputs in advance   ThanksNarendra

U talking ASN1 or something else?

-Girish
-- 
Gayatri Hitech

http://gayatri-hitech.com
gir...@gayatri-hitech.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Headphones not working in ubuntu

2010-10-23 Thread Bala Kumar
Hi,
 My headphones don't work and if I open Alsamixer the headphone
slider is at 0 and cannot be increased. Someone help me to enable my
headphone please, the configuration in displayed below

*-multimedia
   description: Audio device
   product: 82801I (ICH9 Family) HD Audio Controller
   vendor: Intel Corporation
   physical id: 1b
   bus info: p...@:00:1b.0
   version: 02
   width: 64 bits
   clock: 33MHz
   capabilities: bus_master cap_list
   configuration: driver=HDA Intel latency=0
   resources: irq:48 memory:e322-e3223fff
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc