All Videos
HPE UK&I vLog | Episode 3
Join Matt Shore and Luke Pruen HPE subject matter experts as they show you how to create your first Lanamark assessment and gather the needed data to correctly size an HCI infrastructure
Join Matt Shore and Luke Pruen HPE subject matter experts as they show you how to create your first Lanamark assessment and gather the needed data to correctly size an HCI infrastructure
Join Matt Shore, Luke Pruen, and Martin McBryde HPE subject matter experts in exploring the benefits of the tools HPE has available to audit and assess our customers’ IT Infrastructures. In this high-level overview of the tools you will be introduced to Lanamark, Assessment Foundry, RVTools. Later in the series Read more…
Learn how to install Docker onto a Raspberry Pi and run your first container. Applications used Putty 32bit portable: https://the.earth.li/~sgtatham/putty/… Putty 64bit portable: https://the.earth.li/~sgtatham/putty/… TightVNC: https://www.tightvnc.com/download.php Commands used Background music from www.bensound.com
A 10 minute video introduction to Containers and why they are relevant. Understand how they differentiate compared to traditional virtualisation. Take a look at my blog on Docker if you are interested to find out more
Join Matt Shore and Luke Pruen HPE subject matter experts exploring the basics of gathering infrastructure requirements for Hyperconverged solutions. They look at the methodology behind designing and sizing a hyper-converged infrastructure. Later in the series, they will look at the tools.
Portainer Portainer is a versatile docker management suite. It provides the perfect learning ground for beginners to docker but also makes life for the more seasoned Docker user. sudo docker create –name portainer \ –restart=always \ –net=bridge \ -e PGID=1001 -e PUID=1001 \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 9000:9000 \ portainer/portainer:arm Read more…
WHAT IS DOCKER? I stumbled across Docker a while ago and the concept just intrigued me. The ability to create an application that only ships with the parts it needs. Windows and its applications have often been criticised for their size and bloated overhead on the underlying hardware. This bloat Read more…
Simple Docker Monitoring Dashboard I’ve spent a couple of weeks learning about the Docker API and decided to create a simple little dashboard. Developed in PHP and still under development but though it would be fun to share in the mean time. get it on git here: https://github.com/mattshore1987/docker-dash Prerequisites Apache 2 Read more…
This is a quick guide to setup the ultimate home server. To include file sharing & synchronising, email and website hosting, media sharing and streaming, and automatic downloads of TV, movies and music. Firstly install the latest Ubuntu 16 distro (Download from here: https://www.ubuntu.com/download/server ) Installing Docker sudo apt-get install \ Read more…
Notes – Ubuntu and Docker need to be installed first to create this ultimate HTPC server. Setup the Environment Lets start by creating some shares for your media server to utilise. sudo mkdir /shares/tv sudo mkdir /shares/movies sudo mkdir /shares/transcode sudo mkdir /shares/downloads sudo mkdir /shares/music Plex Docker Install sudo Read more…