now with html/css. tweaks to come soon. let's get pdf/doc working now!
This commit is contained in:
parent
2d55022673
commit
a25fab6368
@ -4,3 +4,4 @@ Charles N Wyble
|
|||||||
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
||||||
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
||||||
Austin TX / Raleigh NC / Remote
|
Austin TX / Raleigh NC / Remote
|
||||||
|
|
||||||
|
@ -2,3 +2,4 @@ Education
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
High School Graduate , 2002
|
High School Graduate , 2002
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
## Projects
|
Projects
|
||||||
|
--------
|
||||||
|
|
||||||
- Fedora to Debian field switch
|
- Fedora to Debian field switch
|
||||||
- Datacenter buildout in 86 days for 8 billion dollars
|
- Datacenter buildout in 86 days for 8 billion dollars
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
Skills
|
||||||
|
------
|
||||||
|
|
||||||
- **Linux**: RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering , AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. 22 years
|
- **Linux**: RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering , AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. 22 years
|
||||||
- **Unix**: HPUX/Solaris 5 years
|
- **Unix**: HPUX/Solaris 5 years
|
||||||
- **Windows**: 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. 22 years
|
- **Windows**: 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. 22 years
|
||||||
@ -14,3 +18,4 @@
|
|||||||
- **Ticket / incident / project management**: Jira, ServiceNow,Redmine,RT. 20 years.
|
- **Ticket / incident / project management**: Jira, ServiceNow,Redmine,RT. 20 years.
|
||||||
- **Git**: branching, merging, multiple teams, external vendors, submodules etc. 15 years
|
- **Git**: branching, merging, multiple teams, external vendors, submodules etc. 15 years
|
||||||
- **Current growth/learning focus**: Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm (2 year in dev labs)
|
- **Current growth/learning focus**: Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm (2 year in dev labs)
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
Work history
|
||||||
|
------------
|
||||||
|
|
||||||
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
||||||
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
||||||
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
||||||
@ -9,3 +13,4 @@
|
|||||||
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
||||||
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
||||||
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
||||||
|
|
||||||
|
@ -18,9 +18,16 @@ for file in "${NonCvResumeInputFiles[@]}"; do
|
|||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
# Run pandoc to generate PDF/DOC into output dir
|
# Run pandoc to generate HTML/PDF/DOC into output dir
|
||||||
|
|
||||||
#pandoc \
|
#pandoc \
|
||||||
# < ../output/intermediate/CharlesNWybleShortResume.md \
|
# < ../output/intermediate/CharlesNWybleShortResume.md \
|
||||||
# --from=markdown \
|
# --from=markdown \
|
||||||
# --output=../output/final/CharlesNWybleShortResume.pdf
|
# --output=../output/final/CharlesNWybleShortResume.pdf
|
||||||
|
|
||||||
|
pandoc \
|
||||||
|
--from=markdown \
|
||||||
|
--to=html \
|
||||||
|
-o ../output/final/CharlesNWybleShortResume.html \
|
||||||
|
-c resume-css-stylesheet.css \
|
||||||
|
../output/intermediate/CharlesNWybleShortResume.md
|
440
CurrentResume/non-cv/code/resume-css-stylesheet.css
Normal file
440
CurrentResume/non-cv/code/resume-css-stylesheet.css
Normal file
File diff suppressed because one or more lines are too long
BIN
CurrentResume/non-cv/code/resume-docx-reference.docx
Normal file
BIN
CurrentResume/non-cv/code/resume-docx-reference.docx
Normal file
Binary file not shown.
@ -0,0 +1,88 @@
|
|||||||
|
<h1 id="charles-n-wyble">Charles N Wyble</h1>
|
||||||
|
<h4
|
||||||
|
id="senior-system-engineersre-with-extensive-linuxwindowsnetworking">Senior
|
||||||
|
System Engineer/SRE with extensive Linux/Windows/Networking</h4>
|
||||||
|
<h5 id="github-profile-.-reachableceoreachableceo.com-.-818-280-7059">[
|
||||||
|
<a href="https://github.com/reachableceo">Github Profile</a> ] . [
|
||||||
|
reachableceo@reachableceo.com ] . [ 818 280 7059 ]</h5>
|
||||||
|
<p>Austin TX / Raleigh NC / Remote</p>
|
||||||
|
<h2 id="skills">Skills</h2>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Linux</strong>: RHEL/Debian/Ubuntu, kickstart, PXE, LDAP,
|
||||||
|
SSSD, RPM/Deb package creation, quotas, extended permissions, clustering
|
||||||
|
, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. 22 years</li>
|
||||||
|
<li><strong>Unix</strong>: HPUX/Solaris 5 years</li>
|
||||||
|
<li><strong>Windows</strong>: 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. 22 years</li>
|
||||||
|
<li><strong>/Free/Libre/Open Source Server software</strong>: 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. 22 years.</li>
|
||||||
|
<li><strong>Security</strong>: PCI Compliance, security
|
||||||
|
hardening,audits, breach response and mitigation, patch and
|
||||||
|
vulnerability management. 22 years</li>
|
||||||
|
<li><strong>Networking</strong>: 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. 22
|
||||||
|
years</li>
|
||||||
|
<li><strong>Monitoring</strong>: Uptime kuma, librenms, zabbix, zenoss,
|
||||||
|
nagios 22 years</li>
|
||||||
|
<li><strong>Storage</strong>: NFS, Samba, CIFS, Netapp, ZFS, True/Free
|
||||||
|
NAS, 3par, MSA, Equallogic, EMC, generic iscsi. 22 years</li>
|
||||||
|
<li><strong>Virtualization</strong>: VmWare, Parallels,HyperV, KVM, Xen.
|
||||||
|
22 years.</li>
|
||||||
|
<li><strong>Containerization</strong>: LXC, Docker, Compose. 12
|
||||||
|
years</li>
|
||||||
|
<li><strong>Configuration management</strong>: Slack, Cfengine, Puppet,
|
||||||
|
FetchApply, Ansible, Hashicorp Packer/Vault (20 years)</li>
|
||||||
|
<li><strong>Embedded</strong>: Raspberry pi, arduino, seeduino, Lego
|
||||||
|
Mindstorms , 5 years.</li>
|
||||||
|
<li><strong>Programming/Automation</strong>: Bash , J2ME, PHP, Ruby,
|
||||||
|
PowerShell, TCL/TK, Java. 10!years.</li>
|
||||||
|
<li><strong>Ticket / incident / project management</strong>: Jira,
|
||||||
|
ServiceNow,Redmine,RT. 20 years.</li>
|
||||||
|
<li><strong>Git</strong>: branching, merging, multiple teams, external
|
||||||
|
vendors, submodules etc. 15 years</li>
|
||||||
|
<li><strong>Current growth/learning focus</strong>: Prometheus, Grafana,
|
||||||
|
CI/CD, GCP, AWS, Azure, Kubernetes, Helm (2 year in dev labs)</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="projects">Projects</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fedora to Debian field switch</li>
|
||||||
|
<li>Datacenter buildout in 86 days for 8 billion dollars</li>
|
||||||
|
<li>Global AD build out/PCI compliance</li>
|
||||||
|
<li>other cool project (go through CV to find) #todo</li>
|
||||||
|
<li>other cool project (go through CV to find) #todo</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="work-history">Work history</h2>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Insight Global - CDK Global</strong> | <strong>Senior System
|
||||||
|
Engineer</strong> | July 2024 - October 2024</li>
|
||||||
|
<li><strong>TCS - Apple Computer</strong> | <strong>Senior System
|
||||||
|
Administrator</strong> | March 2024 - July 2024</li>
|
||||||
|
<li><strong>Shein.com</strong> | <strong>Staff SIte Reliability
|
||||||
|
Engineer</strong> | December 2022 - August 2023</li>
|
||||||
|
<li><strong>3M</strong> | <strong>Senior Site Reliability
|
||||||
|
Engineer</strong> | March 2020 - November 2022</li>
|
||||||
|
<li><strong>Dell Residency - Confidential End CLients (government
|
||||||
|
sector)</strong> | <strong>Resident System/Network Expert</strong> |
|
||||||
|
October 2019 - March 2020</li>
|
||||||
|
<li><strong>TippingPoint</strong> | <strong>Staff System/network
|
||||||
|
Architect</strong> | March 2012 - June 2019</li>
|
||||||
|
<li><strong>HostGator</strong> | <strong>Automation and Escalation
|
||||||
|
Engineer</strong> | March 2011 - May 2012</li>
|
||||||
|
<li><strong>RippleTV</strong> | <strong>Systems Engineer</strong> |
|
||||||
|
October 2008 - Jaunary 2010</li>
|
||||||
|
<li><strong>Walt Disney Internet Group</strong> | <strong>Site
|
||||||
|
Reliability Engineer</strong> | August 2006 - September 2007</li>
|
||||||
|
<li><strong>Electronic Clearing House</strong> | <strong>Senior Linux
|
||||||
|
System Administrator</strong> | April 2005 - July 2006</li>
|
||||||
|
<li><strong>GSI Commerce</strong> | <strong>HPUX/Windows/Linux System
|
||||||
|
Administrator</strong> | March 2002 - February 2005</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="education">Education</h2>
|
||||||
|
<p>High School Graduate , 2002</p>
|
@ -1,11 +1,14 @@
|
|||||||
|
|
||||||
## Contact Info
|
|
||||||
|
|
||||||
Charles N Wyble
|
Charles N Wyble
|
||||||
Senior Systems Engineer
|
=====
|
||||||
reachableceo@reachableceo.com
|
|
||||||
818 280 7059
|
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
||||||
|
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
||||||
Austin TX / Raleigh NC / Remote
|
Austin TX / Raleigh NC / Remote
|
||||||
|
|
||||||
|
|
||||||
|
Skills
|
||||||
|
------
|
||||||
|
|
||||||
- **Linux**: RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering , AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. 22 years
|
- **Linux**: RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering , AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC. 22 years
|
||||||
- **Unix**: HPUX/Solaris 5 years
|
- **Unix**: HPUX/Solaris 5 years
|
||||||
- **Windows**: 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. 22 years
|
- **Windows**: 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. 22 years
|
||||||
@ -23,7 +26,9 @@ Austin TX / Raleigh NC / Remote
|
|||||||
- **Git**: branching, merging, multiple teams, external vendors, submodules etc. 15 years
|
- **Git**: branching, merging, multiple teams, external vendors, submodules etc. 15 years
|
||||||
- **Current growth/learning focus**: Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm (2 year in dev labs)
|
- **Current growth/learning focus**: Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm (2 year in dev labs)
|
||||||
|
|
||||||
## Projects
|
|
||||||
|
Projects
|
||||||
|
--------
|
||||||
|
|
||||||
- Fedora to Debian field switch
|
- Fedora to Debian field switch
|
||||||
- Datacenter buildout in 86 days for 8 billion dollars
|
- Datacenter buildout in 86 days for 8 billion dollars
|
||||||
@ -31,6 +36,10 @@ Austin TX / Raleigh NC / Remote
|
|||||||
- other cool project (go through CV to find) #todo
|
- other cool project (go through CV to find) #todo
|
||||||
- other cool project (go through CV to find) #todo
|
- other cool project (go through CV to find) #todo
|
||||||
|
|
||||||
|
|
||||||
|
Work history
|
||||||
|
------------
|
||||||
|
|
||||||
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
||||||
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
||||||
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
||||||
@ -42,6 +51,9 @@ Austin TX / Raleigh NC / Remote
|
|||||||
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
||||||
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
||||||
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
||||||
## Education
|
|
||||||
|
Education
|
||||||
|
---------
|
||||||
|
|
||||||
High School Graduate , 2002
|
High School Graduate , 2002
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user