Thanks for visiting my SysAdmin / SRE-type scripting projects. It is written in Bash, Python, and other tools
This repository contains various projects created while learning the System Admin or Site Reliability Engineer (SRE) skills.
This repository contains projects on:
- Linux/Command Line. The projects will cover:
- How the shell works
- Navigating the file system
- Manipulating files
- I/O redirections, standard input, standard output, pipes, filters
- Permissions
- Job control
- Shell scripts
- Infrastructure design & management
- Parsing
- Advanced Log parsing
- Advanced SSH
- Setup a domain name Understanding DNS
- Setup SSL certificate
- Manage Web servers
- Manage Load balancers
- Continuous integration & deployment MySQL Master / Slave setup
- Firewall management
- Web infrastructure design
- Monitor a web infrastructure
- Web stack debugging
- Ubuntu 14.04 LTS
- python3 3.4.3
- Flask
- Puppet
- ufw
- xxx styling
- All programs were run on a Vagrant(ubuntu/trusty64) (Virtualbox) environment
In your terminal, git clone the directory with the following command:
git clone https://github.com/squidcarroll/[Github project directory]
./[executable file]Sid Carroll