Here are some useful links ive found during my search for useful links...
For you oldtimers, a resouces that helps you get the point across, while being nice to the new people... (sarcasm is such a powerful teaching aid use it)
http://lmgtfy.com/for you newbies!!
http://bit.ly/UtJ97Tas many others have said, the ultimate resource:
https://www.google.com/A must have for those new to linux, (you probably want i386):
http://releases.ubuntu.com/precise/IMHO A virtual machine is a must have as you enter into the field of computer security, it makes it easy and safe to mess around with different operating systems and command line. There are multiple options out there, VMware being my personal favorite. But I say support open source software, so here is the link to virtual box.
https://www.virtualbox.org/when it comes to anonymity, no one does it better than tor and tails (IMHO correct me if im wrong):
https://www.torproject.org/https://tails.boum.org/ Debian, the universal OS... A.K.A. ITs been 12 hours, how the f******* do I get my internet to work!
Because the debian source is entirely open, no freeware, propriety, share, anything (if I am not mistaken)... the original set-up lacks some drivers popular with most hardware. Most notably wifi chipsets
Yeah, debian is kinda a pain when you are new to linux, get ubuntu first, its pretty stupid proof. But once you are familiar with ubuntu (read: linux) upgrade to debian, practically every operating system you will ever use that isnt mac or win will be based off of debian or share many of the same features.
http://www.debian.org/security/Other links:
http://cb.vu/unixtoolbox.xhtmlhttp://www.thegeekstuff.com/2010/08/bas ... -commands/http://lifehacker.com/evil-week/http://ecommerce.hostip.info/pages/252/ ... urity.htmlhttp://www.darknet.org.uk/2006/03/10-be ... -recovery/http://www.cyberciti.biz/tips/linux-uni ... heets.htmlhttp://www.tldp.org/LDP/Bash-Beginners- ... -Guide.pdfmaxyp
PS: now to actually read all the stuff I dredged up...
-- Mon Oct 22, 2012 4:34 pm --
centip3de wrote:
You know, there are a lot more resources than just videos. In fact, the way I learn 99% of the time is to mess around with something for weeks, until I know it backwards, forwards, and sideways.
A requirement of messing around with something is knowing enough about it so that you can mess around with it. Ive been on computers all my life (albit not using them properly) and it wasnt till about 6 months ago, while reading about early computers that I even knew that bash/terminal existed and that I had it on my computer and where to find it. when I first started using bash, my first thoughts were.
This should have been the first thing I learned when my dad logged me on to a computer for the first time. Not the last thing I learn, and that even after spending years surfing the internet. SO, most people coming here for the first time are completely ignorent of the basics you would need to know in order to decide on what messing around with.
centip3de wrote:
Well, yes. Many of them originated in classic Unix/Linux, however, almost all of the ones that did originate back then (if they're still around) have changed to such an extent, it's almost useless learning the old version of it. (Unless you're doing OS/Compiler/Networking design, then you NEED to look back)
centip3de wrote:
BSD isn't as widely used in the hacking world as the *nix's are, I'd suggest researching those first, then researching more on BSD.
Im not talking specifically about just hacking, but security in general, which is what this site claims to be about. openBSD is secure out of the box. Yeah, it isnt important to have the entire source code memorized, but knowing why it is secure and what changes you can make to it that result in it not being secure is important. that knowledge will easily transfer to understanding how to make your own system (linux/osx/win) more secure, or penetrating someone elses system. Many of the same principals apply.
centip3de wrote:
To a degree. You don't have to know that the Internet originated with ARPNet (or something similar) in order to be an expert in computer security, hell, you don't even need to know that Bill Gates helped Steve Woz and Steve Jobs complete their OS (and they returned the favor). You should however, read up on exploits in the past, as it helps you realize how many vulnerabilities there truly are, and how important computer security is. However, that's really the only reason to research the history on computer security. You will not get any insider information into the world of computer security by doing a massive history report on it.
I agree learning to hack should not be a history class, but so much of whats going on right now at the cutting edge started 20+ years ago. If you are looking to become part of the hacking/security community you cant start at the cutting edge. Begin with the basics, and that all started year ago.
Get where im coming from?