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
|
<!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">
<!-- SEO Meta Tags -->
<title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
<meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
<meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
<meta name="author" content="Ben Sanders">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
<meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
<meta property="og:url" content="https://ben.sanders.life">
<meta property="og:image" content="https://bsand.net/assets/me.jpeg">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
<meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
<meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
<!-- UI and Theme -->
<meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
</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>Starting CCNA Study</h1>
<p class="meta">Benjamin Sanders | 09 July 2022 | CCNA,WGU,Computer,Networking</p>
<p>Over the past few months I’ve been working towards my Bachelor of Science, Network Operations and Security degree at WGU. So far it has been going pretty good aside from the fact I keep failing my Project+ exam but I have managed to get my Network+, Security+ and Linux Essentials certificates. My A+ cert I had prior to starting my studies at WGU.</p>
<h2 id="the-purpose-of-this-article">The Purpose of this Article</h2>
<p>I plan to try to write weekly about how I’m going in my studies as I prepare for the CCNA. I’ll be using <a href="https://www.udemy.com/course/ccna-complete/">Neil Anderson’s Udemy course</a> as well as Cisco’s own on demand learning. Then a program I’ll be using is Cisco Packet Tracer so I don’t have to go out and purchase Cisco equipment just to take the course.</p>
<p>What I am hoping to gain from writing (hopefully weekly) about my studies is a way to not only keep me doing it but also maybe teach something as it relates to networking. I’ve always heard that a good way to learn is to teach so we’ll see how it can work out for me. Plus it will mean I can create more content for my own site that will hopefully give something to someone in the future.</p>
<p><img src="/assets/images/packet-tracer.png" alt="screen shot of packet tracer on mac" title="screen shot of packet tracer on mac" /></p>
<h2 id="setting-up-a-private-wiki">Setting up a Private Wiki</h2>
<p>Speaking on providing information that will help in the future. I’ve been thinking about providing and hosting a private/public wiki with something like wiki.sanders.life. My thinking is it would give me a good place to gather information I pick up in the IT world and make it publicly available for my personal use mostly but also if someone stumbles across it maybe it will help them as well. Overall I want to my make my site(s) a good hub for tech articles and help hone my skill in writing technical papers.</p>
<p>I am sure that once I get to writing my IT Capstone for my degree I will probably publish it here as well. So, if you want to keep up-to-date on posts I publish here then you can check out the <a href="feed.xml">RSS Feed</a>. I plan to at some point get a self-hosted newsletter setup as well but for now you can add that RSS feed link into your RSS reader of choice.</p>
<p>Until my next post, have a great day! ~Ben</p>
</div>
<footer>
<small>Made with ❤️ in Helen, GA</small><br />
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ben Sanders",
"url": "https://ben.sanders.life",
"image": "https://bsand.net/assets/me.jpeg",
"sameAs": [
"https://github.com/bensanders",
"https://linkedin.com/in/benasanders",
"https://twitter.com/thebensanders"
],
"jobTitle": "Web Developer & Linux Enthusiast"
}
</script>
</body>
</html>
|