This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to [DestinationIP:PORT] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //On the fly array generation. | |
| //Luke Brady 2016 | |
| import java.util.*; | |
| public class ArrayGenerator | |
| { | |
| private ArrayList<Integer> list = new ArrayList<Integer>(); | |
| int arrayLength; | |
| ArrayGenerator(int arrayLength) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Lists all running Linux Daemon's | |
| ps -eo 'tty,pid,comm' | grep ^? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Skills and Experience | |
| Luke_Brady = { | |
| Systems_Engineering => true, | |
| Programming_Languages => "Java, Python, C, HTML5, CSS, JavaScript, PowerShell, Bash, and Ruby", | |
| Linux_and_Windows => true, | |
| Distros => "Ubuntu, Fedora, Debian, CentOS, and CoreOS", | |
| Coffee_Lover => true | |
| } |
NewerOlder