Showing posts with label Debian. Show all posts
Showing posts with label Debian. Show all posts

Sunday, May 18, 2014

IT Security - Penetration Testing tools - Ethical Hacking distro

If you are interested in Ethical Hacking and the IT Security area in general, you should know how to use the Kali linux distribution.

It provides the best tools and it is currently a market standard (if you work on IT Security, they might expect you to know how to use this distro, even though using the tools and more technical knowledge is more important).

There are many tutorials and books available online and elsewhere on technical subjects and How-to's to learn Kali and its tools.

The link for download this distro: http://www.kali.org/

Tuesday, August 13, 2013

Installing Oracle JDK JRE on Debian / Ubuntu

To install it, you just need to execute the following commands in order. I am assuming a new clean installation.

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer