NCDU – Find what’s using all your disk space on linux based system

NCDU is a text-based user interface, it allows you to visually see how and where disk space is being used via an easy-to-use interface. Simple run the command in the current directory to see a directory tree of folders & files and their space usage. I use this tool mainly for analysing why a server
Continue reading...

Control windows docker with Windows 10 Ubuntu Linux subsystem

Control your Windows Docker instance using Ubuntu Linux subsystem allowing greater controll. Windows 10 Linux subsystems are a very powerful feature and expand the capabilities for Windows based developers greatly, without the need to use VMs or dual booting. One of these is controlling your windows based docker host via your Linux subsystem.
Continue reading...

Why a VPS (virtual private server)?

VPS are a cheap and efficient way of owning a server without having to maintain the physical hardware, infrastructure and costs involved when renting server space. You can purchase a new VPS from most providers and within 15 minutes you can be installing your software and services. A VPS is just like owning a physical
Continue reading...

What is a VM (virtual machine) or VPS (virtual private server)

I’m going to talk about virtual machines (VM) before I go onto virtual private servers (vps), to understand what a vps is you need to understand what a vm is as they are very similar (practically the same thing). A VM is a virtualized (virtual) operating system running inside a master operating system, for example
Continue reading...