Skip to content

Commit 396df3e

Browse files
committed
rebuilding site Sun Apr 5 21:28:23 EDT 2026
1 parent e0b2deb commit 396df3e

File tree

751 files changed

+45915
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

751 files changed

+45915
-1
lines changed

public/404.html

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta name="author" content="">
9+
<meta name="description" content="" />
10+
<meta name="keywords" content="" />
11+
<meta name="robots" content="noodp" />
12+
<meta name="theme-color" content="" />
13+
<link rel="canonical" href="/404.html" />
14+
15+
16+
<title>
17+
18+
404 Page not found :: NixBytes
19+
20+
</title>
21+
22+
23+
24+
25+
26+
<link rel="stylesheet" href="/main.min.7289daf2e88ea2c7b253a51cc5794c7cc17e7aeb7295a19d978db764a5862f25.css" integrity="sha256-cona8uiOoseyU6UcxXlMfMF&#43;eutylaGdl423ZKWGLyU=" crossorigin="anonymous">
27+
28+
29+
30+
31+
32+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
33+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
34+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
35+
<link rel="manifest" href="/site.webmanifest">
36+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
37+
<link rel="shortcut icon" href="/favicon.ico">
38+
<meta name="msapplication-TileColor" content="">
39+
40+
41+
42+
<meta itemprop="name" content="404 Page not found">
43+
44+
<meta name="twitter:card" content="summary">
45+
<meta name="twitter:title" content="404 Page not found">
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
</head>
65+
66+
67+
<body>
68+
69+
70+
<div class="container">
71+
<header class="header">
72+
<span class="header__inner">
73+
<a href="/" style="text-decoration: none;">
74+
<div class="logo">
75+
76+
<span class="logo__mark">></span>
77+
<span class="logo__text ">
78+
NixBytes</span>
79+
<span class="logo__cursor" style=
80+
"
81+
82+
">
83+
</span>
84+
85+
</div>
86+
</a>
87+
88+
89+
<span class="header__right">
90+
<nav class="menu">
91+
<ul class="menu__inner">
92+
<li><a href="/about">About</a></li>
93+
94+
<li><a href="/posts">Blog</a></li>
95+
96+
</ul>
97+
</nav>
98+
99+
100+
<span class="menu-trigger">
101+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
102+
<path d="M0 0h24v24H0z" fill="none"/>
103+
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
104+
</svg>
105+
</span>
106+
</span>
107+
</span>
108+
</header>
109+
110+
111+
112+
<div class="content-center">
113+
<div id="spotlight" class="error-404 animated fadeIn">
114+
<p class="img-404">
115+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle"><line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path></svg>
116+
</p>
117+
<div class="banner-404">
118+
<h1>404</h1>
119+
<p>Oops, page not found…</p>
120+
<p class="btn-404">
121+
<a href="/">
122+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>Home</a>
123+
<a href="/posts">
124+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg>Archives</a>
125+
</p>
126+
</div>
127+
</div>
128+
</div>
129+
130+
131+
132+
<footer class="footer">
133+
134+
135+
</footer>
136+
137+
138+
</div>
139+
140+
141+
142+
143+
144+
<script type="text/javascript" src="/bundle.min.08b680078a3cf9c69e3dd217a5aa52cfddd4a1d850f8cdff127fdd7421a71f8b2b474be69386f67819edace92273916e7230c9054f38107db9dc6730b3530ab5.js" integrity="sha512-CLaAB4o8&#43;caePdIXpapSz93UodhQ&#43;M3/En/ddCGnH4srR0vmk4b2eBntrOkic5FucjDJBU84EH253Gcws1MKtQ=="></script>
145+
146+
147+
148+
149+
</body>
150+
</html>

