now with tables!

This commit is contained in:
Charles N Wyble 2024-11-28 13:00:01 -06:00
parent 7ce2e4f576
commit 1ba81f9114
2 changed files with 43 additions and 23 deletions

View File

@ -16,8 +16,31 @@ cat "../common/@ReachableCEO/Resume/Common/Contact-Info.md" >> $IntermediateOutp
echo " " >> $IntermediateOutputFile
#Pull in my skills
cat "../common/@ReachableCEO/Resume/Common/Skills.md" >> $IntermediateOutputFile
echo " " >> $IntermediateOutputFile
echo "## Skills" >> "$IntermediateOutputFile"
#Table heading
#| | | |
#| --- | --- | --- |
#| | | |
#| | | |
echo "|Skill|Experience|Skil Details|" >> $IntermediateOutputFile
echo "|---|---|---|" >> $IntermediateOutputFile
#Table rows
IFS=$'\n\t'
for skill in \
$(cat ../common/@ReachableCEO/Resume/Common/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}')"
echo "|**$SKILL_NAME**|$SKILL_YEARS|$SKILL_DETAIL|" >> $IntermediateOutputFile
done
unset IFS
#Pull in my projects
cat "./@ReachableCEO/Resume/Non-Cv/Projects.md" >> $IntermediateOutputFile

View File

@ -5,28 +5,25 @@ Senior (Staff level) System Engineer/SRE/Architect with extensive Linux/Windows/
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
## Skills
- **Linux** (22 years) : RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC.
- **Unix** ( 5 years) : HPUX/Solaris
- **Windows** (22 years) : Server (2008 - 2016), Windows client automated deployment (7,8,10,11), Active Directory, Group Policy, WSUS, Certificate Services, AD DNS, AD DHCP, complex multiple forest and domain setups, LDAP
- **Free/Libre/Open Source Server software** (22 years) : Apache, Postfix, Qmail, Dovecot, Courier, Nginx, Matamo, Discourse, Wordpress, Mautic,Dolibarr, Revive, Firefly, Cloudron, Coolify, Gitea, Gitlab, GitHub, Git, Jenkins, Rundeck, N8N, Mysql,Postgresql, LetsEncrypt, ACME, cfssl
- **Cyber Security** (22 years) : PCI Compliance, security hardening, audits, breach response and mitigation, patch and vulnerability management.
- **Networking** (22 years) : Linux Virtual Server, HAProxy, Ubiquiti Unifi, Opnsense, Pfsense, HP, Cisco, Arista, Dell, 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
- **Storage** (22 years) : NFS, Samba, CIFS, Netapp, ZFS, True/Free NAS, 3par, MSA, Equallogic, EMC, generic iscsi
- **Virtualization** (22 years) : VmWare, Parallels,HyperV, KVM, Xen
- **Containerization** (12 years) : LXC, Docker
- **Configuration management** (22 years) : Slack, Cfengine, Puppet, FetchApply, Ansible, Hashicorp Packer/Vault
- **Embedded** (5 years) : Raspberry pi, arduino, seeduino, Lego Mindstorms
- **Programming/Automation** (22 years) : Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java.
- **Ticket / incident / project management** (22 years): Jira, ServiceNow,Redmine,RT.
- **Git** (15 years) : branching, merging, multiple teams, external vendors, submodules etc.
- **LLM** (2 years) : OpenWebUI, Apple Silicon, QA/validation, RAG, data cleaning/prep etc.
- **Current growth/learning focus** : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm. Also Saylor.org MBA program.
|Skill|Experience|Skil Details|
|---|---|---|
|**Linux**|22 years|RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. |
|**Unix**|5 years|HPUX/Solaris|
|**Windows**|22 years|Server (2008 2016), Windows client automated deployment (7,8,10,11), Active Directory, Group Policy, WSUS, Certificate Services, AD DNS, AD DHCP, complex multiple forest and domain setups, LDAP|
|**Free/Libre/Open Source Server software**|22 years|Apache, Postfix, Qmail, Dovecot, Courier, Nginx, Matamo, Discourse, Wordpress, Mautic,Dolibarr, Revive, Firefly, Cloudron, Coolify, Gitea, Gitlab, GitHub, Git, Jenkins, Rundeck, N8N, Mysql,Postgresql, LetsEncrypt, ACME, cfssl|
|**Cyber Security**|22 years|PCI Compliance (tier 1 implementations), security hardening, audits, breach response and mitigation, patch and vulnerability management. |
|**Networking**|22 years|Linux Virtual Server, HAProxy, Ubiquiti Unifi, Opnsense, Pfsense, HP, Cisco, Arista, Dell, 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 |
|**Storage**|22 years|NFS, Samba, CIFS, Netapp, ZFS, True/Free NAS, 3par, MSA, Equallogic, EMC, generic iscsi|
|**Virtualization**|22 years|VmWare, Parallels,HyperV, KVM, Xen|
|**Containerization**|15 years|LXC, Docker,Parallels|
|**Configuration management**|22 years|Slack, Cfengine, Puppet, FetchApply, Ansible, Hashicorp Packer/Vault|
|**Embedded development**|5 years|Raspberry pi, arduino, seeduino, Lego Mindstorms|
|**Programming/Automation**|22 years|Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java|
|**Ticket / incident / project management (22 years): Jira, ServiceNow,Redmine,RT.**|||
|**Git**|15 years|branching, merging, multiple teams, external vendors, submodules |
|**LLM**|2 years|OpenWebUI, Apple Silicon, QA/validation, RAG, data cleaning/prep|
Projects
--------