Re: [Ilugc] Chennai Based Cloud Servers?

2009-11-26 Thread Yuva raj
http://communication.howstuffworks.com/cloud-computing.htm

On Thu, Nov 26, 2009 at 11:34 AM, Suresh Kumar Subramanian 
sureshkuma...@carc.co.in wrote:

  On Thu, Nov 26, 2009 at 9:41 AM, Sreekanth B gnuy...@gmail.com wrote:
   when i met amazon guys in bangalore last month they had plan's to come
to asia pacific soon. am yet to hear about cloud in india.
 
  No server in India. Probably at Singapore..
 

 e2enetworks has a cloud in India - but it is in Delhi.

 Can you describe what is cloud computing?

 Thanks
 Suresh


 ___
 To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
 unsubscribe password address
 in the subject or body of the message.
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thank You
Best Regards

Yuvaraj L
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] using multiple n/w interfaces

2009-11-26 Thread Varrun Ramani
Hello

I have the need to connect to my BSNL EVDO usb modem using ppp0 interface as
well as connect to an ad-hoc wlan0/eth0 network simultaneously. While
connecting to the ad-hoc network the ppp0 interface also must be active and
able to access the internet. But this does not happen by default?
I am using ubuntu 9.04. How can i do this?

Regards
Varrun
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] .a-tip-a-day. (ffmpeg - convert video to audio)

2009-11-26 Thread Ashok Gautham
On Thu, Nov 26, 2009 at 8:01 AM, Girish Venkatachalam
girishvenkatacha...@gmail.com wrote:
 $ ffmpeg -i foo.flv foo.mp3

 or

 $ ffmpeg -i foo.mpg foo.ogg

 and so on. Try any combo.

 To create video from audio you need to give two parameters like this. ;)

 $ ffmpeg -i foo.wav -i foo.mjpeg foo.avi

This is more generic

mplayer -dumpaudio Any Video File -dumpfile MyRippedAudio.mp3

I suppose even -dumpfile to an ogg will work. But I use this because
I rip this only when I want audio for my mobile phone which doesn't
support ogg. (flvs can be ripped too. I use this for getting some rare
concerts from youtube)

If you do not specify a dump file, it will automatically dump as an mp3 file
with no extension

---
Ashok `ScriptDevil` Gautham
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] using multiple n/w interfaces

2009-11-26 Thread Sreekanth B
hi

On Thu, Nov 26, 2009 at 5:09 PM, Varrun Ramani darthsit...@gmail.comwrote:

 Hello

 I have the need to connect to my BSNL EVDO usb modem using ppp0 interface
 as
 well as connect to an ad-hoc wlan0/eth0 network simultaneously. While
 connecting to the ad-hoc network the ppp0 interface also must be active and
 able to access the internet. But this does not happen by default?
 I am using ubuntu 9.04. How can i do this?


whenever a new connection is established the route will be changed. you can
either choose not to change the route while connecting (i remember there is
a option in wvdial.conf which u can set) or manually add the route after the
connection is established.

thanks
- sree
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] using multiple n/w interfaces

2009-11-26 Thread Mohan Sundaram
On Thu, Nov 26, 2009 at 5:09 PM, Varrun Ramani darthsit...@gmail.comwrote:

 Hello

 I have the need to connect to my BSNL EVDO usb modem using ppp0 interface
 as
 well as connect to an ad-hoc wlan0/eth0 network simultaneously. While
 connecting to the ad-hoc network the ppp0 interface also must be active and
 able to access the internet. But this does not happen by default?
 I am using ubuntu 9.04. How can i do this?

 If all the machines in the LAN of which wlan0/eth0 are on the same subnet,
you should've no issue. However, if you are trying to connect to multiple
subnets thro' an internal router networks, then add route entries for each
of  the subnets you want to access thro wlan0/eth0 to gateways on the LAN.
The default route will point to ppp0 and only non LAN traffic will go thro'
ppp0. By default, the route entries to the local LAN subnets do not exist
and so this problem occurs. Once these routes are installed, access to LAN
subnets is not subject to default route whether it is pointing to wlan0/eth0
or ppp0.

-- Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [Arduino] Lu-duino Preliminary documentation

2009-11-26 Thread Thyagarajan தியாகராஜன்
Dear All,

We have started with the project called Lu-Duino.
The preliminary documentation is at http://www.privatelancer.com/lu-duino.html .
We plan to release this project under gpl2.

Add your thoughts, that may help us to improve this as a product.

Cheers,

Thyagarajan
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] .a-tip-a-day. (ffmpeg - convert video to audio)

2009-11-26 Thread Roshan George
On Thu, 2009-11-26 at 17:10 +0530, Ashok Gautham wrote:
 This is more generic
 
 mplayer -dumpaudio Any Video File -dumpfile MyRippedAudio.mp3
 
 I suppose even -dumpfile to an ogg will work. But I use this because
 I rip this only when I want audio for my mobile phone which doesn't
 support ogg. (flvs can be ripped too. I use this for getting some rare
 concerts from youtube)
 
 If you do not specify a dump file, it will automatically dump as an mp3 file
 with no extension

MPlayer does not transcode when you do that. Try

file MyRippedAudio.ogg

and see what you get.


-- 
Regards,
Roshan George ros...@arjie.com

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Network error with empathy

2009-11-26 Thread naga raja
Hi,
I tried to configure empathy IM for my google account, but its showing Network 
error.
i changed my server name to talk.google.com: , but still no use

Regards ,
T.Nagaraja


Although we got freedom from the hands of British,we are still in the hands of 
Microsoft, and now we have a way to achieve our Freedom and that's through FOSS


  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
unsubscribe password address
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Network error with empathy

2009-11-26 Thread aishwarya .
On Thu, Nov 26, 2009 at 6:25 AM, naga raja naga_ra...@yahoo.co.in wrote:

 Hi,
 I tried to configure empathy IM for my google account, but its showing
 Network error.
 i changed my server name to talk.google.com: , but still no use


I hope there is no need to change the server name to talk.google.com



-- 
Thanks,
Aishwarya.M.B
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Chennai Based Cloud Servers?

2009-11-26 Thread Ramkumar
Dear Friends,
Thanks for all your reply 


Regards,
Ramkumar

On Thu, Nov 26, 2009 at 2:52 PM, Yuva raj uvar...@gmail.com wrote:

 http://communication.howstuffworks.com/cloud-computing.htm

 On Thu, Nov 26, 2009 at 11:34 AM, Suresh Kumar Subramanian 
 sureshkuma...@carc.co.in wrote:

   On Thu, Nov 26, 2009 at 9:41 AM, Sreekanth B gnuy...@gmail.com
 wrote:
when i met amazon guys in bangalore last month they had plan's to
 come
 to asia pacific soon. am yet to hear about cloud in india.
  
   No server in India. Probably at Singapore..
  
 
  e2enetworks has a cloud in India - but it is in Delhi.
 
  Can you describe what is cloud computing?
 
  Thanks
  Suresh
 
 
  ___
  To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
  unsubscribe password address
  in the subject or body of the message.
  http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
 
 


 --
 Thank You
 Best Regards

 Yuvaraj L
 ___
 To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
 unsubscribe password address
 in the subject or body of the message.
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
www.opennetguru.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Chennai Based Cloud Servers?

2009-11-26 Thread Kenneth Gonsalves
On Thursday 26 Nov 2009 2:52:18 pm Yuva raj wrote:
 http://communication.howstuffworks.com/cloud-computing.htm
 

kindly refrain from top posting
-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Chennai Based Cloud Servers?

2009-11-26 Thread Kenneth Gonsalves
On Thursday 26 Nov 2009 8:29:05 pm Ramkumar wrote:
 Dear Friends,
 Thanks for all your reply 
 

please refrain from top posting
-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] cp command

2009-11-26 Thread Sagayaraj
Dear ALL,

  How to copy the specific files only in cp command in RHEL 5 or all linux
flavor?
Ex i've 1000 files in a folder, i want to copy only 715 files olny in that
folder to paste other place. what command using for that..waiting for your
prompt reply.

-- 
Thanks and Regards

K.Sagayaraj

EFX - Prasad Corporation
+91-9840230044
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] cp command

2009-11-26 Thread Bharathi Subramanian
 How to copy the specific files only in cp command in RHEL 5 or all
 linux flavor? Ex i've 1000 files in a folder, i want to copy only 715
 files olny in that folder to paste other place. what command using

No specific command. You need to write a small script.

Bye :)
-- 
Bharathi S
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] cp command

2009-11-26 Thread Kapil Hari Paranjape
Hello,

On Thu, 26 Nov 2009, Sagayaraj wrote:
   How to copy the specific files only in cp command in RHEL 5 or all linux
 flavor?
 Ex i've 1000 files in a folder, i want to copy only 715 files olny in that
 folder to paste other place. what command using for that..waiting for your
 prompt reply.

mv $(ls | head -715) new_folder/

--
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] samba / video card not working after upgrade to 2.6.31.6

2009-11-26 Thread Ashish Verma
Hi,

