Skip to content

Commit

Permalink
Finished primary cli and added most static content
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Aug 1, 2016
1 parent 396c9fe commit 9368728
Show file tree
Hide file tree
Showing 34 changed files with 665 additions and 72 deletions.
56 changes: 28 additions & 28 deletions 10-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: Programming is second nature.
---
# Dev

##### (Development)

I have been programming in various languages for over fifteen
years. In that time, I've written just about every class of software
around. I've developed Web, server, client, embedded, mobile, and
Expand Down Expand Up @@ -55,7 +57,17 @@ projects I've enjoyed working on over the years.
Bash application with Web/Elastic Search backend for tracking and
search shell histories across multiple hosts/users.
</dd>

<dt>
<a href="https://github.com/Superpedestrian/sp-jenkins-build-tools">
Superpedestrian Jenkins Pipeline Tools'
</a>
<span>[Creator]</span>
</dt>
<dd>
A set of groovy includes and shell scripts to create
ElasticBeanstalk deployments, build docker images, tag releases,
and do A/B environment swaps using Jenkins new Pipeline flows.
</dd>
<dt>
<a href="http://github.com/mitocw/xsiftx">XsiftX</a> <span>[Creator]</span>
</dt>
Expand All @@ -75,26 +87,6 @@ projects I've enjoyed working on over the years.
great form submission review facilities that include CSV exports
and graphs of form responses.
</dd>
<dt>
<a href="http://mac-ro-knife.sourceforge.net/">Mac-Ro-Knife</a>
<span>[Creator/Maintainer]</span></dt>
<dd>
Java based desktop application SSH macro tool. This software is
used for running simple command line based macros on multiple
hosts running SSH. It provides remote scripting to multiple
platforms via SSH (i.e. change your password on 20 systems
automatically).
</dd>
<dt>
<a href="http://sourceforge.net/projects/audiom/">AudioM</a>
<span>[Creator/Maintainer]</span></dt>
<dd>
Java based desktop utility. AudioM takes audio play list formats
(M3U,PLS,PLA/PLP) and copies the files to a new location with a
play list matching the new location. It also does play list format
conversion. Great for managing disk based MP3 players (Especially
the Sansa).
</dd>
<dt>
<a href="http://posh.codeplex.com">Powershell Framework</a>
<span>[Creator/Maintainer]</span></dt>
Expand Down Expand Up @@ -143,14 +135,17 @@ of these languages.

### Web Languages and Frameworks


<div class="grd-row">
<div class="grd-row-col-3-6" markdown="1">
*Server Side*

- Flask
- Django
- ASP
- PHP
- Flask
- NodeJS/Express
- SQL

</div>
<div class="grd-row-col-3-6" markdown="1">
*Client Side*

- HTML
Expand All @@ -159,17 +154,22 @@ of these languages.
- Sass
- ReactJS
- BackboneJS

</div>
</div>
<div class="grd-row">
<div class="grd-row-col-3-6" markdown="1">
### Application Languages

- Python
- Java
- Ruby
- Javascript
- C and C++

</div>
<div class="grd-row-col-3-6" markdown="1">
### Scripting

- Bash
- Powershell
- Ansible
</div>
</div>
197 changes: 197 additions & 0 deletions 20-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,200 @@ title: Sys
permalink: /sys/
description: Down time fears me.
---
# Sys

##### (System Administration)

I live for building and maintaining servers. It is just plain cool.
It is something I've been enamored with since I built my first server
in primary school. Architecting solutions and selecting the tools and
systems required to make them happen is what wakes me up in the middle
of the night.

The ability to provide a remote service that increases people's
productivity through automation and availability is something I do
well. Through my background in software development I know how
systems really work under the hood. This plus years of experience in
extremely diverse environments give me the capability to deliver
software and technology that makes digital life better and business
run more efficiently.

## Operating System

The core of system administration, operating systems are what I know.
There is hardly one I haven't at least tried, and I know the most
popular ones forwards and backwards.

<div class="grd-row">
<div class="grd-row-col-2-6" markdown="1">
### Linux

