1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Ben's Corner of the Web" property="og:title">
<meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description">
<meta content="https://ben.sanders.life" property="og:url">
<meta content="https://bsand.net/assets/me.jpeg" property="og:image">
<meta content="#b172bc" data-react-helmet="true" name="theme-color">
<link rel="stylesheet" href="/main.css">
<title>Ben's Website</title>
</head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
<li><a href="/about" title="about me">~/about</a></li>
<li><a href="/resume" title="my resume">~/resume</a></li>
<li><a href="/blog" title="my blog">~/blog</a></li>
<li><a href="/resources" title="resources">~/resources</a></li>
</ul>
<h1 id="my-resume">My Resume</h1>
<h2 id="summary">Summary</h2>
<p>A self-driven IT Professional with over 2 years of demonstrated experience specialized in software support. Desires to work in a fast-paced and collaborative environment. Seeks to gain experience with Systems Administration.</p>
<h2 id="experience">Experience</h2>
<p><strong>Liquid Web</strong> <em>Remote</em></p>
<p>Linux Technician II</p>
<p>November 2021 - April 2025</p>
<p>Resolved clients issues with their hosting services using technologies
like cPanel, WordPress, and Linux</p>
<p><strong>Interactive Designs, Inc</strong> <em>Alpharetta, GA</em></p>
<p>Software Support Analyst</p>
<p>August 2019 - November 2021</p>
<p>Resolved client issues with SalonTouch software. Installed software on
client’s computers using MSSQL.</p>
<p><strong>Ingles Markets, Inc</strong> <em>Cleveland.GA</em></p>
<p>Deli Associate</p>
<p>July 2018 - April 2018</p>
<p>Worked here at various points through high school but my latest time
there I worked in the deli making pizzas, subs, and performing
janitorial duties as needed.</p>
<p><strong>Omega Technology Group</strong> <em>Cornelia,GA</em></p>
<p>Support Technician</p>
<p>August 2017 - December 2017</p>
<p>Installed 3CX phone systems for clients of a small Managed Service Provider.
Worked with security system AXTranNG and backup solution StorageCraft.</p>
<p><strong>Subway</strong> <em>Helen,GA</em></p>
<p>Sandwich Artist</p>
<p>February 2012 – December 2016</p>
<p>Served customers food, gained experience utilizing a Point-of-Sale system.
Performed janitorial duties as needed.</p>
<h2 id="education">Education</h2>
<p><strong>North Georgia Technical College</strong> <em>Clarkesville, GA</em></p>
<p>AAS Internet Specialist Web Design and Development (2011-2014)
AAS Networking Specialist (2016-2019)</p>
<p><strong>Western Governor’s University</strong> <em>Remote</em></p>
<p>BS Network Operations and Security (In Progress)</p>
<h2 id="certifications">Certifications</h2>
<ul>
<li><a href="https://www.credly.com/badges/4fee1df7-1e17-4f68-804e-18c44e62f60c/linked_in_profile">CompTIA A+ CE</a></li>
<li><a href="https://www.credly.com/badges/f3a99298-2fb1-45d8-aae7-91d1fce7abf2/public_url">CompTIA Network+ CE</a></li>
<li><a href="https://www.credly.com/badges/41afc1ee-582a-48e0-ba48-6ae466b6a434">CompTIA Security+ CE</a></li>
<li><a href="https://lpi.org/v/LPI000495770/wl89w6jbrs">LE-1: Linux Essentials</a></li>
</ul>
<h2 id="skills">Skills</h2>
<ul>
<li>Network Administration</li>
<li>Linux System Administration</li>
<li>Active Directory</li>
<li>Computer Hardware Diagnostics</li>
<li>Windows Administration</li>
<li>macOS Administration</li>
<li>Database Administration: MySQL, MariaDB</li>
<li>Web Server: NGINX, Apache</li>
<li>Mobile Device Administration</li>
</ul>
</div>
<footer>
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
</body>
</html>
|