public/about/index.html

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta name="author" content="">
9+
<meta name="description" content="Unveiling the Mysteries of Technology: A Security Engineer&rsquo;s Tale Welcome to the Realm of Technological Wonders! Hello, fellow tech adventurers! I&rsquo;m excited to take you on a journey through the depths of technology, where I wear the dual hats of a Security Engineer by day and a passionate coder by night. This blog is my sanctum, a place where I unravel the dark mysteries and hidden powers of Linux/Unix systems, coding, and cybersecurity.
10+
" />
11+
<meta name="keywords" content=", linux, web, code, technology, system" />
12+
<meta name="robots" content="noodp" />
13+
<meta name="theme-color" content="" />
14+
<link rel="canonical" href="/about/" />
15+
16+
17+
<title>
18+
19+
About :: NixBytes
20+
21+
</title>
22+
23+
24+
25+
26+
27+
<link rel="stylesheet" href="/main.min.7289daf2e88ea2c7b253a51cc5794c7cc17e7aeb7295a19d978db764a5862f25.css" integrity="sha256-cona8uiOoseyU6UcxXlMfMF&#43;eutylaGdl423ZKWGLyU=" crossorigin="anonymous">
28+
29+
30+
31+
32+
33+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
34+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
35+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
36+
<link rel="manifest" href="/site.webmanifest">
37+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
38+
<link rel="shortcut icon" href="/favicon.ico">
39+
<meta name="msapplication-TileColor" content="">
40+
41+
42+
43+
<meta itemprop="name" content="About">
44+
<meta itemprop="description" content="Unveiling the Mysteries of Technology: A Security Engineer’s Tale Welcome to the Realm of Technological Wonders! Hello, fellow tech adventurers! I’m excited to take you on a journey through the depths of technology, where I wear the dual hats of a Security Engineer by day and a passionate coder by night. This blog is my sanctum, a place where I unravel the dark mysteries and hidden powers of Linux/Unix systems, coding, and cybersecurity.">
45+
<meta itemprop="datePublished" content="2018-12-04T22:02:58-05:00">
46+
<meta itemprop="dateModified" content="2018-12-04T22:02:58-05:00">
47+
<meta itemprop="wordCount" content="496">
48+
<meta itemprop="keywords" content="Linux,Web,Code,Technology,System">
49+
50+
<meta name="twitter:card" content="summary">
51+
<meta name="twitter:title" content="About">
52+
<meta name="twitter:description" content="Unveiling the Mysteries of Technology: A Security Engineer’s Tale Welcome to the Realm of Technological Wonders! Hello, fellow tech adventurers! I’m excited to take you on a journey through the depths of technology, where I wear the dual hats of a Security Engineer by day and a passionate coder by night. This blog is my sanctum, a place where I unravel the dark mysteries and hidden powers of Linux/Unix systems, coding, and cybersecurity.">
53+
54+
55+
56+
57+
58+
59+
60+
<meta property="article:published_time" content="2018-12-04 22:02:58 -0500 EST" />
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
</head>
74+
75+
76+
<body>
77+
78+
79+
<div class="container">
80+
<header class="header">
81+
<span class="header__inner">
82+
<a href="/" style="text-decoration: none;">
83+
<div class="logo">
84+
85+
<span class="logo__mark">></span>
86+
<span class="logo__text ">
87+
NixBytes</span>
88+
<span class="logo__cursor" style=
89+
"
90+
91+
">
92+
</span>
93+
94+
</div>
95+
</a>
96+
97+
98+
<span class="header__right">
99+
<nav class="menu">
100+
<ul class="menu__inner">
101+
<li><a href="/about">About</a></li>
102+
103+
<li><a href="/posts">Blog</a></li>
104+
105+
</ul>
106+
</nav>
107+
108+
109+
<span class="menu-trigger">
110+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
111+
<path d="M0 0h24v24H0z" fill="none"/>
112+
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
113+
</svg>
114+
</span>
115+
</span>
116+
</span>
117+
</header>
118+
119+
120+
121+
<div class="content">
122+
<main class="post">
123+
124+
<div class="post-info">
125+
126+
</p>
127+
</div>
128+
129+
<article>
130+
<h2 class="post-title"><a href="/about/">About</a></h2>
131+
132+
133+
134+
135+
136+
<div class="post-content">
137+
<h1 id="unveiling-the-mysteries-of-technology-a-security-engineers-tale">Unveiling the Mysteries of Technology: A Security Engineer&rsquo;s Tale</h1>
138+
<h2 id="welcome-to-the-realm-of-technological-wonders">Welcome to the Realm of Technological Wonders!</h2>
139+
<p>Hello, fellow tech adventurers! I&rsquo;m excited to take you on a journey through the depths of technology, where I wear the dual hats of a Security Engineer by day and a passionate coder by night. This blog is my sanctum, a place where I unravel the dark mysteries and hidden powers of Linux/Unix systems, coding, and cybersecurity.</p>
140+
<h3 id="linux-and-unix-systems-exploring-the-unknown">Linux and Unix Systems: Exploring the Unknown</h3>
141+
<p>My exploration into Linux and Unix is not just a profession; it&rsquo;s an odyssey into the unknown. These systems, with their complex layers and philosophies, are like ancient ruins waiting to be explored. I&rsquo;ve navigated through the labyrinths of Redhat, Centos, Ubuntu, Debian, and beyond, each distro revealing its own secrets and strengths.</p>
142+
<h4 id="delving-into-the-depths">Delving into the Depths</h4>
143+
<ul>
144+
<li><strong>Redhat and Centos</strong>: Here, I unearthed the secrets of enterprise stability and scalability.</li>
145+
<li><strong>Ubuntu and Debian</strong>: These distros were like uncovering ancient scrolls, teaching me about community and user accessibility.</li>
146+
</ul>
147+
<h3 id="coding-deciphering-the-cryptic-scripts">Coding: Deciphering the Cryptic Scripts</h3>
148+
<p>When the sun sets, my coding saga begins. Each line of code is a cryptic script waiting to be deciphered, a puzzle demanding to be solved. My night is spent in this mystical world of algorithms and logic, where I unlock the true potential and power of technology.</p>
149+
<h4 id="my-nightly-ritual">My Nightly Ritual</h4>
150+
<ul>
151+
<li><strong>Challenging Projects</strong>: From creating intricate algorithms to contributing to arcane open-source projects, every code is a key to a new mystery.</li>
152+
<li><strong>Continuous Learning</strong>: Like a sorcerer honing his spells, I continually sharpen my coding skills through online courses and relentless practice.</li>
153+
</ul>
154+
<h3 id="web-technology-weaving-magic-in-the-digital-realm">Web Technology: Weaving Magic in the Digital Realm</h3>
155+
<p>In the domain of web technology, I&rsquo;m a wizard weaving spells of creativity and security. Building websites, understanding the enigmas of web protocols, and experimenting with avant-garde frameworks are part of my quest to master this art.</p>
156+
<h4 id="crafting-and-securing-digital-experiences">Crafting and Securing Digital Experiences</h4>
157+
<ul>
158+
<li><strong>Secured Creation</strong>: Integrating impenetrable security into web development is my forte.</li>
159+
<li><strong>Design Alchemy</strong>: Balancing functionality with enchanting design is a magical challenge I thrive on.</li>
160+
</ul>
161+
<h3 id="cybersecurity-the-guardian-of-digital-secrets">Cybersecurity: The Guardian of Digital Secrets</h3>
162+
<p>My foray into cybersecurity is a vigil in the shadows, guarding against unseen threats. I delve deep into the systems, unraveling their secrets, ensuring that they stand impervious to the lurking dangers of the digital world.</p>
163+
<h4 id="my-creed">My Creed</h4>
164+
<ul>
165+
<li><strong>Unearthing Vulnerabilities</strong>: Like a detective in the night, I proactively seek out weaknesses before they can be exploited.</li>
166+
<li><strong>Spreading Wisdom</strong>: Sharing my knowledge of cybersecurity is akin to teaching the art of ancient defense.</li>
167+
</ul>
168+
<h3 id="conclusion-join-me-in-this-enigmatic-journey">Conclusion: Join Me in this Enigmatic Journey</h3>
169+
<p>This blog is more than a collection of technological tales; it&rsquo;s a beacon for those who seek to explore the uncharted territories of IT. Whether you&rsquo;re a kindred spirit in coding, a seeker of Linux/Unix knowledge, or a fellow guardian in cybersecurity, I invite you to join me. Together, let&rsquo;s uncover the arcane powers and hidden mysteries of technology. Join me on this spellbinding adventure into the heart of the digital world!</p>
170+
171+
</div>
172+
</article>
173+
174+
<hr />
175+
176+
<div class="post-info">
177+
178+
<p>
179+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg>
180+
181+
<span class="tag"><a href="/tags/linux/">linux</a></span>
182+
<span class="tag"><a href="/tags/web/">web</a></span>
183+
<span class="tag"><a href="/tags/code/">code</a></span>
184+
<span class="tag"><a href="/tags/technology/">technology</a></span>
185+
<span class="tag"><a href="/tags/system/">system</a></span>
186+
187+
</p>
188+
189+
190+
</div>
191+
</main>
192+
</div>
193+
194+
195+
196+
<footer class="footer">
197+
198+
199+
</footer>
200+
201+
202+
</div>
203+
204+
205+
206+
207+
208+
<script type="text/javascript" src="/bundle.min.08b680078a3cf9c69e3dd217a5aa52cfddd4a1d850f8cdff127fdd7421a71f8b2b474be69386f67819edace92273916e7230c9054f38107db9dc6730b3530ab5.js" integrity="sha512-CLaAB4o8&#43;caePdIXpapSz93UodhQ&#43;M3/En/ddCGnH4srR0vmk4b2eBntrOkic5FucjDJBU84EH253Gcws1MKtQ=="></script>
209+
210+
211+
212+
213+
</body>
214+
</html>

0 commit comments

Comments
 (0)