- Red Hat Enterprise Linux/CentOS
- Ubuntu Server and Desktop
- Novell and Open SuSE
- Debian
- Fedora
</div>
<div class="grd-row-col-2-6" markdown="1">
### Windows

- NT Workstation and Server
- 2000 Workstation and Server
- XP and 2003 Server
- Vista and 2008 Server
- 7 and 2008 r2 Server
- 8 and 2012 Server
- 10
</div>
<div class="grd-row-col-2-6" markdown="1">
### UNIX and Specialty

- Sonicwall
- ExtremeXOS
- FreeBSD/OpenBSD
- Solaris
- Cisco IOS
- Juniper ScreenOS
- Force10 OS
- Nokia IPSO
- Checkpoint Secure Platform
</div>
</div>

## Applications and Servers

Running servers is both my hobby and my profession. Thanks to my
diverse employment background, I've had the privilege of running a
large variety of applications and servers in different environments
from small business to mission critical 99.999% up time enterprise
data centers.


<div class="grd-row">
<div class="grd-row-col-3-6" markdown="1">
### Web and Database

- nginx
- Apache
- mod_wsgi
- mod_php
- mod_python
- mod_proxy
- mod_rewrite
- WebDAV/svn
- Tomcat
- gunicorn
- unicorn
- uwsgi
- ElasticSearch
- MongoDB
- PostgreSQL
- MySQL
- MS SQL Server
- GitLab
- Github Enterprise
- OwnCloud
- MS Sharepoint
- Drupal
- Wordpress
</div>
<div class="grd-row-col-3-6" markdown="1">
### Utility and Infrastructure</h3>

- Ansible
- Docker
- Amazon Web Services
- ElasticBeanstalk
- VPC
- ELB
- RDS
- Route53
- OpenStack
- Elastic Stack (ELK)
- Druva InSync
- Heroku
- VMWare VSphere
- VMWare vCenter
- Citrix XenServer
- OpenLDAP
- Kerberos
- MS Active Directory
- Cisco Secure ACS
- Postfix
- Zarafa
- BIND
- DHCPD
- Windows Update Server
- MS Configuration Manager/SMS
- MS Data Protection Manager
- Bacula
- EMC Networker
- Symantec Antivirus Server
- Shinken
- Nagios
- Zenoss Monitoring
- EMC Networker
- MatLab Distributed Computing Server
- OpenVAS
- TORQUE and MAUI
</div>
</div>

## Networking and Storage

In addition to typical server and desktop administration, I've also
been heavily involved in storage, file serving, storage area
networking, and regular networking.

<div class="grd-row">
<div class="grd-row-col-3-6" markdown="1">
### Networking

- Cisco switches and WAPs
- Fortinet Meru Wireless
- Extreme Switches
- Force10 Switches
- Brocade fibre channel switches
- QLogic fibre channel switches
- Dell PowerConnect switches
- Checkpoint Firewalls
- Nokia Firewalls
- Juniper Firewalls
- Sonicwall Firewalls
- Cisco routers
- Checkpoint SecuRemote VPNs
- Juniper Secure Access SSL VPNs
- VLAN design and management
</div>
<div class="grd-row-col-3-6" markdown="1">
### Storage

- HDS HNAS 3200/BlueArc Titan 3200
- HDS AMS 1000
- DataDirect Networks S2A9900
- Oracle StorageTek tape libraries
- HPE StoreEver Tape tape libraries
- Spectra Logictape libraries
- Microsoft Storage Server
- Samba
- NFS
- Promise VessRAID iSCSI appliances
- Enhance Technology UltraStor disk arrays
- Dell MD3000i iSCSI SAN appliances
- Synology Rackstations
</div>
</div>

## Related Coursework

- Microsoft Certified Systems Engineer Courses
- Computer Architecture
- Operating Systems
- Network Security
- Computer Engineering and Design
- Data Communications
- Juniper Netcreen Firewall and VPN
- Juniper Netscreen Security Manager
- Juniper Secure Access SSL VPN
- SANS IPv6 Essentials
- Hurricane Electric IPv6 Sage
Loading

0 comments on commit 9368728

Please sign in to comment.