Trending
Clayton's Avatar

Clayton

@claytonerrington.com

Just another web site creator making static sites with 11ty. Programming things in PowerShell and Python for AWS. Building things for Linux and Windows everyday.

38
Followers
38
Following
79
Posts
06.10.2023
Joined
Posts Following

Latest posts by Clayton @claytonerrington.com

Preview
Saving the night at a restaurant How I saved a the night at a restaurant with some Linux knowledge

It wasn’t anything fancy, but when you’re the IT guy in your day job and working a part-time job outside your field, you eventually end up lending a hand where you can.

claytonerrington.com/blog/saving-...

#100DaysToOffload

28.10.2025 23:51 👍 1 🔁 0 💬 0 📌 0

I often forget bluesky exists. What’s new?

29.08.2025 21:21 👍 0 🔁 0 💬 0 📌 0
Preview
Get IP From DNS Name Using Python How to use Python to query a dns name and return the list of IPs

How to : Get IP From DNS Name Using Python

claytonerrington.com/blog/get-ip-...

#python #networking #100DaysToOffload

06.05.2025 21:57 👍 0 🔁 0 💬 0 📌 0

I take JSON.dumps every day. The words of wisdom during DevOps meetings.

30.04.2025 19:42 👍 0 🔁 0 💬 0 📌 0

I had a project that worked with the SessionState and run spaces. The fancy $script:var and $using:var helped manage the state of a variable set at the global level. The ForEach-Object -Parallel creates a new run space for each object as well to manage.

29.04.2025 13:29 👍 0 🔁 0 💬 1 📌 0
Preview
Updated Plop Automation 2.0 An update to automating post creations

Plop in Automation 2.0. An update to how I automate my new blog post creation process by reading the post front matter to build my possible tag list.

claytonerrington.com/blog/updated...

05.04.2025 22:38 👍 0 🔁 0 💬 0 📌 0

Here's the newest member of #StaticQuest Shellsharks !

There is a lot of great content for the #IndieWeb, #InfoSec, #CyberSecurity, #Technology and more!

Check it out: static.quest/members/

#StaticWebsites #staticsitegenerator #staticsite

24.03.2025 15:32 👍 0 🔁 0 💬 0 📌 0
DOWST.DEV | March 21, 2025

Get your PowerShell fix! PowerShell Weekly for March 21, 2025 is now live. Packed with must-know scripts and tips for IT pros. Dive in!
#PowerShell #Automation #TechNews
psweekly.dowst.dev?p=7687

21.03.2025 12:30 👍 5 🔁 4 💬 0 📌 0
Human Readable File Sizes in PowerShell Simple way to humanize a file size in powershell

Just a little, quick #PowerShell snippet on how to make file sizes more human-readable.

claytonerrington.com/blog/human-r...

#100DaysToOffload

22.03.2025 17:20 👍 1 🔁 0 💬 0 📌 0

I would think it would work as you have it as well with the macro defined outside the loop, but I haven't used macros myself. Something to look into for sure, I didn't know this was a thing.

21.03.2025 18:24 👍 1 🔁 0 💬 0 📌 0

I did find this link that puts the macro in its own nunjucks file to make it an included component and more "function" like in the process.

www.trysmudford.com/blog/encapsu...

21.03.2025 18:24 👍 1 🔁 0 💬 2 📌 0

Is this an 11ty thing or Nunjucks?

Does the macro need to be within the loop, or could it be declared outside the loop and referenced inside?

21.03.2025 02:57 👍 1 🔁 0 💬 1 📌 0

That's a lot of community plugins too. It would be great if they were grouped by types and filterable as well. Kinda got lost in the list, but also saw some great things too.

20.03.2025 18:13 👍 1 🔁 0 💬 0 📌 0

Have @zachleat.com do this now while we're in the meetup. 😆

On the 11ty Plugin page is a great spot as well.

20.03.2025 18:09 👍 1 🔁 0 💬 1 📌 0
Integrations – Docs - Umami

@davidmoll.net you should reach out to Umami to see if you can add your 11ty plugin on their website: umami.is/docs/integra...

20.03.2025 17:51 👍 0 🔁 0 💬 1 📌 0

