Posts

Cpu Mining With SRBMiner for Arrr on Linux

This guide is based off of the CPU Mining Guide on pirate.black and intended for linux. If you are on windows please use this guide This guide will use the bash commandline but if you use another or want to use the GUI you should still be able to follow along Getting started The first thing we need is a location to download the miner to so I am going to use /mining/srb so lets create that now

Cpu Mining With SRBMiner for Arrr on Windows

This guide is based off of the CPU Mining Guide on pirate.black and is intended for Windows. If you are on linux please use this guide This guide will use the powershell commandline but if you use another or want to use the GUI you should still be able to follow along Getting started The first thing we need is a location to download the miner to so I am going to use c:\mining\srb so lets create that now

Recursive Azure Roles Report Powershell

Introduction A few days back I was tasked at work with automating some audit information for our new azure environments and in scripting this out I ran into some issues that slowed me down for a few days. Here is how I ended up solving the issue. ** Note: This script is pretty rough but it works great for what I needed. The Problem The task was to export a list of all of the IAM roles that users and groups were assigned to in Azure for our regular reviews.

Azure Region List

Here is the list of azure regions as of the date above. If you would like to get a current up to date list you can run the following command if you have the azure-cli installed az account list-locations -o table Below is an example of the output. DisplayName Latitude Longitude Name -------------------- ---------- ----------- ------------------ East Asia 22.267 114.188 eastasia Southeast Asia 1.283 103.833 southeastasia Central US 41.5908 -93.6208 centralus East US 37.

Azure DevOps Build Agent Automation Part1

Building a secure linux azure managed image with Packer Our first step in building out a secure managed image to use in automating the deployment of Azure DevOps Build Agents is to get packer installed on your machine. Packer is a virtual machine automation platform that allows us to define our virtual machine as code and create consistent virtual machines that are able to be created the same way every time reliably.

About

Intro This is going to be a small site dedicated to the things that I have learned and errors that I have encountered while working and learning. I will endeavor to make things short and to the point as length is not the goal here rather quality is desired as there will be many different topics covered across many different fields of technology mostly in the Microsoft camp dealing with Azure DevOps and Infrastructure As Code in Azure