Thursday, April 19, 2012

CentOS/RHEL EPEL Repo Install Tutorial

This is quick blurb about CentOS/RHEL EPEL repo, this tutorial walks you through the process of installing the EPEL Repository on versions 4, 5 & 6 of CentOS/RHEL Linux. The EPEL repository gives you access to RPM’s which allows you to install unsupported software.

How to install EPEL on CentOS/RHEL (all version)

CentOS 4 EPEL Install

How to install EPEL on Centos 4 / RHEL 4:

rpm -Uvh http://download.fedoraproject.org/pub/epel/4/i386/epel-release-4-10.noarch.rpm
CentOS 5 EPEL Install

How to install EPEL on Centos 5 / RHEL 5:

rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
CentOS 6 EPEL Install

How to install EPEL on Centos 6 / RHEL 6:

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
Once installed just run the following command:

yum install package-name

Wednesday, April 18, 2012

SSD Drives and Mac OSX

Good Morning World, I've been missing for a while but its great to be back to normal. Between planning for a wedding, working, and running a consulting business I've been going 100% per hour non stop. Well anyway just want to share my experience on sad and macbook pro. I'm a virtual machine nut thats all i use my macbook pro for now a days for running virtual machines. So i went out bought a 120gb sad intel drive. i must say if you have a mac and no sad drive you a doing your self a huge disservice. i would recommend going with an sad drive. my boot time is a lot faster , as well as compile time for my code I'm loving it.

Cracking Kerberos Service Tickets (TGS) Using Kerberoasting

As of late I've been spending a lot of time researching and learning different techniques when it comes to attacking Active Directory En...