Re: [Ilugc] Output redirection help needed

2011-08-27 Thread Girish Venkatachalam
On Sat, Aug 27, 2011 at 8:38 AM, ashwin kesavan  wrote:
> On 19 August 2011 18:57, Prasanna Venkadesh  wrote:
>> On Fri, Aug 19, 2011 at 5:23 PM, Sathia S  wrote:
>>>
>>> >  espeak 'hi' > /dev/null 2>&1
>>
>>
>> Thanks all for helping me out. The above thing works perfect. and can anyone
>> give me explanation of what it does? One is it redirects to /dev/null and
>> what does 2>&1 really does?
>

I will explain.

$ ls > /dev/null 2>&1

is the Bourne/ksh syntax for redirecting both stdout and stderr to /dev/null

/dev/null is a construct to ignore output

This is the way it is told to the shell.

Redirect fd 1 to somewhere, then redirect fd 2 to fd 1( 2>&1)

The left hand side is without '&', say 1> /dev/null or 2>/dev/null

But the right hand side is written with an '&' to mean:

Instead of to the file foo in 2>foo, redirect to the fd with

2>&1

So this means

redirect fd 2 to fd 1

Instead if you write

2>1

it will redirect to a file called 1

-Girish

-- 
G3 Tech
Networking appliance company
web: http://g3tech.in  mail: gir...@g3tech.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [advice needed] Is this kind of hosting service available anywhere ?

2011-08-27 Thread Christopher Sagayam
>Take a look at
http://aws.amazon.com/ec2/faqs/#How_long_does_it_take_to_remap_an_Elastic_IP_address
>- but you're limited to 5 IPs per region IIRC. You'll probably also
>have to write a script to rotate IPs.

>Best,
>Sidu.
>http://c42.in 
>http://blog.sidu.in 
>


Sidu,

That is one option I can look into. Thanks. My first preference will be a
server located in India though.

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


Re: [Ilugc] [advice needed] Is this kind of hosting service available anywhere ?

2011-08-27 Thread Christopher Sagayam
>But what would be the underlying purpose for this? Just curious!

>thanks,
>mano
_
>
>
Mano

This is for a medium stealth startup application and there is really a
genuine reason for this type of requirement.

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


[Ilugc] OAOD (dvdrip)

2011-08-27 Thread Dhastha
Application: dvdrip

What it is:

dvd::rip is a full featured DVD ripping program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost all
aspects of the ripping and transcoding process. It uses the widely known
video processing swissknife transcode and many other Open Source tools.

To know more about:

http://www.exit1.org/dvdrip/

To install in Ubuntu:

sudo apt-get install dvdrip

-- 




Cheers,

Dhastha
Project staff
Indian Institute of Technology, Bombay

My experience on Linux:   http://dhastha.wordpress.com
Member of KanchiLUG :   http://www.kanchilug.wordpress.com
OAOD                        :   http://dowithlinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] SFD'11 @ Jaya Engg college

2011-08-27 Thread balachandar muruganantham
On Sat, Aug 27, 2011 at 6:19 AM, Gopi M  wrote:

> We celebrate grand compare to other years. Participate this and know new
> technology.
>
>
what kind of new technolog? could you explain?

- balachandar muruganantham
எனது தமிழ் பக்கங்கள் - http://www.balachandar.net/pakkangal
IN Combo - .in Domain + 1 GB space starting at 75 INR per month
http://vazhangi.tumblr.com/Promotions
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [OT][Commercial] Project development

2011-08-27 Thread Mohan Sundaram
I'm advising someone on building an retail ecommerce site with some
peculiarities to a specific business vertical. Have recommended Drupal
as the platform.

I'm now seeking companies that can develop this app for them. This
will be a high volume site and are looking for folks that have done
some such work earlier.

Those interested to engage in this, please reply to
mohan@gmail.com and not the list.

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


Re: [Ilugc] [advice needed] Is this kind of hosting service available anywhere ?

2011-08-27 Thread Manokaran K
On Sat, Aug 27, 2011 at 1:45 PM, Christopher Sagayam <
christopher...@gmail.com> wrote:

> Hello All,
>
> I'm looking for a hosting service preferably a VPS or even a dedicated
> server where the IP address of the server needs to be dynamic.
>
> I'm going to use this only for running applications (perfectly legal ones )
> so I do not  worry about the constantly changing IP or dns etc. I'm not
> going to be hosting websites at all.
>
>
But what would be the underlying purpose for this? Just curious!

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


Re: [Ilugc] [advice needed] Is this kind of hosting service available anywhere ?

2011-08-27 Thread Sidu Ponnappa
> I'm looking for a hosting service preferably a VPS or even a dedicated
> server where the IP address of the server needs to be dynamic.