I upgraded my f9 installation to 2.6.31.6 kernel. While creating the initrd
image I got the below warnings. The .config file indicates Y for these
modules. Now I am facing the issues in both the old and new kernels.

WARNING: No module ehci-hcd found for kernel 2.6.31.6, continuing anyway
WARNING: No module ohci-hcd found for kernel 2.6.31.6, continuing anyway
WARNING: No module uhci-hcd found for kernel 2.6.31.6, continuing anyway
WARNING: No module ata_piix found for kernel 2.6.31.6, continuing anyway


Now after reboot, I am unable to access my samba shares both on sda and sdb
drives (just in case it mattered based on the warnings). The SMBCLIENT lists
the shares without errors, and even upon attempt to open these shares I am
prompted for a password, however upon entering the password, the error
indicates that the path refers to a location that does not exist.

Further, I am also unable to access my GUI, the below errors are logged in
messages file:

Nov 27 23:05:19 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
welcome environment: HOME=/var/lib/gdm
Nov 27 23:05:19 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
welcome environment:
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin
Nov 27 23:05:19 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
welcome environment: GDM_VERSION=2.22.0
Nov 27 23:05:19 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
welcome environment: GVFS_DISABLE_FUSE=1
Nov 27 23:05:19 server gdm-simple-slave[3815]: DEBUG: GdmWelcomeSession:
Changing (uid:gid) for child process to (42:42)
Nov 27 23:05:19 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
WelcomeSession on pid 3815
Nov 27 23:05:19 server gconfd (gdm-3822): starting (version 2.22.0), pid
3822 user 'gdm'
Nov 27 23:05:19 server gconfd (gdm-3822): Resource problem creating
'/tmp/orbit-gdm'
Nov 27 23:05:19 server gconfd (gdm-3827): starting (version 2.22.0), pid
3827 user 'gdm'
Nov 27 23:05:19 server gconfd (gdm-3827): Resource problem creating
'/tmp/orbit-gdm'
Nov 27 23:05:25 server gdm-simple-greeter[3815]: WARNING: The accessibility
registry was not found.
Nov 27 23:05:25 server gdm-simple-greeter[3815]: ERROR: Resource problem
creating '/tmp/orbit-gdm'#012aborting...
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
child (pid:3815) done (signal:6)
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSimpleSlave:
Greeter died: 6
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: slave finished
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
De-registering session from ConsoleKit
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmWelcomeSession:
Stopping D-Bus daemon
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmCommon: sending
signal 15 to process -3813
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSimpleSlave:
Stopping simple_slave
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSlave: Stopping
slave
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSlave: Disconnected
from display
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSessionDirect:
Closing session
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSessionDirect:
Disposing session
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSessionDirect:
Closing session
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmServer: Stopping
server
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmCommon: sending
signal 15 to process 3790
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmServer: Waiting on
process 3790
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmCommon: process
(pid:3790) done (status:0)
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmServer: Server died
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSignalHandler:
Removing handler 10: signum=10 0x8053380
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSlave: Stopping
slave
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: GdmSignalHandler:
Finalizing signal handler
Nov 27 23:05:25 server gdm-simple-slave[3789]: DEBUG: Slave finished
Nov 27 23:05:25 server gdm-binary[3751]: WARNING: GdmDisplay: display lasted
7.304198 seconds
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Adding handler 1: signum=15 0x804c520
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Registering for 15 signals
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Adding handler 2: signum=2 0x804c520
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Registering for 2 signals
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Adding handler 3: signum=4 0x804c520
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Registering for 4 signals
Nov 27 23:05:25 server gdm-simple-slave[3941]: DEBUG: GdmSignalHandler:
Adding handler 

[Ilugc] .a-tip-a-day. (sleep - wait for few seconds)

2009-11-26 Thread Girish Venkatachalam
This must be the most braindead tip/command I have ever sent/will send to LUG.

$ sleep 5

will simply make you wait for 5 seconds. It does not even give you
time to have a coffee.

Then you should probably do

$ sleep 30

Anyway this can be really useful in shell scripts.

And there are many programmers who rely on sleep mostly by mistake to
get this code working.

That is a very bad way of doing things but in certain situations that
is just unavoidable...

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [OT] Plea for help, anyone traveling to America soon?

2009-11-26 Thread Girish Venkatachalam
Dear all,

