aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-07-08 20:31:42 -0500
committerChristian Cleberg <hello@cleberg.net>2024-07-08 20:31:42 -0500
commita807aed5c389d1dfadcd5c88b79c48469aa5b9d9 (patch)
tree5291dff815cf5888992a18702bb1b7f5bb421d3a
parentce89917716b1e9f76d49fd169c7b1feab0af6d72 (diff)
downloadcleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.tar.gz
cleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.tar.bz2
cleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.zip
fix images for 2023 and 2024 posts
-rw-r--r--content/blog/2023-01-23-random-wireguard.md3
-rw-r--r--content/blog/2023-01-28-self-hosting-wger.md6
-rw-r--r--content/blog/2023-06-08-goaccess-geoip.md18
-rw-r--r--content/blog/2023-06-08-self-hosting-baikal.md3
-rw-r--r--content/blog/2023-06-18-unifi-ip-blocklist.md13
-rw-r--r--content/blog/2023-09-15-self-hosting-gitweb.md4
-rw-r--r--content/blog/2023-10-15-alpine-ssh-hardening.md6
-rw-r--r--content/blog/2024-01-27-tableau-dashboard.md15
-rw-r--r--content/blog/2024-05-03-ubuntu-on-macos.md3
9 files changed, 2 insertions, 69 deletions
diff --git a/content/blog/2023-01-23-random-wireguard.md b/content/blog/2023-01-23-random-wireguard.md
index 6128254..7b9db68 100644
--- a/content/blog/2023-01-23-random-wireguard.md
+++ b/content/blog/2023-01-23-random-wireguard.md
@@ -82,9 +82,6 @@ You can also go to the [Connection Check ​\|
Mullvad](https://mullvad.net/en/check/) page to see if you are fully connected
to Mullvad and if any leaks exist.
-![Mullvad Connection
-Check](https://img.cleberg.net/blog/20230123-random-mullvad-wireguard/mullvad_check.png)
-
# Disconnecting from the Wireguard Connection
If you forget which connection you're using, you can execute the following
diff --git a/content/blog/2023-01-28-self-hosting-wger.md b/content/blog/2023-01-28-self-hosting-wger.md
index 6a7a04c..3f223a9 100644
--- a/content/blog/2023-01-28-self-hosting-wger.md
+++ b/content/blog/2023-01-28-self-hosting-wger.md
@@ -140,9 +140,3 @@ terms of reps and weight.
I haven't tried the food log yet and I likely will not, at least for a while. I
have no need for a food log or calorie tracker at the moment.
-
-## Screenshot Example
-
-You can see an example of a dashboard with placeholder data here:
-
-![wger dashboard](https://img.cleberg.net/blog/20230128-wger/wger.png)
diff --git a/content/blog/2023-06-08-goaccess-geoip.md b/content/blog/2023-06-08-goaccess-geoip.md
index b6cf33e..ff5d031 100644
--- a/content/blog/2023-06-08-goaccess-geoip.md
+++ b/content/blog/2023-06-08-goaccess-geoip.md
@@ -49,20 +49,4 @@ zcat /var/log/nginx/example.access.log.*.gz | goaccess \
--log-format=COMBINED \
-o output.html \
/var/log/nginx/example.access.log -
-```
-
-## Example Output
-
-See below for an example of the HTML output:
-
-![GoAccess
-HTML](https://img.cleberg.net/blog/20230608-goaccess/goaccess-dashboard.png)
-
-You can also see the GeoIP card created by the integration of the MaxMind
-database information.
-
-![GoAccess
-GeoIP](https://img.cleberg.net/blog/20230608-goaccess/goaccess-geoip.png)
-
-That's all there is to it! Informational data is provided in an organized
-fashion with minimal effort.
+``` \ No newline at end of file
diff --git a/content/blog/2023-06-08-self-hosting-baikal.md b/content/blog/2023-06-08-self-hosting-baikal.md
index c53da2b..fd426d3 100644
--- a/content/blog/2023-06-08-self-hosting-baikal.md
+++ b/content/blog/2023-06-08-self-hosting-baikal.md
@@ -65,9 +65,6 @@ which will show the version of the app, status of the admin/CalDAV/CardDAV
services, and the number of users, calendars, events, address books, and
contacts.
-![Baikal
-Dashboard](https://img.cleberg.net/blog/20230608-baikal/baikal-dashboard.png)
-
To create a new user, navigate to the `Users and resources` page. This process
is as simple as entering a username, password, and email.
diff --git a/content/blog/2023-06-18-unifi-ip-blocklist.md b/content/blog/2023-06-18-unifi-ip-blocklist.md
index 9e8a860..5861054 100644
--- a/content/blog/2023-06-18-unifi-ip-blocklist.md
+++ b/content/blog/2023-06-18-unifi-ip-blocklist.md
@@ -27,15 +27,10 @@ blocked yet.
# Create an IP Group Profile
-To start, login to the Unifi machine's web GUI and navigate to the Network app
-
-> Settings > Profiles.
+To start, login to the Unifi machine's web GUI and navigate to the Network app > Settings > Profiles.
Within this page, choose the `IP Groups` tab and click `Create New`.
-![Network
-Profiles](https://img.cleberg.net/blog/20230618-unifi-ip-blocklist/unifi_profiles.png)
-
Each IP Group profile can be used as one of three options:
1. Port Group
@@ -46,9 +41,6 @@ In this example, I'm creating an IPv4 Address/Subnet group and adding a few
different IP addresses and a subnet. Once you've added all IP addresses and
subnets, click the `Apply` button that should appear at the bottom.
-![Network Profile
-IPs](https://img.cleberg.net/blog/20230618-unifi-ip-blocklist/abusive_ips.png)
-
At this point, the IPv4 Address/Subnet has been created but not yet used.
# Drop IP Group Profile via the Unifi Firewall
@@ -69,9 +61,6 @@ entry should contain the following settings:
Customize the remaining configurations to your liking, and then save and enable
the firewall rule.
-![Firewall
-Rule](https://img.cleberg.net/blog/20230618-unifi-ip-blocklist/firewall_drop_rule.png)
-
Once enabled, the Unifi machine will be able to drop all incoming connections
from the defined IP addresses and subnets within the created profile.
diff --git a/content/blog/2023-09-15-self-hosting-gitweb.md b/content/blog/2023-09-15-self-hosting-gitweb.md
index d687dcb..d91547d 100644
--- a/content/blog/2023-09-15-self-hosting-gitweb.md
+++ b/content/blog/2023-09-15-self-hosting-gitweb.md
@@ -14,10 +14,6 @@ the `lighttpd` or `webrick` web servers.
However, this guide will show you how to keep GitWeb running in the background
and display information for all repositories in a chosen directory.
-See below for the final result:
-
-![Gitweb](https://img.cleberg.net/blog/20230915-gitweb/gitweb.png)
-
# Install Dependencies
To start, you'll need install the following packages:
diff --git a/content/blog/2023-10-15-alpine-ssh-hardening.md b/content/blog/2023-10-15-alpine-ssh-hardening.md
index bb7e71b..e3faf64 100644
--- a/content/blog/2023-10-15-alpine-ssh-hardening.md
+++ b/content/blog/2023-10-15-alpine-ssh-hardening.md
@@ -67,9 +67,3 @@ ssh-audit localhost
If everything succeeded, the results will show as all green. If anything is
yellow, orange, or red, you may need to tweak additional settings.
-
-```txt
-#+caption: ssh audit
-```
-
-![ssh-audit](https://img.cleberg.net/blog/20231015-ssh-hardening/ssh-audit.png)
diff --git a/content/blog/2024-01-27-tableau-dashboard.md b/content/blog/2024-01-27-tableau-dashboard.md
index 2f1e73d..3fa0d50 100644
--- a/content/blog/2024-01-27-tableau-dashboard.md
+++ b/content/blog/2024-01-27-tableau-dashboard.md
@@ -90,24 +90,15 @@ anything private.
After creating an account, you can click the `Create` > `Web Authoring` link to
create your first visualization.
-![Create
-Button](https://img.cleberg.net/blog/20240127-tableau-dashboard/create_button.png)
-
## Upload the Data
Once you've opened your first project, Tableau will ask you to connect to your
data. For this project, click the `Upload from computer` button and select the
CSV file previously combined in the step above.
-![Connect
-Data](https://img.cleberg.net/blog/20240127-tableau-dashboard/connect_data.png)
-
Once connected, you can refresh the preview of the data with the `Refresh Data
Source` button in the toolbar.
-![Data
-Preview](https://img.cleberg.net/blog/20240127-tableau-dashboard/data_preview.png)
-
If you need to edit any of the data types, column names, etc., you can do so
now. Once complete, generate an extract so that you can start creating
visualizations.
@@ -129,9 +120,6 @@ following fields:
- Datetime
- `Filters`: Datetime
-![Worksheet
-Editing](https://img.cleberg.net/blog/20240127-tableau-dashboard/worksheet_edit.png)
-
You can repeat this process for each visualization you want to create. Explore
your options by dragging data fields to different areas and by opening the field
options to explore what operations can be performed on different data types
@@ -143,9 +131,6 @@ To create a dashboard, click the button on the toolbar at the bottom of the
screen. Within the dashboard, drag each sheet from the left side bar onto the
dashboard canvas.
-![Dashboard
-Editing](https://img.cleberg.net/blog/20240127-tableau-dashboard/dashboard_edit.png)
-
## Formatting
You can explore a ton of different formatting options throughout the worksheets
diff --git a/content/blog/2024-05-03-ubuntu-on-macos.md b/content/blog/2024-05-03-ubuntu-on-macos.md
index df71eb1..b9b6732 100644
--- a/content/blog/2024-05-03-ubuntu-on-macos.md
+++ b/content/blog/2024-05-03-ubuntu-on-macos.md
@@ -41,9 +41,6 @@ Page](https://img.cleberg.net/blog/20240503-ubuntu-on-macos/create.png)
Once created, the dialog will close and you will be presented with your new list
of machines. Simply double-click on a machine to run it.
-![OrbStack Machines
-List](https://img.cleberg.net/blog/20240503-ubuntu-on-macos/machine.png)
-
When you run the machine for the first time, it may warn you that a program is
attempting to run a shell script. You can choose to manually inspect this shell
script via the provided path if you wish. When you're comfortable with the