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. […]

Basic Cisco Tasks – Configure TFTP settings

Basic Cisco Tasks – Configure TFTP settings These tasks were performed on Cisco ASA firewalls. I try to underline any syntax in this tutorial to make it easier to identify, copy, modify (if needed) and paste directly into your device. I always recommend taking your own notes for future reference since configs will vary. If […]

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 […]

Installing RDP Server On Ubuntu 13.10

Installing RDP Server On Ubuntu 13.10 NOTE AFTER MANY HOURS of troubleshooting I have stumbled upon a fix for RDP server for Ubuntu 13.10. gnome-session-fallback does not work and displays the following screen. As of 11-22-13 xfce is the only desktop environment that works in RDP on Ubuntu 13.10 At the terminal run: Sudo apt-get install […]

Windows Server 2012 R2 Data Deduplication

Windows Server 2012 R2 Data Deduplication I loaded up a Windows Server 2012 R2 on a older PE2950 to repurpose a retired machine for another purpose on the network. Before installing deduplication Installing Windows Server 2012 R2 Data Deduplication: Open Server Manager and click on “Add roles and Features” Follow the yellow click road J […]