Rename debian-server-setup to initial-server-setup

This is in case I wish to add a freeBSD, centOS, etc. section
without needing to rename and 301
master
Nathan Steel 4 years ago
parent b7d1394d08
commit 2a0afcb173

@ -36,7 +36,7 @@
<h2>Basic Server setup</h2> <h2>Basic Server setup</h2>
<ul> <ul>
<li>TODO:Get a server</li> <li>TODO:Get a server</li>
<li><a href="/blog/debian-server-setup.html">Basic Debian Server setup (with some security)</a></li> <li><a href="/blog/initial-server-setup.html">Basic Debian Server setup (with some security)</a></li>
<li>TODO:Get a domain name</li> <li>TODO:Get a domain name</li>
<li><a href="/blog/add-domain-to-server.html">Connect your server and domain name</a></li> <li><a href="/blog/add-domain-to-server.html">Connect your server and domain name</a></li>
</ul> </ul>

@ -39,7 +39,7 @@
<h2>2022</h2> <h2>2022</h2>
<ul> <ul>
<li><a href="/blog/add-domain-to-server.html">Link your domain name to your server</a> - 24/05/2022</li> <li><a href="/blog/add-domain-to-server.html">Link your domain name to your server</a> - 24/05/2022</li>
<li><a href="/blog/debian-server-setup.html">Debian Server Setup</a> - 24/05/2022</li> <li><a href="/blog/initial-server-setup.html">Debian Server Setup</a> - 24/05/2022</li>
<li><a href="/blog/guide-to-server-hosting.html">Aney's guide to server hosting</a> - 24/05/2022</li> <li><a href="/blog/guide-to-server-hosting.html">Aney's guide to server hosting</a> - 24/05/2022</li>
</ul> </ul>

@ -3,19 +3,19 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A new step for aney.co.uk, there's now a blog."> <meta name="description" content="A guide for the first steps following a new debian server install">
<meta name="keywords" content="Blog, articles, news"> <meta name="keywords" content="Blog, articles, news">
<meta name="author" content="Nathan (Aney) Steel"> <meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white"> <meta name="theme-color" content="white">
<meta name="theme-color" content="black"> <meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="/main.css"> <link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg"> <link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Debian Server Setup</title> <title>Initial Server Setup</title>
</head> </head>
<body> <body>
<header> <header>
<h1>Debian Server Setup</h1> <h1>Initial Server Setup</h1>
<hr/> <hr/>
<nav> <nav>
<a href="/">home</a> <a href="/">home</a>
Loading…
Cancel
Save