The Ignite room, tagged as "easy" really does not have a lot of instructions on the page itself apart from a generic "A new start-up has a few issues with…
My weekend task this week was simple! A Sandisk and Raspberry Pi based NFS/NAS wireless mount for my MacBook :-) Hardware used: 3 nos Raspberry Pi 4b (wireless) Sandisk USB…
A VPN server allows you to connect using a secure tunnel.This has a couple of benefits. First, you sort of have control over your data. And it also allows you…
The Raspberry Pi has always been a capable little computer, and with the Raspberry Pi 4 series, we now have Wifi, Bluetooth etc along with 8 Gb RAM - a…
The cloud is one of the most important innovations in recent years. It has completely changed the way we compute and store data. The future of the cloud holds many…
Apple exploits (and for that matter, any platform exploits) are a plenty. But most of them are fun, and as long as you can play around with them and understand…
Social Engineering and Phishing has been around for donkeys' years now. While really sophisticated attacks are usually designed and prepped months, sometimes years in advance, and can be brutally effective,…
This is a non technical blog. Well, "technical", if you are into systems and processes though. The whole Facebook WhatsApp Instagram Signal Telegram conversation and mess essentially ended up in…
Nutanix uses Cassandra as it's metadata store. But what if we needed a Cassandra node locally - on our local machine - Cassandra, essentially, is an OpenSource project, so technically,…
With Bitcoin, Ethereum and all the other cryptocurrencies around - what exactly are cryptocurrencies anyway? How do they function? Can they be used for any other purposes? This is a…
Building on the previous example, let's use Terraform to create multiple VM's using just one Terraform file/configuration. Let's take the previous example's tf file and check the options available $…
Below is an example of creating a basic VM (CentOS) on a Nutanix cluster using Terraform Points to note: Cluster is already UP and running AHVCentOS image is already present…
So here's an example Vagrant YAML file that does the following: Spins a CentOS 7 VMGives it a Static IPInstalls on VirtualBox on the local machineSets the vCPU and MemoryCreates…
A short video walkthrough of installing Jenkins on Docker using Kitematic. The entire installation is done on a Mac running Virtualbox https://youtu.be/R3j7uBJVKpg
Kubernetes 101 - the absolute basics! At the basic level, Kubernetes is comprised of: Cluster A Kubernetes cluster is a set of physical or virtual machines and other infrastructure resources…
The ESXi 6.x root account now has account lockout policies set. So if an incorrect password is used too many times, this will case the ESXi root password to get…
Nomad is an infrastructure lifecycle management tool and differs from Terraform in that Terraform is more of a build/config/provisioning tool. Installation and getting started with Nomad is pretty simple For…
Kitematic, which is now a part of Docker actually fails to initialize (at least on my Mac) So this is what this looks like Kitematic Initialization failure The log snippets…
Let's test Vagrant to deploy an EC2 instance to AWS. For this, the first thing we need is to install the aws plugin for Vagrant. My Vagrant instance currently just…
An instance is a virtual server in the AWS cloud. Points to note Instances are Amazon EBS-backed meaning that the root volume is an EBS volumeThe instance consists of the…
Alicloud is the cloud offering from the Alibaba group. Getting started with Alicloud is pretty simple but has a few quirks you need to be aware of. While GCP and…
Docker, put simply, is a container platform - which solves the issue of running code that is OS agnostic (to an extent) and allows for the application to be freed…
Vagrant is an open source provisioning tool from Hashicorp. It uses a concept of "boxes" and is used to provision development environments at scale to a multi cloud environment -…
ESXi 5.5 installs and troubleshooting installs. Again, this was long overdue, now that 6.7 is out. This video walks you through the 5.5 install, some behind the scenes, and troubleshooting…
This was long overdue. Old post on YouTube, but this talks about VMware ESXi logs, log locations and the respective services that the logs belong to. While this is just…