Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread krish
Leave the OSX in peace; use Virtualbox or VMWare and if you need everything seamless.. pay for VMWare commercial version. I've worked with guys who are pure mac addicts and use Windows and Linux on paid VMWare as they write code that needs to work on all 3 platforms. Imho, that's the best way to

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Manokaran K
On Fri, Aug 19, 2011 at 11:33 AM, Akilan R wrote: > On Fri, Aug 19, 2011 at 11:24 AM, Manokaran K wrote: > > > I did not know we can run Mac OSX in a virtual machine. > > > > Two things. 1) It is more difficult than running Windows or GNU/Linux in a > virtual machine. 2) It is *illegal.* > > > >

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Akilan R
On Fri, Aug 19, 2011 at 11:24 AM, Manokaran K wrote: > I did not know we can run Mac OSX in a virtual machine. > Two things. 1) It is more difficult than running Windows or GNU/Linux in a virtual machine. 2) It is *illegal.* > Is it just > downloadable? > Yes. You can purchase and download at

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Manokaran K
Thanks, everyone, for all the useful suggestions. The change of environment that am comfortable with is defenitely weighing on my mind! I did not know we can run Mac OSX in a virtual machine. Is it just downloadable? In which case I'll check out ThinkPad X220. Hows the service / support from Leno

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread kenneth gonsalves
On Fri, 2011-08-19 at 10:52 +0530, Karthikeyan S wrote: > Am going to use it for web development >>> If you are going to use the computer for web development, I > would say > don't buy Mac because it's too expensive for your requirement. If you > are > planning to create videos/movies, you can

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Karthikeyan S
Am going to use it for web development >> If you are going to use the computer for web development, I would say don't buy Mac because it's too expensive for your requirement. If you are planning to create videos/movies, you can buy Mac system. ___ ILU

Re: [Ilugc] can anyone help me, if u wish?

2011-08-18 Thread Abishek Goda
Hi, > scanf("%s",&infix[MAX]); You may want to use a better code sharing app like pastebin or something. I doubt if this line is correct. replace with scanf("%s", infix) and see if that helps. Abishek ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/ma

Re: [Ilugc] can anyone help me, if u wish?

2011-08-18 Thread Shakthi Kannan
Hi, --- On Fri, Aug 19, 2011 at 4:26 AM, Gopi M wrote: | I tried to run this program. I don't get any errors. But it cannot return the output of this program. Help Me!? | What is the error of this program? \-- Your code posting isn't complete. Please use some indentation. http://www.ae.iitm.a

[Ilugc] can anyone help me, if u wish?

