This is a website of Barne.org

Posts


MikroTik Router Setup with Multiple VLANs

Introduction MikroTik routers are awesome! I recently purchased a hAP ac2 and have been very happy with it. Unfortunately, the UI is not very intuitive (especially compared to my old Ubiquiti router) but there are so many options that you can use to configure advanced network setups! I could not find many good tutorials on the internet, so I figured that I would help everyone out by writing my own. Read more...

How to Disable the "Categories" and "Tags" Pages in Hugo

I use Hugo to run my blog. I was having some issues where I could not disable the “Categories” and “Tags” pages that are generated automatically. I eventually solved the issue by adding these lines to my config.toml: disableKinds = ["taxonomy", "term", "taxonomyTerm"] [taxonomies] category = "categories" tag = "tags"   Warning Make sure that disableKinds is at the bottom of the primary configuration lines at the top. Read more...

How to Set Up Hardware Key MFA With Azure AD

Security tokens are hardware devices that can act as a secondary (or sometimes primary) authentication method for online services. I recently purchased two YubiKey 5 tokens from Yubico, a popular security key vendor, and wanted to set them up so that they can be used as a MFA device with Azure AD. This is a quick tutorial to set up your Azure AD tenant to allow hardware tokens for MFA and allow users to enroll their tokens. Read more...

How Does This Site Work?

Hey everyone, I’m Jacob! Introduction For a long time I have wanted to write a blog, and I finally got around to setting it up. I worked in IT for 5 years before becoming a software developer and I always got frustrated with blogs. I would Google an issue and find an article from someone who seemed to have a solution, and then they would leave out literally every critical detail. Read more...