QUOTE
so anyway, are there any programming languages i should pick up a book on and get to know as a net tech?
If I were in your position, I would first acquire competence with shell scripting and one general purpose high level language.
Since you aren't the programmer, you need to be able to deal with the most commonly used setups, tools, languages, etc. For a high level language, you should know Perl and Python. I heavily program in Python, but if I had to take up work as a network analyst, I would pick up Perl too. And if I happened to know Perl only, then I would pick up Python.
I'm actually assuming that you would be mostly working on UNIX like boxes, like BSDs, Linuxes, Macs, etc.. I don't think you'll see Perl in common usage on Windows, for example. if you don't know which OS type to focus on, UNIX like machines is a good default. Python however does tend to be used on both operating systems easily.
Then there's shell scripting. Actually, the shells, and various OS utilities varies from OS to OS, and the idiosyncracies are obviously important in a job, when you actually have to get work done correctly and quickly. There's no way you can learn about them all at once, so what you should do is focus on one you can learn on, and then relearn as needed when you work on a different OS.
On this note, I would wait for your school to give you further information. If for example, they teach you to work on Solaris boxes, you probably want to know this before getting started. If you're impatient to learn
something before school starts, I would setup a Linux machine, and then start learning your way around it. Just becoming comfortable with the OS is going to take you some time, and then you focus on learning how to administer it.