In this post I will demonstrate how to setup a golang environment on Ubuntu. Get the sources: Get the latest stable release golang tarball from https://golang.org/dl/ and download to the directory path of choice, and extract the
Ubuntu
A collection of 7 posts
Install Java Development Kit 10 on Ubuntu
With the announcement of improved docker container integration with Java 10, the JVM is now aware of resource constraints, as not from prior versions. More information on this post Differences in Java 8 and Java 10: As you can see
Setup a 3 Node Kubernetes Cluster on Ubuntu
Setup a 3 Node Kubernetes Cluster on Ubuntu 16.04 What is Kubernetes? As referenced from their website: "Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications." Our Setup: For this setup I
Setup a KVM Hypervisor on Ubuntu to Host Virtual Machines
Today we will setup a KVM (Kernel Virtual Machine) Hypervisor, where we can host Virtual Machines. In order to do so, your host needs to Support Hardware Virtualization. What we will be doing today: Check if your host supports Hardware
Backup and Restore Mutliple Collections From a Database With MongoDB
From a previous post we've Setup a 3 Node MongoDB Replica Set Cluster, and in this post we will go through the steps of backing up a database and restoring it to another mongodb cluster. MLab offers a free Shared
Setup a 3 Node MongoDB Replica Set on Ubuntu 16
Today we will setup a 3 Node Replica Set for MongoDB on Ubuntu 16. A Replica Set is a form of data replication, so that your data resides on more than one node for data durability. We will setup the
How to Setup MongoDB Server on Ubuntu and Enable Authentication
Introduction: Today we will setup a Single Instance of MongoDB Server on Ubuntu and will be using Ubuntu 16.04 for this tutorial. What is MongoDB? MongoDB is one of the NoSQL types of Databases, which is designed as shema-less
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!