Devops: Tool of the day - Syncthing
Devops: Tool of the day – Syncthing
Check out my new article on using syncthing as a devops productivity tool. Cheers!
View On WordPress
Today's Document
2025 on Tumblr: Trends That Defined the Year
Game of Thrones Daily
d e v o n

No title available
Peter Solarz
Xuebing Du

izzy's playlists!
occasionally subtle

★

No title available
"I'm Dorothy Gale from Kansas"
sheepfilms
he wasn't even looking at me and he found me
taylor price

titsay

shark vs the universe
cherry valley forever
art blog(derogatory)
trying on a metaphor
seen from United States
seen from Portugal
seen from Poland
seen from India

seen from United States

seen from Malaysia

seen from Australia
seen from United States

seen from Malaysia
seen from United States

seen from Thailand

seen from United States
seen from Italy
seen from United Kingdom
seen from Italy

seen from United States

seen from Ireland

seen from Romania
seen from United States
seen from Malaysia
@zloeber
Devops: Tool of the day - Syncthing
Devops: Tool of the day – Syncthing
Check out my new article on using syncthing as a devops productivity tool. Cheers!
View On WordPress
DevOps - Automating Kubernetes Deployments
DevOps – Automating Kubernetes Deployments
If you are deploying your own Kubernetes clusters you already know that:
Kubernetes is hard
But there is hope!
There are a few great projects to keep an eye on in this space. I’ve covered some of them in an article you can read on the Lumen.
Cheers!
View On WordPress
Powershell To Python Notes From The Field
Powershell To Python Notes From The Field
Have a PowerShell background and want to learn Python? Here is a good kickstart article to point you in the right direction.
View On WordPress
PowerShell: Windows Subsystem For Linux
PowerShell: Windows Subsystem For Linux
I’ve delved into Windows Subsystem for Linux recently and wrote an article on the topic here. Included is a script to automatically install your chosen WSL ditribution. Check it out!
View On WordPress
Email Reputation and Design: A Condensed Guide
Email Reputation and Design: A Condensed Guide
Very few domains implement the holy grail of email identity reputation frameworks, DMARC. This guide will cover all the steps required to get it implemented for your domain along with some best practices for overall email reputation design.
(more…)
View On WordPress
PowerShell: AzureAD Dynamic Groups
A few code snippets for Azure AD dynamic groups. One for creating standard groups for your environment. Another for finding duplicates.
(more…)
View On WordPress
PowerShell: Office 365 Group Based Licencing Cleanup
A script to remove directly assigned licenses from user accounts if they overlap with group assigned licenses in Office 365.
(more…)
View On WordPress
Cloud PBX: Polycom VVX Master Directory
Cloud PBX: Polycom VVX Master Directory
Reverse number lookup in Skype for Business online (cloud PBX) doesn’t give you much control. If you are deploying Polycom VVX phones you can get around this with a directory file.
(more…)
View On WordPress
PowerShell: Inheriting Parameters (Proxy Functions)
#PowerShell: Inheriting Parameters (Proxy Functions)
If you want one function to have all the parameters of another function here is one method you could use.
(more…)
View On WordPress
PowerShell: Easy Module Authoring with ModuleBuild
PowerShell: Easy Module Authoring with ModuleBuild
I’ve previously discussed using the excellent plaster module for creating new modules among other things. Now I’ve integrated plaster into my PSModuleBuild project, turned the whole thing into a module, and changed the name to just ‘ModuleBuild’
(more…)
View On WordPress
Powershell: Creating Plaster Manifest Files
Powershell: Creating Plaster Manifest Files
I’ve kicked the tires on a great PowerShell code scaffolding tool called ‘Plaster’. Here is my take on this nifty module.
(more…)
View On WordPress
PowerShell: New Project - OhMyPsh
PowerShell: New Project – OhMyPsh
A PowerShell 5.0 terminal experience with lots of smart features that make you look cool at the command line.
(more…)
View On WordPress
PowerShell: Azure ARM Site Overview
PowerShell: Azure ARM Site Overview
Visualizing an Azure deployment can be a bit tricky. This short Azure summary script is a good way to start though.
(more…)
View On WordPress
PowerShell: PowerShellGet Helper Functions
PowerShell: PowerShellGet Helper Functions
With the PowerShell Gallery at your fingertips in PowerShell v5 you are able to find and install modules and scripts quickly. Here are a few helper functions you may want to add to your profile to help automate some of these tasks.
(more…)
View On WordPress
Powershell: PSCloudflare Module
A well documented API without a PowerShell Module is like an itch begging to be scratched.
(more…)
View On WordPress
Powershell: New-ADPasswordReminder
A single, self-extracting, self-scheduling, AD password change notice PowerShell script. (more…)
View On WordPress
OSS PowerShell: Platform Independent Functions
OSS PowerShell: Platform Independent Functions
Just the other day Microsoft released PowerShell as open source with builds available for Windows, Mac OSX, and a few flavors of Linux. I’m pretty certain the entire community is super hyped at the news. I know I am!
I was able to quickly get PowerShell running on my Mint 17.3 (Rosa) workstation (Based on Ubuntu 14.04) in about 2 minutes flat using the included documentation. From here I was able…
View On WordPress