Those of  you with the milk of human kindness can reply to me *by
personal mail*.
(Others please don't read this mail)

Please don't spam the list. Also excuse me for sending this but I
really have no choice.

My close friend is suffering from an acute health problem for the past
6 months. I was nearly in tears
when I heard his story. He cannot sit or sleep...he has pain all over
his lower body.

Anyway he needs some medicines urgently that are really small that
need to be carried to California from Chennai.

I know that many of you will be flying to US or you know friends in
CTS or elsewhere who will be going to USA from
Chennai. Kindly get in touch with me (gir...@gayatri-hitech.com) so
that we can do this very small help.

Thanks.

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Mails to Yahoo, Hotmail and few other company domains gets rejected, Gmail and Ilugc work.

2009-11-26 Thread Dhuruvan B
  I use BSNL DSL connection and i don't have static IP
 address. everytime i connect i get a new WAN IP for my
 gateway device.
 
 Why don't you just get a static IP from BSNL? Inquire with
 them, they
 should be able to give it to you.
(BD)- How does this guarantee that it will work. Even these IPs might have been 
blacklisted by many spam prevention service providers. and You know BSNL guys 
won't bother a bit if i go and ask them and i suspect whether thier support 
staff will have the knowledge to understand this problem first of all.
Is there any known case withing Ilugc that some one has used BSNL static IP and 
have successfully used thier own servers such as mail servers.

B. Dhuruvan
 



  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in..yahoo.com/

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
unsubscribe password address
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Mails to Yahoo, Hotmail and few other company domains gets rejected, Gmail and Ilugc work.

2009-11-26 Thread Dhuruvan B
Hello Steve
 [...snip...]
  Problem: Mail server works fine. I am able to send and
 recieve mails through
  this mail server. everything works fine. able to
 subscribe to ilugc from
  x.com , able to send and receive mails from gmail.
  
  But there are certain domains such as hotmail, yahoo,
 rocketmail, ymail and
  also certain companies which reject all the mails sent
 from the user at
  x.com.
  
  For example all mails sent from dhuruva...@x.com
 to any hotmail, yahoo,
  ymail, rcoketmail and certain company mail ids are
 rejected.
  
  I analyzed the issue and found out mails originating
 from dynamic ips, IPs
  not listed and approved by the companies that sell
 spam protection software
  such as trend micro are rejected.
  
 ...and they are right in doing so, since it makes sense to
 not trust mail that claims to originate from a domain whose
 MX record does not exist or whose originating IP does not
 resolve to the claimed domain.
 
 Now, there are few ways to avoid being treated as spam. For
 example:
 
 a. Get a static IP for your net connection and set up a dns
 to point to this IP as being authoritative for your domain
 (including the MX record).
 
 b. Get a external hosted domain to be the mail server for
 your domain.
 
 c. Configure an external server (possibly your ISP, ie:
 BSNL, itself) as a smarthost (http://en.wikipedia..org/wiki/Smart_host)
 
 d. Use a dynamic dns service for your DSL connection that
 lets you set up an MX record too (eg: 
 http://www.dyndns.com/services/dns/dyndns/howto.html)

Thanks steve. Your detailed mail is helpful.
But i think there is no guarantee that using static IP will resolve the issue. 
I'll try your other options first.

B. Dhuruvan


  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
unsubscribe password address
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


RE: [Ilugc] cp command

2009-11-26 Thread Suresh Kumar Subramanian

   How to copy the specific files only in cp command in RHEL 5 or all linux
 flavor?
 Ex i've 1000 files in a folder, i want to copy only 715 files olny in that
 folder to paste other place. what command using for that..waiting for your
 prompt reply.

mv $(ls | head -715) new_folder/


This Command exits if the directory occurs before 715 line.
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
unsubscribe password address
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Fedora-12 for i386 Repository available

2009-11-26 Thread LinuXpert Academy
Dear Fedora users,

We have Fedora-12 for i386, x86_64 DVD ISOs, Live CD ISOs (GNOME, KDE) and 
complete i386 Everything repository (totally 25 GB).

Anybody who is interested in getting this, pl. mail me offline to 
linuxbas...@gmail.com

The above ISOs and Repository is provided at free of cost for Educational 
Institutions.

S. Baskar
CEO/LinuXpert Systems





___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] need ILUG members - help at hyderabad

2009-11-26 Thread sivakumar bharadhwaj
Dear Members,

Though I am new to ubuntu - from chennai, came to hyderabad on official
tour.

met some people here - and when I talked about BOSS, Ubuntu, some were very
eager to install, in their office desktops.

I felt it would be better for those who are very skilled in helping them, at
hyderabad.

so I request someone to forward this to ILUG hyderabad members - so that
they can help these people.

1. Andhra Pradesh Police Academy - Mr. Devanna - Asst Director - 94409
04364.  he is planning for a large number of new desktops, he feels can
instal Linux.  I have told him about ubuntu 9.10  BOSS (since this is a
govt organisation, they would not mind installing BOSS - from CDAC)

2. Sri Indu College of Engineering - Mr. Ashok Babu - Planning to buy around
200 desktops - they may know Linux, and may also install by themselves.-
93470 54999

3. Environmental Protection Training  Research Institute : K. Srinivasan -
System Admin - 9885072166 (srinivas...@yahoo.com,  srinivas...@eptri.com)
they are planning for some new servers  20 new desktops.  Already he is
installed Fedora (mail server) but no Linux for desktop.  Have given him an
ISO copy of 9.10.

thanks for helping.

s.sivakumar
80561  37729
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] need ILUG members - help at hyderabad

2009-11-26 Thread Kenneth Gonsalves
forwarded from Chennai

On Friday 27 Nov 2009 10:10:54 am sivakumar bharadhwaj wrote:
 Dear Members,
 
 Though I am new to ubuntu - from chennai, came to hyderabad on official
 tour.
 
 met some people here - and when I talked about BOSS, Ubuntu, some were very
 eager to install, in their office desktops.
 
 I felt it would be better for those who are very skilled in helping them,
  at hyderabad.
 
 so I request someone to forward this to ILUG hyderabad members - so that
 they can help these people.
 
 1. Andhra Pradesh Police Academy - Mr. Devanna - Asst Director - 94409
 04364.  he is planning for a large number of new desktops, he feels can
 instal Linux.  I have told him about ubuntu 9.10  BOSS (since this is a
 govt organisation, they would not mind installing BOSS - from CDAC)
 
 2. Sri Indu College of Engineering - Mr. Ashok Babu - Planning to buy
  around 200 desktops - they may know Linux, and may also install by
  themselves.- 93470 54999
 
 3. Environmental Protection Training  Research Institute : K. Srinivasan -
 System Admin - 9885072166 (srinivas...@yahoo.com,  srinivas...@eptri.com)
 they are planning for some new servers  20 new desktops.  Already he is
 installed Fedora (mail server) but no Linux for desktop.  Have given him an
 ISO copy of 9.10.
 
 thanks for helping.
 
 s.sivakumar
 80561  37729
 ___
 To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
 unsubscribe password address
 in the subject or body of the message.
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
 

-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] cp command

