Where to start?
I've been on this site for a little while now. I randomly got an interest in hacking so I asked a friend of mine to teach me some stuff. He showed me this site, and I sort of came. So then I started doing some challenges and learning bits and pieces of web hacking. And then I started looking at the forums and the articles and I realized the passion you guys have for computers.
Then I couldn't sleep one night, because I kept thinking about all the possible ways to complete a certain challenge and stayed up all night trying to figure it out. And I loved it. I think it was basic 7 or 8. But my point is I loved it.
I know its a noobie challenge, but we all have to start somewhere. I really have no idea where to start. I've looked around and most people say programming languages like Perl and C++ are good. Should I take actually classes in these things? Or should I just figure out using Google?
I've been using tutorials on w3schools, but I've come to realize that scripting isn't even the half of it.
Along with your advice, I could certainly use friendship. :D
Programming would be a very good way to "open" a few "worlds". You don't need to take any classes to learn how to program. Actually, virtually all good programmers are self-taught.
If you are completely new to programming I suggest picking up an "easy" language first. After you've learned about HTML, CSS and basic Javascript, try out either PHP or Perl. You also might want to read up on your Linux and try installing a distro or two. (hint: don't stop at Ubuntu).
Other than that, just browse the web, post in fora and do your research.
sharline23 wrote: Should I take actually classes in these things? Or should I just figure out using Google?
You can learn just as much with Google as you can with classes, if not more. I'd use Google were I you, however some people may find it much easier to learn by taking formal classes….
You mentioned C++, so you're apparently interested in it…
Http://www.cplusplus.com/doc/tutorial/ is full of nice tutorials on C++…
For Perl, this site appears to have many tutorials www.PerlMonks.org http://www.perlmonks.org/index.pl?node=Tutorials#Getting-Started-with-Perl
Hopes this helped a little with the programming languages….
yes, as said spy, programming is a good starting point… try an easy prog language first, then when you know basic things like pointers, sockets, etc.. change language and get it yours… And yes, you can install a linux distro but is not really necessary, i know people that hack perfectly with windows… Anyway, if you need help feel free to pm me or to other members, we are here to help…