Hyper-V 2012 R2 Generation 2 Linux VM’s

Hyper-V 2012 R2 Generation 2 Linux VM’s Microsoft is starting to support Hyper-V Generation 2 VM’s for Linux. This alone would speed up any compatible Linux OS quite a bit by opening up some of the disk access bottlenecks that  Generation 1 VM’s suffer from. This performance bottleneck was caused by the VM only being able to […]

Get Dell Service Tag from RHEL or Ubuntu CLI

Get Dell Service Tag from RHEL or Ubuntu CLI Getting your Dell Service Tag from a RHEL or Ubuntu from the CLI is surprisingly easy to do. If you’ve ever needed to get Dell service tag from RHEL or Ubuntu CLI server that you can only SSH into here’s an easy way to do that. The dmidecode […]

Ubuntu Commands Cheat Sheet

Ubuntu Commands Cheat Sheet This is something I thought might help a few people out when it comes to using Ubuntu. The reason I am posting something that many of you n3rds already know is sometime in the next couple weeks I will begin sharing tutorials on some of the Pen-Testing Distros I frequently use. […]

Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!!

Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!! Microsoft Hyper-V 2012 R2 now supporting Generation 2 Linux VM’s!!! This alone will speed up the VM’s quite a bit by opening up some of the disk access bottlenecks that  Generation 1 VM’s suffer from. Check out: http://technet.microsoft.com/en-us/library/dn282285.aspx http://technet.microsoft.com/en-us/library/dn531030.aspx My only current disappointment is that Ubuntu […]

Install TFTP Server On Ubuntu 13.10

Setup TFTP Server Ubuntu 13.10 First to install the TFTP server in Ubuntu 13.10 get to a terminal and run the following commands: sudo apt-get install tftpd-hpa cd /srv/tftp mkdir -p firmwares/cisco sudo modprobe ip_conntrack_tftp sudo modprobe  ip_conntrack_ftp sudo chmod -R 777 /srv/tftp Edit the CONFIG FILE with vi or nano from a terminal the location […]