Author Archives: Patrick Butler Monterde

How to solve the “Cannot load PSReadline module” Error when Installing the Azure CLI

Microsoft Azure CLI can be executed in multiple shells.  Running in Linux, MacOS and Windows.  In this post, we show you how to install it properly so you can get the goodness that comes from the the PSReadline module. Sometimes … Continue reading

Posted in Azure, Azure CLI, Powershell, PSReadLine | Comments Off on How to solve the “Cannot load PSReadline module” Error when Installing the Azure CLI

Visual Studio Code Integrated Terminal

Visual Studio code has a great feature called Integrated terminal. It provides the ability to have a  Shell terminal while working with your files. In Windows,  the default terminal is PowerShell, however this can be changed easily. In this blog post, … Continue reading

Posted in Linux, Powershell, Ubuntu, Ubuntu in Windows 10, Uncategorized, Visual Studio Code | Comments Off on Visual Studio Code Integrated Terminal

Configuring PuTTy Sessions

PuTTy is one of the best SSH tools for Microsoft Windows. I found myself spending more and more time when managing Linux VMs and Containers in Microsoft Azure, and I wanted to share some quick tips that could make your … Continue reading

Posted in Azure, Linux, Microsoft Azure, PuTTy tutorial, SSH, Uncategorized | Comments Off on Configuring PuTTy Sessions

OpenBSD 5.8 Minecraft Server

One of my kids is loving Minecraft , so we decided to setup a a Minecraft server to have a persisting world were we can play together and have some of his friends playing from their home. There is a lot … Continue reading

Posted in Java, Minecraft, OpenBSD | Tagged , , , | Comments Off on OpenBSD 5.8 Minecraft Server

Installing PyCharm and Oracle Java in Ubuntu

Follow these steps to install PyCharm in Ubuntu: 1. Copy the pycharm-*.tar.gz to the desired installation location (make sure you have rw permissions for that directory) 2.Unpack the pycharm-*.tar.gz using the following command:   3. Check that you have Java Installed … Continue reading

Posted in Java, Linux, Python, Ubuntu | Tagged , , , , | Comments Off on Installing PyCharm and Oracle Java in Ubuntu

CIDR Cheat Sheet

Netmask Netmask (binary) CIDR Notes _____________________________________________________________________________ 255.255.255.255 11111111.11111111.11111111.11111111 /32 Host (single addr) 255.255.255.254 11111111.11111111.11111111.11111110 /31 Unuseable 255.255.255.252 11111111.11111111.11111111.11111100 /30 2 useable 255.255.255.248 11111111.11111111.11111111.11111000 /29 6 useable 255.255.255.240 11111111.11111111.11111111.11110000 /28 14 useable 255.255.255.224 11111111.11111111.11111111.11100000 /27 30 useable 255.255.255.192 11111111.11111111.11111111.11000000 /26 62 … Continue reading

Posted in Networking, Uncategorized | Tagged | Comments Off on CIDR Cheat Sheet