The start of a rubber band ball.

05.03.2025 22:36 👍 1 🔁 0 💬 0 📌 0
Preview
Reverse, esreveR How to reverse a string using power shell

Reverse, esreveR, How to reverse a string using powershell

https://claytonerrington.com/blog/reverse-reverse/

05.03.2025 22:35 👍 4 🔁 0 💬 0 📌 0

Article is behind a paywall. It’s archived here: https://archive.is/p6vj9

09.02.2025 17:57 👍 0 🔁 0 💬 0 📌 0
Preview
Blog Questions Challenge 2025 A question and answer session about this blog and why it exists

I took part in the Blog Questions Challenge 2025 and answered some questions about my website and blog now that it is 10 years old.

claytonerrington.com/blog/blog-qu...

#100DaysToOffload #blog

14.01.2025 22:41 👍 0 🔁 0 💬 0 📌 0
Preview
Changing Your LUKS Full Disk Encryption Password Changing your LUKS full disk encryption password should be a normal practice as well

Changing Your LUKS Full Disk Encryption Password is a good idea as well when changing your other passwords. Keep up with security for your online presence and your own equipment.

claytonerrington.com/blog/changin...

#linux #Security #100DaysToOffload

13.01.2025 15:35 👍 0 🔁 0 💬 0 📌 0

How I tag some #AWS EBS volumes on the #linux EC2 instances in my environment.

https://claytonerrington.com/blog/tagging-aws-ebs-volumes/

#100DaysToOffload

07.01.2025 23:30 👍 0 🔁 0 💬 0 📌 0

What a job... I get to build and play with servers, OS's and get paid for it. Building a Windows Server 2025 right now just to see how it works and what changes need to be made to our automatons.

Plus get to build Linux boxes all day long as well. Wouldn't want to be anywhere else.

17.12.2024 21:11 👍 0 🔁 0 💬 0 📌 0
Preview
Try to Catch PowerShell Error Handling A guide to handling errors within PowerShell and the best approach

Finally finished a #blog post on #powershell and the usage of the try/catch blocks. Once I began using them over traditional if/else blocks, its been a game changer in error handling.

claytonerrington.com/blog/powersh...

13.12.2024 22:37 👍 5 🔁 2 💬 0 📌 0

It's always DNS, even when it's not.

How I used #powershell to check my #dns based on the cached TTL so I didn't have to keep banging on the keyboard and can see what time the change was reflected.

https://claytonerrington.com/blog/its-always-dns/

06.12.2024 23:10 👍 2 🔁 1 💬 0 📌 0

Wrote about a simple way to check for required environment variables in a Node.js project. Something that helped me, hope it helps you too.

https://claytonerrington.com/blog/nodejs-environment-variable-checks/

#node #NodeJS #WebDev #Coding

26.10.2024 03:30 👍 1 🔁 0 💬 0 📌 0
Static.Quest A dynamic webring

I’ve been making web things for awhile too! Recently just launched Static.Quest https://static.quest/

22.10.2024 04:21 👍 1 🔁 0 💬 0 📌 0
Preview
Upgrading 11ty to v3 The ease of upgrading 11ty to the latest version

I did a thing and updated my website to #11ty v3.0 finally. Not sure why it took so long. The build time, makes up for the delay in upgrading.

https://claytonerrington.com/blog/upgrading-eleventy/

#eleventy

22.10.2024 04:19 👍 0 🔁 0 💬 0 📌 0
Static.Quest A dynamic webring

Enter Static.Quest, https://static.quest !

This has been a side project of mine for a little while and happy to announce the initial release of Static.Quest. A list all the other amazing static websites to highlight the owners, web hosting, and static site generators. Feel free to join and share!

18.10.2024 00:15 👍 0 🔁 0 💬 0 📌 0

It’s nice when upgrades go according to plan! https://claytonerrington.com/blog/upgrade-successful/

12.10.2024 15:07 👍 0 🔁 0 💬 0 📌 0

Ah, I primarily use the Graysky app. Should see if the web app shows it.

21.09.2024 23:46 👍 0 🔁 0 💬 0 📌 0