2009-11-26 Thread steve

Hello Sagayaraj,

On 11/26/2009 09:16 PM, Sagayaraj wrote:

Dear ALL,

   How to copy the specific files only in cp command in RHEL 5 or all linux
flavor?
Ex i've 1000 files in a folder, i want to copy only 715 files olny in that
folder to paste other place. what command using for that..waiting for your
prompt reply.



You weren't very descriptive about what critera you would use to select the 715 
files out of the 1000 to copy. There are multiple ways to do this depending on 
your selection criteria.


For example if the criteria is based on the name of the files which follow a 
certain pattern and all the files are in the same directory, you would use 
something like


$ cp /path/to/1000/file/pattern /destination/folder

where pattern is a file 'glob' as describe in bash info pages ...
$ info bash --index-search='Pattern Matching'

If the files are in multiple sub-directories, you still can use:

$ cp /path/to/top/level/dir/dir glob/file glob /destination/folder

or two commands, one to do the matching (like 'find') and another to do the 
copying:

$ find /path/to/top/level/dir/ -name file glob \
-exec cp {} /destination/folder ';'

now, with find you can also use other the selection criteria besides the name. 
Read more in the find info pages:

$ pinfo find --node='Finding Files'

...and lastly of course you can also write a script to match and copy the files.

HTH,
cheers,
- steve
--
random non tech spiel: http://lonetwin.blogspot.com/
tech randomness: http://lonehacks.blogspot.com/
what i'm stumbling into: http://lonetwin.stumbleupon.com/
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Network error with empathy

2009-11-26 Thread Hrishikesh Murali
On Thu, Nov 26, 2009 at 8:24 PM, aishwarya . aishu.moor...@gmail.comwrote:

 On Thu, Nov 26, 2009 at 6:25 AM, naga raja naga_ra...@yahoo.co.in wrote:

  Hi,
  I tried to configure empathy IM for my google account, but its showing
  Network error.
  i changed my server name to talk.google.com: , but still no use


Hi,
I also have the same problem. I am not able to log into google talk using
empathy, it says Network Error. Any solutions?
-- 
Cheers,
Hrishikesh Murali
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
unsubscribe password address
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc