Install Powershell and PowerCLI in Ubuntu 18.04 (Bionic Beaver) – Unsupported Workaround

EDIT: This was an unsupported work around and now 18.04 is officially supported, you can read my post about it here: Install Powershell and PowerCLI in Ubuntu 18.04 (Bionic Beaver)

Over the last few weeks, due to the increased compatibility and requirements for me to be using a Linux distro, I have decided to make a transition over to Linux (specifically Ubuntu) and one of the requirements for this process was the ability to install Powershell as I frequently use PowerCLI. However, It’s not as simple as an apt-get install cmdlet. I am by no means a developer or coder, but as you might know, I do create some scripts or tools now and again.

So, as part of this trial transition (who knows, might go back to windows – ghast!), I have managed to install Powershell and PowerCLI. This guide is for 18.04 but it uses 17.04 libraries as 18.04 is not official supported, yet. But it does work.

So, lets begin:

Continue reading Install Powershell and PowerCLI in Ubuntu 18.04 (Bionic Beaver) – Unsupported Workaround

Initial Server Setup of Ubuntu 16.04 LTS

Introduction:

This article assumes you have a freshly installed Ubuntu Server 16.04 instance and that your require some secure configurations and set up. In this article, you will increase the security and usability of your server and help give you a more solid foundation for subsequent actions.

Step 1: Install Openssh-Server

To login to your server (remotely via putty or some other ssh terminal client), you would need to have installed openssh server – if not, you can login directly to the console of the server, run the following command:

$ sudo apt-get install openssh-server

Continue reading Initial Server Setup of Ubuntu 16.04 LTS