Understudy.net/org

Ok you have made it this far.
You obviously must be bored and
have nothing better to do with your life.

My Archives: August 2004

Tuesday, August 31, 2004

I am at it again. I am thinking of getting a dedicated server. One of the things I wanted to be able to do was to monitor it and have the computer that monitors the server notify me via e-mail that it was down. [more]

Posted by understudy @ 09:06 PM EST [Link]

Saturday, August 28, 2004

I have found a way to change the background in WindowMaker. I have modified the script I found to work with FreeBSD (4.10). This is the second script I have ever really done anything with so go easy on me. [more]

Posted by understudy @ 08:54 PM EST [Link]

Friday, August 13, 2004

I threw together two quick TIP articles. One on speeding up boot time in FreeBSD:

http://lantech.geekvenue.net/chucktips/jason/chuck/jason/chuck/1092008415/index_html

and one on colorizing your directories:

http://lantech.geekvenue.net/chucktips/jason/chuck/1092014257/index_html

[more]

Posted by understudy @ 11:36 AM EST [Link]

Sunday, August 1, 2004

Do not buy this book. It is a waste of money. First and foremost. It leaves out everything you need to know about compilers. No compiling, no programming.
Second , the books lessons don't work. If you are using FreeBSD and g++ for a compilier give up now.
Here is the second program from the book:
#include

using namespace std;

int main(int argc, char* argv[])
{
Without "using" statement, this would be std::cout
cout << "Hi there!" << end1;
"end1" = next line
return 0;
}

Well when you run the g++ compiler from your command prompt , you get this:
main.cpp: In function `int main(int, char **)':
main.cpp:8: `end1' undeclared (first use this function)
main.cpp:8: (Each undeclared identifier is reported only once
main.cpp:8: for each function it appears in.)

Well that means it doesn't work. This is the second lesson in the book. It is so nice to know that the editors don't actually proof check their work.

Save your money.

Posted by understudy @ 09:31 PM EST [Link]

[Archive Index] [Main Index]

Powered By Greymatter