Re: another newbie

2006-07-02 Thread Nikolas Britton
On 7/2/06, jdow <[EMAIL PROTECTED]> wrote: From: "Andrew Pantyukhin" <[EMAIL PROTECTED]> > On 7/2/06, Isaac Friedman <[EMAIL PROTECTED]> wrote: >> I am new to UNIX but know the basics of getting >> around, writing simple shell scripts, etc. Is there >> any way to use a short perl program as a sh

Re: another newbie

2006-07-02 Thread jdow
From: "Andrew Pantyukhin" <[EMAIL PROTECTED]> On 7/2/06, Isaac Friedman <[EMAIL PROTECTED]> wrote: I am new to UNIX but know the basics of getting around, writing simple shell scripts, etc. Is there any way to use a short perl program as a shell script? sat64% cat << __END__ > ./script.pl #!/

Re: another newbie

2006-07-02 Thread Andrew Pantyukhin
On 7/2/06, Isaac Friedman <[EMAIL PROTECTED]> wrote: I am new to UNIX but know the basics of getting around, writing simple shell scripts, etc. Is there any way to use a short perl program as a shell script? sat64% cat << __END__ > ./script.pl #!/usr/local/bin/perl -w print "Hello world!\n"; __

another newbie

2006-07-02 Thread Isaac Friedman
I am new to UNIX but know the basics of getting around, writing simple shell scripts, etc. Is there any way to use a short perl program as a shell script? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mai

Re: Firefox problem...another newbie question

2005-11-12 Thread Kan Cai
It seems that there is some problem with your glib. You might need to upgrade it. Note that portupgrade isn't working for glib/gtk 2.8.x upgrade. You need to use gnome_upgrade212.sh instead, check /usr/ports/UPDATING for details. cheers, --ken On 10/11/05, makisupa <[EMAIL PROTECTED]> wrote: > >

Firefox problem...another newbie question

2005-10-11 Thread makisupa
Been messing with FreeBSD for a week and a half or so now. Getting my laptop all setup to play DVDs and something wierd happened to Firefox (probably unrelated I know). As an aside, xine works well but i'm not a fan of the gui, gxine core dumps a few seconds after going fullscreen or toggling

Re: another newbie question

2005-04-20 Thread Daniel Bye
On Tue, Apr 19, 2005 at 05:08:40PM -0400, [EMAIL PROTECTED] wrote: > > Hi all, > Been playing around with FreeBSD for a couple of months. Just configured > my .muttrc, and I'm able to send messages but not to receive. I read the > man pages and followed the instructions but still it's not wo

another newbie question

2005-04-19 Thread [EMAIL PROTECTED]
Hi all, Been playing around with FreeBSD for a couple of months. Just configured my .muttrc, and I'm able to send messages but not to receive. I read the man pages and followed the instructions but still it's not working. Am I missing something here? Any help will be greatly appreciated. Th

RE: Another Newbie Question: C or C++

2003-11-15 Thread Gaston Benitez
! :) - Original Message - From: Jerry McAllister <[EMAIL PROTECTED]> To: yo _ <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 2:28 PM Subject: Re: Another Newbie Question: C or C++ > > > > >I would recommend not trying to learn

Re: Another Newbie Question: C or C++

2003-11-14 Thread C. Ulrich
On Mon, 2003-11-10 at 19:12, Scott W wrote: > Books and references- > C- Already mentioned, K&R 'The C Programming Language' is 'the bible.' > This is also generally a lousy book to start with if you aren't > programming already, but an invaluable reference. Pick up another book, > wish I knew

Re: Another Newbie Question: C or C++

2003-11-12 Thread Scott W
yo _ wrote: I would recommend not trying to learn C or C++ by yourself from a book. The fastest (and best way) to learn the right stuff is to take coursework from a university or community college. Not that I like disagreeing for no good reason, but I wholeheartedly disagree with that statemen

Re: Another Newbie Question: C or C++

2003-11-12 Thread Jerry McAllister
> > >I would recommend not trying to learn C or C++ by yourself from a book. > >The fastest (and best way) to learn the right stuff is to take coursework > >from a university or community college. > > >If the courses are any good, you'll get feedback, and you'll be paced > >and challenged with p

Re: Another Newbie Question: C or C++

