Various utility code snippets and reference materials for LTW GCR developers.
- Markdown cheatsheet
- Sample service scripts for debian
- Open source project template for github
- Malware hunting project
- Securing systlogd
- Install Ubuntu Mate on EC2
Setup a Raspberry Pi emulated testing environment: http://www.makeuseof.com/tag/emulate-raspberry-pi-pc/
Setup a VMWare Ubuntu Mate on Mac testing environment:
Download https://ubuntu-mate.org/download/ Ubuntu MATE 16.04.3 LTS
Install into VMWare Fusion VM
Install VMWare Tools
sudo apt-get install open-vm-tools
Update OS
sudo apt-get update
sudo apt-get upgrade
Create of snapshot of configured VM using the VMWare Fusion "Take Snapshot" function to use as a baseline for testing - always test on a copy of that master snapshot
Do testing from a restored master snapshot
Setup a Raspberry Pi 3 using this software and associated instructions https://ubuntu-mate.org/raspberry-pi/
Run install script with parameters to specify development or production modes (development will install tools used to support debugging and testing, production is only the software required to run the services)