2011-08-18 Thread Gopi M
I tried to run this program. I don't get any errors. But it cannot return the output of this program. Help Me!? What is the error of this program? #include #define MAX 25 int stack[MAX],TOS=-1; int precedance(char symbol) { int result; switch(symbol) { case '(': result=0; break; case '

Re: [Ilugc] Output redirection help needed

2011-08-18 Thread 0
On 08/19/2011 01:54 AM, Prasanna Venkadesh wrote: > On Fri, Aug 19, 2011 at 1:48 AM, 0<0...@0throot.com> wrote: > >>> >>> # espeak hi> temp >>> >>> but again the message appears in terminal >>> >> >> try "espeak hi> temp 2>&1" > > > it works when i am a root user, but fails when i use sudo. > A

Re: [Ilugc] Output redirection help needed

2011-08-18 Thread Prasanna Venkadesh
On Fri, Aug 19, 2011 at 1:48 AM, 0 <0...@0throot.com> wrote: > > > > # espeak hi> temp > > > > but again the message appears in terminal > > > > try "espeak hi > temp 2>&1" it works when i am a root user, but fails when i use sudo. And thanks for giving the solution. how can i overcome sudo now

Re: [Ilugc] Output redirection help needed

2011-08-18 Thread 0
> > # espeak hi> temp > > but again the message appears in terminal > try "espeak hi > temp 2>&1" -- 0 ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Howto get a no icons desktop-Fedora14?

2011-08-18 Thread kish
Hi, In earlier versions I used nautilus -q to get a clean desktop; doesn't seem to work now, any pointers? -- Kish --- Esse Quam Videri ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Output redirection help needed

2011-08-18 Thread Prasanna Venkadesh
I have written a chat applicaiton(via terminal) using ruby 1.8.7 and i want to produce a bell sound or any sound in terminal whenever i receive a msg from chatting person. I tried to use 'espeak' but i get the following messages in terminal which gets displayed in between the chats and totally mess

Re: [Ilugc] Port opening confusions

2011-08-18 Thread 0
>>> *Open port 10050 within ip range of >>> 172.22.4.0/24 and 172.22.5.0/24 on both of servers? >>> >> > ACCEPT tcp -- anywhere anywheretcp dpt:https > ACCEPT tcp -- 184-xxx-xxx-xx.static.my.com anywheretcp > dpt:mysql > ACCEPT tcp -- example.h

Re: [Ilugc] Port opening confusions

2011-08-18 Thread Zico
On Thu, Aug 18, 2011 at 10:55 PM, 0 <0...@0throot.com> wrote: > This is what he wanted: >> >> *Open port 10050 within ip range of >> 172.22.4.0/24 and 172.22.5.0/24 on both of servers? >> > > I understand the problem better now, can you give us the following details > ? > > 1. What OS does the se

Re: [Ilugc] Port opening confusions

2011-08-18 Thread 0
> This is what he wanted: > > *Open port 10050 within ip range of > 172.22.4.0/24 and 172.22.5.0/24 on both of servers? I understand the problem better now, can you give us the following details ? 1. What OS does the server run on ? 2. If you are running Linux, can you share the output of the com

Re: [Ilugc] Port opening confusions

2011-08-18 Thread Zico
On Thu, Aug 18, 2011 at 10:38 PM, 0 <0...@0throot.com> wrote: > Actually they are using 192.168.x.x for private usage. I need to configure >> these new ( *here what he wanted: port 10050 within ip range of >> 172.22.4.0/24 and 172.22.5.0/24 on both of servers?) *172 range there in >> server. >>

Re: [Ilugc] Port opening confusions

2011-08-18 Thread 0
> Actually they are using 192.168.x.x for private usage. I need to configure > these new ( *here what he wanted: port 10050 within ip range of > 172.22.4.0/24 and 172.22.5.0/24 on both of servers?) *172 range there in > server. I am sorry man, i couldn't decipher what you mean. Hopefully, someone

Re: [Ilugc] Port opening confusions

2011-08-18 Thread Zico
On Thu, Aug 18, 2011 at 9:40 PM, 0 <0...@0throot.com> wrote: > My client want me to open the port 10050 withing ip range of >> 123.45.6.0/24and >> 123.45.7.0/24 >> >> But, IPs of those servers are different like: 111.222.3.49 - eth0 >> 111.222.3.50 - eth1 >> >> > There are two parts to a connect

Re: [Ilugc] Port opening confusions

2011-08-18 Thread 0
> My client want me to open the port 10050 withing ip range of 123.45.6.0/24and > 123.45.7.0/24 > > But, IPs of those servers are different like: 111.222.3.49 - eth0 > 111.222.3.50 - eth1 > There are two parts to a connection, a client ip + client port and server ip + server port. Now, if you ar

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread 0
> Am planning to go in for a new laptop. I have done some research and to me > it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a good > buy! Am going to use it for web development Its fun playing around and installing a lot of stuff but eventually you just end up using only thi

[Ilugc] Fwd: Petition to protect our freedom of speech in the Internet [OT]

2011-08-18 Thread Arun Khan
FYI - -- Arun Khan A: Because it messes up 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 in e-mail? -- Forwarded message -- From: Prasanth Sugathan <> Date: Wed, Aug 17, 2011 at 5:43 PM Sub

[Ilugc] Linux at 90's and Now

2011-08-18 Thread Prasanna Venkadesh
Dear Friends, Recently i came across this Link and it was one of the best thing i have seen about Linux. http://techcrunch.com/2011/08/17/infographic-linux-then-and-now/ check this link.. superb information. -- Regards, Prasanna Venkadesh -

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Sidu Ponnappa
Oh, I should point out that I'd vote for the TP X220 over the Apple too if you travel a lot. Nothing more robust than an ThinkPad. > But that's just me, so the best option would be to borrow a Mac for a while > (and setup your work environment on it) Remember that it takes at least a couple of we

[Ilugc] Port opening confusions

2011-08-18 Thread Zico
Hi, I am little bit confused about one issue. In fact, I am not that much good in networking - frankly speaking. So, here is the scenario: My client want me to open the port 10050 withing ip range of 123.45.6.0/24and 123.45.7.0/24 But, IPs of those servers are different like: 111.222.3.49 - eth0

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Raja Subramanian
On Thu, Aug 18, 2011 at 6:59 PM, Vamsee Kanakala wrote: > give me the same money, I'd buy a ThinkPad X220 with SSD option and run > Ubuntu (or Arch, if you're hard core :D) and run VirtualBox for Win7/Mac > OSX needs, etc. +1 for the Thinkpad. - Raja _

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Vamsee Kanakala
On Thursday 18 August 2011 06:31 PM, Sidu Ponnappa wrote: > I'll second Kenneth on OSX == BSD and that you don't really need > Linux. I've been developing on OSX since '08 for software that is > deployed to Linux servers with no problems. I was just going to suggest Mano to post in the Chennai.rb/

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Sidu Ponnappa
I'll second Kenneth on OSX == BSD and that you don't really need Linux. I've been developing on OSX since '08 for software that is deployed to Linux servers with no problems. It's as good as a BSD box, but with better user experience and it's also the finest hardware you can buy in that form factor

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Arun SAG
On Thu, Aug 18, 2011 at 12:57 PM, Manokaran K wrote: > Hi, > > >Am planning to go in for a new laptop. I have done some research and to me > >it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a good > >buy! > > OT: SSD's are good if you want speed and performance, but the failure

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread kenneth gonsalves
On Thu, 2011-08-18 at 12:57 +0530, Manokaran K wrote: > Am planning to go in for a new laptop. I have done some research and > to me > it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a > good > buy! Am going to use it for web development and am considering the > following > optio

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread PV Sundarram
On Thu, Aug 18, 2011 at 12:57 PM, Manokaran K wrote: > Hi, > > Am planning to go in for a new laptop. I have done some research and to me > it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a good > buy! Am going to use it for web development and am considering the > following >

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Manokaran K
On Thu, Aug 18, 2011 at 1:37 PM, Manokaran K wrote: > > > Weight is a big criteria for me and considering Toshiba Portege, which > weighs the same, costs 72K (with regular HDD), I felt its not bad. Also, I > need a mac because I have been getting feedback that my web app does not > work as expect

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Manokaran K
Thanks for the feedback, Bala. On Thu, Aug 18, 2011 at 1:19 PM, balachandar muruganantham < mbchan...@gmail.com> wrote: > On Thu, Aug 18, 2011 at 12:57 PM, Manokaran K wrote: > > > Hi, > > > > Am planning to go in for a new laptop. I have done some research and to > me > > it seems the new MacBo

Re: [Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread balachandar muruganantham
On Thu, Aug 18, 2011 at 12:57 PM, Manokaran K wrote: > Hi, > > Am planning to go in for a new laptop. I have done some research and to me > it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a good > buy! Good choice. but Expensive if you buy in INDIA. > Am going to use it for

[Ilugc] [OT] MacBook Air, Ubuntu, VirtualBox ....

2011-08-18 Thread Manokaran K
Hi, Am planning to go in for a new laptop. I have done some research and to me it seems the new MacBook Air (i5, 4GB, 13", 1.35Kgs, 128GB SSD) is a good buy! Am going to use it for web development and am considering the following options: 1. Make it a dual boot OSX and Ubuntu system 2. Use Virtua