summaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-02-19 23:42:05 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2022-02-19 23:42:05 -0500
commitd3bb64a6725b4c0e4077d91685a8cd9cc1531b7e (patch)
tree1b801146aeafc51eae87444192bd61cacfbd19fb /articles
parent08cd57abb290db1caeb65c0707e8e13a08749428 (diff)
Updated CSS to better handle mobile
Diffstat (limited to 'articles')
-rwxr-xr-xarticles/RpiRockyLinuxServer/index.html9
-rw-r--r--articles/index.html2
2 files changed, 5 insertions, 6 deletions
diff --git a/articles/RpiRockyLinuxServer/index.html b/articles/RpiRockyLinuxServer/index.html
index d4dd655..2965916 100755
--- a/articles/RpiRockyLinuxServer/index.html
+++ b/articles/RpiRockyLinuxServer/index.html
@@ -3,13 +3,14 @@
<title>Raspberry Pi Rocky Linux Webserver</title>
<link href="../../CSS/main.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="icon" sizes="any">
+ <meta name="description" content="A tutorial on setting up a webserver on a Raspberry Pi with Rocky Linux 8"/>
+ <meta name="author" content="Jacob McDonnell"/>
+ <meta name="keywords" content="rocky,rocky linux,linux,raspberry pi,webserver,nginx,certbot,website"/>
</head>
<body>
<ul class="topBar">
<li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li>
<li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li>
<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>
</ul>
<div class="main">
@@ -37,7 +38,7 @@ sudo passwd username
</code></pre>
<center><img class="imgs" src="img/Screen Shot 2022-02-19 at 2.18.39 PM.png" referrerpolicy="no-referrer" alt="Screen Shot 2022-02-19 at 2.18.39 PM"></center>
<p>Select <strong>Edit</strong> a connection and select your network interface. </p>
- <center><img class="ims" src="img/Screen Shot 2022-02-19 at 2.23.20 PM.png" referrerpolicy="no-referrer" alt="Screen Shot 2022-02-19 at 2.23.20 PM"></center>
+ <center><img class="imgs" src="img/Screen Shot 2022-02-19 at 2.23.20 PM.png" referrerpolicy="no-referrer" alt="Screen Shot 2022-02-19 at 2.23.20 PM"></center>
<p>Select <strong>Show</strong> for <strong>IPv4 CONFIGURATION</strong> and enter the IP you want to set. Then select <strong>OK</strong> at the bottom, and quit the program.</p>
<h2 id='securing-the-pi'>Securing the PI</h2>
<h3 id='ssh-key-authorization'>SSH Key Authorization</h3>
@@ -182,7 +183,7 @@ sudo getenforce
<pre><code>0 12 * * * /usr/bin/certbot renew --quiet
</code></pre>
<p>This will check everyday at noon to see if the certificate will expire in the next month, if so it will renew the certificate.</p>
- <p>Now your website should be operational. </p><br><br>
+ <p>Now your website should be operational. </p><br>
</div>
</body>
</html>
diff --git a/articles/index.html b/articles/index.html
index 99834bf..6ec1a4a 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -8,8 +8,6 @@
<ul class="topBar">
<li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li>
<li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li>
<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>
</ul>
<div class="main">