2003-11-12 Thread Louis LeBlanc
On 11/12/03 12:09 PM, yo _ sat at the `puter and typed: > >I would recommend not trying to learn C or C++ by yourself from a book. > >The fastest (and best way) to learn the right stuff is to take coursework > >from a university or community college. > > Not that I like disagreeing for no good re

Re: Another Newbie Question: C or C++

2003-11-12 Thread yo _
I would recommend not trying to learn C or C++ by yourself from a book. The fastest (and best way) to learn the right stuff is to take coursework from a university or community college. Not that I like disagreeing for no good reason, but I wholeheartedly disagree with that statement. If the cour

Re: Another Newbie Question: C or C++

2003-11-11 Thread abowhill
A decent school will start you with C as an introduction to programming then teach you basic C++ (you write your own abstract data types). On Tue, Nov 11, 2003 at 8:17pm alexander v p <[EMAIL PROTECTED]> wrote: > if i've got the msg, it seems u're sugesting to go to software uni and > finish th

Re: Another Newbie Question: C or C++

2003-11-11 Thread alexander v p
if i've got the msg, it seems u're sugesting to go to software uni and finish that instead c/c++ advice @ the end. back to the ?, i would go with C for starters. C++ later. alone, with books, lotsa {coffee|oj|pepsi|...|..} and good luck. coursework can help if you have time/money. $0.0153 alex p

Re: Another Newbie Question: C or C++

2003-11-11 Thread abowhill
>>I need to buy a book on C or C++ to help me in FreeBSD. Which would be >> better to buy? >>I first thought a book on C would be best, because the OS is written in >> C. But, now I'm not sure because I read that gcc can compile C++ too >> (so, I'm assuming C++ must get used too). >I can recommen

Re: Another Newbie Question: C or C++

2003-11-11 Thread Louis LeBlanc
On 11/12/03 01:37 PM, paul van den bergen sat at the `puter and typed: > On Wed, 12 Nov 2003 12:54 am, Louis LeBlanc wrote: > > Wow, that's a fairly complete list. Agree completely on the C/C++ > > application/philosophical differences. The book list missed one very > > useful C++ book by Josutis

Re: Another Newbie Question: C or C++

2003-11-11 Thread paul van den bergen
On Wed, 12 Nov 2003 12:54 am, Louis LeBlanc wrote: > Wow, that's a fairly complete list. Agree completely on the C/C++ > application/philosophical differences. The book list missed one very > useful C++ book by Josutis, "The C++ Standard" I think. Don't have it > handy. I agree with all said so

Re: Another Newbie Question: C or C++

2003-11-11 Thread Erik Trulsson
On Wed, Nov 12, 2003 at 12:28:32AM +, Chris Howells wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > On Tuesday 11 November 2003 23:02, Lowell Gilbert wrote: > > > each other. [There is a myth that C++ is a superset of C, but this is > > not really the case.] > > C++ is

Re: Another Newbie Question: C or C++

2003-11-11 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tuesday 11 November 2003 23:02, Lowell Gilbert wrote: > each other. [There is a myth that C++ is a superset of C, but this is > not really the case.] C++ is based on C. Any C code (providing it does not use certain key word that are reserve

Re: Another Newbie Question: C or C++

2003-11-11 Thread Lowell Gilbert
Chris Howells <[EMAIL PROTECTED]> writes: > On Monday 10 November 2003 23:23, Alex Kelly wrote: > > So, it sounds like I should probably tackle C before C++. > > Not really, there's need to learn C if you just want to learn C++. Any decent > C++ book will teach you all you need to know without l

Re: Another Newbie Question: C or C++

2003-11-11 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Monday 10 November 2003 23:23, Alex Kelly wrote: > So, it sounds like I should probably tackle C before C++. Not really, there's need to learn C if you just want to learn C++. Any decent C++ book will teach you all you need to know without le

Re: Another Newbie Question: C or C++

2003-11-11 Thread Daniela
On Tuesday 11 November 2003 13:54, Louis LeBlanc wrote: > On 11/10/03 07:12 PM, Scott W sat at the `puter and typed: > > Alex Kelly wrote: > > >I need to buy a book on C or C++ to help me in FreeBSD. Which would be > > > better to buy? > > > > > >I first thought a book on C would be best, because t

Re: Another Newbie Question: C or C++

2003-11-11 Thread Louis LeBlanc
On 11/10/03 07:12 PM, Scott W sat at the `puter and typed: > Alex Kelly wrote: > > >I need to buy a book on C or C++ to help me in FreeBSD. Which would be better to > >buy? > > > >I first thought a book on C would be best, because the OS is written in C. But, now > >I'm not sure because I read t

Re: Another Newbie Question: C or C++

2003-11-10 Thread yo _
I need to buy a book on C or C++ to help me in FreeBSD. Which would be better to buy? If you just want to start programming in FreeBSD, Learn C as well as you can. The route I took was learning basic programming skills then reading "The C Programming Language" by K&R, it's an excellent book if y

Re: Another Newbie Question: C or C++

2003-11-10 Thread Scott W
Alex Kelly wrote: I need to buy a book on C or C++ to help me in FreeBSD. Which would be better to buy? I first thought a book on C would be best, because the OS is written in C. But, now I'm not sure because I read that gcc can compile C++ too (so, I'm assuming C++ must get used too). Does it e

Re: Another Newbie Question: C or C++

2003-11-10 Thread Alex Kelly
- Original Message - From: "Jerry McAllister" <[EMAIL PROTECTED]> To: "Alex Kelly" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November 10, 2003 6:14 PM Subject: Re: Another Newbie Question: C or C++ > > > > I need to buy a

