From d3bb64a6725b4c0e4077d91685a8cd9cc1531b7e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 19 Feb 2022 23:42:05 -0500 Subject: Updated CSS to better handle mobile --- articles/RpiRockyLinuxServer/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'articles/RpiRockyLinuxServer/index.html') 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 @@ Raspberry Pi Rocky Linux Webserver + + +
@@ -37,7 +38,7 @@ sudo passwd username
Screen Shot 2022-02-19 at 2.18.39 PM

Select Edit a connection and select your network interface.

-
Screen Shot 2022-02-19 at 2.23.20 PM
+
Screen Shot 2022-02-19 at 2.23.20 PM

Select Show for IPv4 CONFIGURATION and enter the IP you want to set. Then select OK at the bottom, and quit the program.

Securing the PI

SSH Key Authorization

@@ -182,7 +183,7 @@ sudo getenforce
0 12 * * * /usr/bin/certbot renew --quiet
 			

This will check everyday at noon to see if the certificate will expire in the next month, if so it will renew the certificate.

-

Now your website should be operational.



+

Now your website should be operational.


-- cgit v1.2.3