Take a look at 
http://aws.amazon.com/ec2/faqs/#How_long_does_it_take_to_remap_an_Elastic_IP_address
- but you're limited to 5 IPs per region IIRC. You'll probably also
have to write a script to rotate IPs.

Best,
Sidu.
http://c42.in
http://blog.sidu.in

On 27 August 2011 13:45, Christopher Sagayam  wrote:
> Hello All,
>
> I'm looking for a hosting service preferably a VPS or even a dedicated
> server where the IP address of the server needs to be dynamic.
>
> I'm going to use this only for running applications (perfectly legal ones )
> so I do not  worry about the constantly changing IP or dns etc. I'm not
> going to be hosting websites at all.
>
> All I need is SSH shell access. (I can take care of writing an app which,
> once the server is switched on I will be informed me of the changed IP
> address so that I can login !)
>
> Picture this. You have a server running in your home using a simple DSL
> connection. So everytime you switch on/off the router  your IP address
> changes. I want a similar situation.
>
> Do you know anyone who can provide this service  located preferably in
> India or anywhere ?
>
> Of course I can run a box out of my home now but it is not practical
> considering this needs to be live 24/7.
>
> Chris
> ___
> 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] OpenDNS

2011-08-27 Thread 0
> I think this may be slightly OT for the subject of this thread, ll ask
> anyway. ;-) Is it OK to run our own resolver like BIND? I read somewhere
> that this is not a good thing.
>

I run my own named and, AFAIK, there are no issues if its protected 
behind a firewall. In Chennai, We have F Root server so it helps in 
running your own nameserver.

http://www.nixi.in/content/view/23/46/

But to the most part, the named cache hit helps the browsing experience 
greatly.

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


Re: [Ilugc] [slightly OT] free dns service

2011-08-27 Thread Roshan Mathews
On Sat, Aug 27, 2011 at 08:47, kenneth gonsalves  wrote:
> model. I do not mind paying for my commercial usage, but would like to
> ask members for options for free dns for my free sites.
>
https://pointhq.com/

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


[Ilugc] [advice needed] Is this kind of hosting service available anywhere ?

2011-08-27 Thread Christopher Sagayam
Hello All,

I'm looking for a hosting service preferably a VPS or even a dedicated
server where the IP address of the server needs to be dynamic.

I'm going to use this only for running applications (perfectly legal ones )
so I do not  worry about the constantly changing IP or dns etc. I'm not
going to be hosting websites at all.

All I need is SSH shell access. (I can take care of writing an app which,
once the server is switched on I will be informed me of the changed IP
address so that I can login !)

Picture this. You have a server running in your home using a simple DSL
connection. So everytime you switch on/off the router  your IP address
changes. I want a similar situation.

Do you know anyone who can provide this service  located preferably in
India or anywhere ?

Of course I can run a box out of my home now but it is not practical
considering this needs to be live 24/7.

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


Re: [Ilugc] [slightly OT] free dns service

2011-08-27 Thread ashwin kesavan
Hi Raja,

On 27 August 2011 11:14, Raja Subramanian  wrote:


> Why reinvent the wheel?  The DNS service offered by cheap shared
> hosting providers like DreamHost, 1and1, Hostgator, etc should satisfy
> your requirements.  Most of them offer "unlimited" domains, and have
> web interfaces for managing DNS records. IIRC DreamHost offers
> management delegation, so you can create individual accounts for
> each domain owner and have them manage their own domains.

My requirements are different from what you are saying above. I want
VPS hosting at rates as cheap as Shared hosting . I found one, but
unfortunately they don't provide dns service. So which requires the
free dns hosting or host my own dns server. So it is not re-inventing
the wheel. Is it ? AFAIK the hosting providers you mentioned provide
dns service only if you choose to host with them and their VPS
services aren't anywhere near cheap. Further i am not a business class
user to require so many of their features like 24x7 support, SSL
certificate, plex control panel (what ever that mean) etc. I choose to
go with unmanaged , no support , no ssl, plain VPS provided by tocici
and for my purposes this is more than enough. You see that i feel that
root access is great compared to shared hosting where you are treated
as a dumb end user. I would better switch to windows OS than using
such a service. Here is the price comparision of 1and1 vps solution
and that provided by tocici
http://order.1and1.com/xml/order/VirtualServerL;jsessionid=CDE40393DBB0D93C92D3C37FF5F0B6F5.TCpfix141a?__frame=_top&__lf=Static&ordernow=true
http://www.buildyourvps.com/unmanaged.html

1and1 demands 29$ monthly for their lowest offering in vps class
tocici is asking for ~2$ monthly for their offering. I subscribed to
their plan and i am paying ~4$ monthly and it is just 2 months old.

HTH

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