Re: Another Newbie Question: C or C++

2003-11-10 Thread Jerry McAllister
> > I need to buy a book on C or C++ to help me in FreeBSD. > Which would be better to buy? This doesn't answer your C++ part of the question, but you should have the Kernighan & Ritchie "The C Programming Language" and then get something like "C A Reference Manual" (Latest edition is 5th I t

Another Newbie Question: C or C++

2003-11-10 Thread Alex Kelly
I need to buy a book on C or C++ to help me in FreeBSD. Which would be better to buy? I first thought a book on C would be best, because the OS is written in C. But, now I'm not sure because I read that gcc can compile C++ too (so, I'm assuming C++ must get used too). Does it even matter? Sugg

Re: another newbie struggling with ppp/modem issues - still struggling

2003-09-15 Thread Malcolm Kay
On Mon, 15 Sep 2003 19:19, Malcolm Kay wrote: > On Mon, 15 Sep 2003 04:58, Alex wrote: > > Thanks to all who responded. I think I've narrowed this down to a problem > > recognizing the port (rather than a hardware problem), but this still > > doesn't have me much closer to success. The actual modem

Re: another newbie struggling with ppp/modem issues - still struggling

2003-09-15 Thread Malcolm Kay
On Mon, 15 Sep 2003 04:58, Alex wrote: > Thanks to all who responded. I think I've narrowed this down to a problem > recognizing the port (rather than a hardware problem), but this still > doesn't have me much closer to success. The actual modem is a US Robotics > Performance Pro (not a Winmodem),

Re: another newbie struggling with ppp/modem issues - still struggling

2003-09-14 Thread Alex
Thanks to all who responded. I think I've narrowed this down to a problem recognizing the port (rather than a hardware problem), but this still doesn't have me much closer to success. The actual modem is a US Robotics Performance Pro (not a Winmodem), so I doubt that's the source of my troubles. I

Re: another newbie struggling with ppp/modem issues

2003-09-13 Thread parv
in message <[EMAIL PROTECTED]>, wrote Alex thusly... > > My modem is sitting on cuaa2 and I needed to re-compile my kernel > to recognize that port. I did this and everything went fine, ... > am getting the dreaded "sio5: configured irq 2 not in bitmap of > probed irqs 0" error which I haven't fou

Re: yet another newbie ppp/modem question

2003-09-13 Thread Jud
ebug, describe your modem type. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alex Sent: Friday, September 12, 2003 4:11 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: yet another newbie ppp/modem question I'm having some trouble getting my modem up a

RE: yet another newbie ppp/modem question

2003-09-13 Thread fbsd_user
[EMAIL PROTECTED] Behalf Of Alex Sent: Friday, September 12, 2003 4:11 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: yet another newbie ppp/modem question I'm having some trouble getting my modem up and running on FreeBSD 4.8. A search through the mailing list archives shows that m

yet another newbie ppp/modem question

2003-09-12 Thread Alex
I'm having some trouble getting my modem up and running on FreeBSD 4.8. A search through the mailing list archives shows that many of the problems I've been wrestling with seem to have cropped up before, yet I haven't been able to follow any of the discussion to a workable answer. My modem is sit

another newbie struggling with ppp/modem issues

2003-09-11 Thread Alex
I'm having some trouble getting my modem up and running on FreeBSD 4.8. A search through the mailing list archives shows that many of the problems I've been wrestling with seem to have cropped up before, yet I haven't been able to follow any of the discussion to a workable answer. My modem is si

Re: I need big Help! (Not yet another newbie question!)

2003-02-26 Thread Daxbert
Quoting Murat <[EMAIL PROTECTED]>: > I'm using freebsd 4.7 release with IBM dedicated server (P3-1133, 512 ram, > 36 gigs hdd etc) > > Everything was normal at this moment. > When I try to upgrade my apache, with compiling PHP, Php-Accelerator, I > noticed my Apache is using 150Mb ram from now on

I need big Help! (Not yet another newbie question!)

2003-02-26 Thread Murat
Hi, I'm using freebsd 4.7 release with IBM dedicated server (P3-1133, 512 ram, 36 gigs hdd etc) I was happy with freebsd, before that I was using Linux redhat as server OS. Everything started at, when I want to install eDonkey client. It asked for Linux-Base package, and installed automatically (

Re: Another newbie ports question

2003-02-19 Thread Toni Schmidbauer
On Tue, Feb 18, 2003 at 03:27:19PM -0800, humbert wrote: > Ok, I just cvsup'ed my ports tree, and I am trying to upgrade to the > latest korganizer. I upgraded qt to the latest version, and then it > told me to update kdelibs. But I got this error: the easiest and mostly painless way to upgrade a

Another newbie ports question

2003-02-18 Thread humbert
Ok, I just cvsup'ed my ports tree, and I am trying to upgrade to the latest korganizer. I upgraded qt to the latest version, and then it told me to update kdelibs. But I got this error: This port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on yo