no content / formatting changes. re-factored build process and file/dir organization. it had gotten unwieldy.
This commit is contained in:
parent
fccc5e22f6
commit
a06e86f2c3
@ -72,6 +72,7 @@ Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/
|
||||
- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers.
|
||||
- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos.
|
||||
|
||||
\pagebreak
|
||||
**Electronic Clearing House | Senior System Administrator | April 2005 - July 2006**
|
||||
|
||||
- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams.
|
||||
@ -106,10 +107,11 @@ Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/
|
||||
|**Free/Libre/Open Source software**|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl|
|
||||
|**Databases**|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS|
|
||||
|**Cyber Security**|22 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC |
|
||||
|**Virtualization**|22 years|VmWare,Parallels,HyperV,KVM,Xen|
|
||||
|**Networking**|22 years|Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,IPSEC.Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3 |
|
||||
|**Monitoring**|22 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK)|
|
||||
|**Virtualization**|22 years|VmWare,Parallels,HyperV,KVM,Xen|
|
||||
|**Cloud**|5 years|AWS,Azure,Kubernetes|
|
||||
|**Storage**|22 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage|
|
||||
|**Cloud**|5 years|AWS,Azure,Kubernetes,Helm,Docker|
|
||||
|**Containerization**|15 years|LXC,Docker,OpenVZ|
|
||||
|**Configuration management/InfrastructureAsCode(IAC)**|22 years|FetchApply,Terraform/OpenTOfU,Ansible,AWX,Hashicorp Packer/Vault|
|
||||
|**Ticket / incident / project management**| 22 years| Jira,ServiceNow,Redmine,RT|
|
@ -4,10 +4,11 @@ Windows|22 years|Server (2008 2016),Windows client automated deployment (7,8,10
|
||||
Free/Libre/Open Source software|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl
|
||||
Databases|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS
|
||||
Cyber Security|22 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC
|
||||
Virtualization|22 years|VmWare,Parallels,HyperV,KVM,Xen
|
||||
Networking|22 years|Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,IPSEC.Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3
|
||||
Monitoring|22 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK)
|
||||
Virtualization|22 years|VmWare,Parallels,HyperV,KVM,Xen
|
||||
Cloud|5 years|AWS,Azure,Kubernetes
|
||||
Storage|22 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage
|
||||
Cloud|5 years|AWS,Azure,Kubernetes,Helm,Docker
|
||||
Containerization|15 years|LXC,Docker,OpenVZ
|
||||
Configuration management/InfrastructureAsCode(IAC)|22 years|FetchApply,Terraform/OpenTOfU,Ansible,AWX,Hashicorp Packer/Vault
|
||||
Ticket / incident / project management| 22 years| Jira,ServiceNow,Redmine,RT
|
|
@ -1,17 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
MarkdownOutputFile="./output/job-board/CharlesNWybleResume.md"
|
||||
MarkdownOutputFile="../MarkdownOutput/job-board/CharlesNWybleResume.md"
|
||||
rm $MarkdownOutputFile
|
||||
|
||||
# Combine markdown files into single input file for pandoc
|
||||
|
||||
#Pull in my contact info
|
||||
cat "./Contact-Info.md" >> $MarkdownOutputFile
|
||||
cat "../boilerplate/Contact-Info.md" >> $MarkdownOutputFile
|
||||
echo " " >> $MarkdownOutputFile
|
||||
|
||||
echo "## Highlights from my 22 year IT career" >> $MarkdownOutputFile
|
||||
|
||||
cat Projects.md >> "$MarkdownOutputFile"
|
||||
cat ../SkillsAndProjects/Projects.md >> "$MarkdownOutputFile"
|
||||
|
||||
echo "\pagebreak" >> $MarkdownOutputFile
|
||||
|
||||
@ -29,7 +29,7 @@ echo " " >> $MarkdownOutputFile
|
||||
|
||||
IFS=$'\n\t'
|
||||
for position in \
|
||||
$(cat ./WorkHistory.csv); do
|
||||
$(cat ../WorkHistory/WorkHistory.csv); do
|
||||
|
||||
COMPANY="$(echo $position|awk -F ',' '{print $1}')"
|
||||
TITLE="$(echo $position|awk -F ',' '{print $2}')"
|
||||
@ -38,7 +38,7 @@ DATEOFEMPLOY="$(echo $position|awk -F ',' '{print $3}')"
|
||||
echo "**$COMPANY | $TITLE | $DATEOFEMPLOY**" >> $MarkdownOutputFile
|
||||
echo " " >> "$MarkdownOutputFile"
|
||||
|
||||
cat ./$COMPANY.md >> "$MarkdownOutputFile"
|
||||
cat ../EmployerItems/$COMPANY.md >> "$MarkdownOutputFile"
|
||||
echo " " >> "$MarkdownOutputFile"
|
||||
done
|
||||
unset IFS
|
||||
@ -57,7 +57,7 @@ echo "|---|---|---|" >> $MarkdownOutputFile
|
||||
#Table rows
|
||||
IFS=$'\n\t'
|
||||
for skill in \
|
||||
$(cat ./Skills.csv); do
|
||||
$(cat ../SkillsAndProjects/Skills.csv); do
|
||||
SKILL_NAME="$(echo $skill|awk -F '|' '{print $1}')"
|
||||
SKILL_YEARS="$(echo $skill|awk -F '|' '{print $2}')"
|
||||
SKILL_DETAIL="$(echo $skill|awk -F '|' '{print $3}')"
|
@ -1,15 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
MarkdownOutputFile="./output/job-board/CharlesNWybleResume.md"
|
||||
MarkdownInputFile="../MarkdownOutput/job-board/CharlesNWybleResume.md"
|
||||
|
||||
# Run pandoc/etc to generate HTML/PDF/DOC into output dir
|
||||
|
||||
#First html/pdf/doc, for resume.reachableceo.com use
|
||||
|
||||
pandoc \
|
||||
$MarkdownOutputFile \
|
||||
$MarkdownInputFile \
|
||||
--template eisvogel \
|
||||
--metadata-file=./CharlesNWybleResume.yml \
|
||||
--metadata-file=./CharlesNWyble-JobBoard.yml \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output /d/tsys/@ReachableCEO/resume.reachableceo.com/CharlesNWybleResume.pdf
|
Loading…
Reference in New Issue
Block a user