Quote:
What is a header checksum?
This stuff is scary for me to even attempt to go into detail with. Basically it's computed by transaction for every packet going to a destination. I need to look it back up and find out more because God knows it confuses the crap out of me.
Quote:
Is the XP firewall and Remote Assistant safe?
Dude, you just put XP products and the word 'safe' in the same sentence! Bad! I don't know if it is or isn't...just that I know I won't ever use XP because of it's admitted "security flaws".
Quote:
Is it possible to change the date/time a file is accessed after accessing it (windows or linux)?
For linux/unix, yes, but it's by no means an easy thing to do, even for those that could be considered "hackers". Generally, it's for a bad reason anyways, so I wouldn't worry too much about it. As for windows, who cares? MS ****s up **** enough on it's own, much less someone changing atime/mtime/ctime shite, hehe..
Quote:
When attempting to compile my program the thought crossed my mind that maybe something isn't in my search path. How do I do that?
If you're talking about linux, do this as root:
find / -name file_name_here
Then do this:
export PATH=$PATH:/path/to/whatever/you/just/found
As for windows, find the directory, and then go into C:\autoexec.bat and edit it, adding this:
set PATH=%PATH%;absolute_path_here_including_drive_letter
Quote:
I've been reading a book on TCP/IP. How crucial is it to learn the sizes of each part of an IP header and so forth?
Unless you're planning on going into packet-level networking and such, knowing that kind of stuff really isn't critical to know (in reference to regular sysadmin stuff)
Quote:
Is VB good for anything? I know COBOL isn't. [/B]
VB is the mainstay of MS. Know it and you'll be able to see how they make everything in windows, as well as understanding how people make all this **** that breaks windows and whatnot. It's also the mainstay for script kiddiots, because God knows they can't do anything else other than point-and-click, possibly extending to IRC bots and running a compiler after reading the README which invariably states that the program came from somewhere like here or rootshell.org or some such place. It's decent to know, but nothing to really put on a resume (then again, since when is MS anything worthwhile? Paper MCSE anyone?)
Just my opinion on some of this stuff but hopefully it helps to a degree.