You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

98 lines
4.0 KiB

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Learning Website</title>
<link href="/styles/styles.css" rel="stylesheet" type="text/css">
<link href="/raspberrypi/styles/styles.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="banner">
<h1 class="courselink">Raspberry Pi Setup</h1>
<h2 class="lecturer">Personal Project</h2>
<h2 class="episodetitle">Getting Started</h2>
</div>
<article>
<p>Useful links to tutorials and pages related to setting up the Raspberry Pi, setting up a webserver/email/server/media server on the Pi and anything else that might be relevant to setting up a new Pi.</p>
<h2 class="sectiontitle">Basic Pi Setup</h2>
<table>
<tr>
<th>Link</th>
<th>Name</th>
</tr>
<tr>
<td><a href="https://phoenixnap.com/kb/enable-ssh-raspberry-pi#ftoc-heading-11">CLICK</a></td>
<td>How to Enable SSH on Raspberry Pi {Linux, Mac OS, Windows}</td>
</tr>
<tr>
<td><a href="https://phoenixnap.com/kb/linux-ssh-security">CLICK</a></td>
<td>5 Linux SSH Security Best Practices to Secure Your Systems</td>
</tr>
<tr>
<td><a href="https://geektechstuff.com/2019/09/08/changing-ssh-port-raspberry-pi/">CLICK</a></td>
<td>Changing SSH Port (Raspberry Pi)</td>
</tr>
</table>
<h2 class="sectiontitle">Seting up a Web Server</h2>
<p>I have included a number of different tutorials here. If you are setting a web server up for the first time, I would recommend that you follow just one of these in order to avoid confusion, but once you have set up the server, it might be useful to have some other guides to consult. These may cover additional points such as security measures that you can implement later or they may provide more clarity if there is a point you are not completely clear on. I also added a guide for setting up the server with nginx for just for interest.</p>
<table>
<tr>
<th>Link</th>
<th>Name</th>
</tr>
<tr>
<td><a href="https://thepi.io/how-to-set-up-a-web-server-on-the-raspberry-pi/">NGINX</a></td>
<td>How to set up a web server on the Raspberry Pi</td>
</tr>
<tr>
<td><a href="https://www.acunetix.com/blog/articles/10-tips-secure-apache-installation/">APACHE</a></td>
<td>Apache Security – 10 Tips for a Secure Installation</td>
</tr>
<tr>
<td><a href="https://www.tomshardware.com/uk/news/raspberry-pi-web-server,40174.html">APACHE</a></td>
<td>How to Set Up a Raspberry Pi Web Server</td>
</tr>
<tr>
<td><a href="https://pimylifeup.com/raspberry-pi-web-server/">APACHE</a></td>
<td>Build your own Raspberry Pi Web Server</td>
</tr>
<tr>
<td><a href="https://www.youtube.com/watch?v=vzojwG7OB7c">APACHE (YouTube)</a></td>
<td>Setup a Raspberry Pi Web Server with Your Own .COM Using Google Domains</td>
</tr>
</table>
</article>
<div class="btngroup">
<button class="button" onclick="window.location.href='gettingstarted.html';">
Getting Started
</button>
<button class="button" onclick="window.location.href='apache.html';">
Apache
</button>
<button class="button" onclick="window.location.href='usefulcommands.html';">
Useful Commands
</button>
<button class="button" onclick="window.location.href='setup.html'">
Course Contents
</button>
<button class="button" onclick="window.location.href='/linux/linux.html'">
Raspberry Pi Page
</button>
<button class="button" onclick="window.location.href='/index.html'">
Home
</button>
</div>
</body>
</html>