Posts

3D Printing : Filament runout Sensor

Image
Background Now that you have the perfect enclosure, you are looking at improving it ! One add-on you may think at is a filament runout sensor. There is nothing more frustrating than a failed print because your spool is empty. On the other end, sometimes, you are reluctant to start printing with a almost exhaust spool. Then, I have a fix for you !

Rubrik : Hack the API stack !

Image
Background You like to code, you like creating scripts, you already master the Rubrik API but there are some very specific API call that you can't do. You already tried the inspect function in Chrome browser to get the real API call. I would admit that it helps, but sometimes this is complicated to find the right piece of the puzzle. Stay tuned, there is more ! ;)

75k !

Image
We made it !  My blog just hit 75k hits with a daily average of 100 visis. This is amazing. When I started in March 2018, I wasn't too sure about the directions and the life time of this blog on the long term. So far so good I would say ! ;) I'm very happy of the outcome and the contacts I made during the last 2 years thanks to this blog. I hope you still like it and the knowledge share it give to the community. I have some stats to share with you, just for fun! First, the top 5 countries visiting this place :  The "Unknown Region is a bit scary ;) Next, what is actually making the audience, here are the top 5 visited articles :  I'm not the only one loving Raspberry Pi's ! Now, what are you using to read my blog, top 5 browsers : It looks like people understood that IE is a browser for you ! Lastly, what OS are you using to reach me :   Windows, without any surprise is the winner, but I'm quite surprised t...

Nutanix : Non-disruptive Physical Memory Upgrade

Image
Background After a couple of years of service, your loved cluster is becoming old, there is no better way to refresh him than providing a big more space for VMs and services by upgrading the nodes' memory. I did that few days ago and now the cluster is like brand new. Let's do this ! So, for the sake of compliance, conformity and risk, I would like to share the official Nutanix procedure with you, so you know the real background. The official procedure is located here . Important to mention at this stage that the below procedure is applying to AHV environments. If you are running either vmware or Hyper-V, there are some additional steps described in the official Nutanix documentation. My cluster is a 5 years old 1050 with 3 nodes. Originally shipped with 128GB RAM. It was becoming slow and I wanted to test Calm so forget it with that so low memory figures. I decided to upgrade it to 256 GB per node. This is the status of the cluster before upgrade Hig...

3D Printing : (the famous) Ikea Lack enclosure for Ender 3 Pro

Image
Background There are a lot of article on the Internet about this topic. How to "turn Ikea Lack tables to 3D printing enclosure?" This is a trending topic. But to be honest, I never find the one that takes your by hand from start to finish. This is the challenge of this post and I really hope you will like it !

Nutanix : Create a simple VM with Terraform

Image
Background In today's world, we are always looking at automation. Automation is key to provide a certain level of self-service. With Nutanix, you can automate many things in many ways (Calm, X-Play, API scripts ...). But if you don't have the resources nor the money for this, there is another player on the market Meet Terraform Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON. At least, this is what Wikipedia is saying about it.  You can either run Terraform in the cloud or on-prem (on your laptop for example). There are providers  for many different infrastructure like AWS, Azure, GitHub, OVH, ... and Nutanix. Those providers are maintained either by the community or the vendors themselves. Installation for macOS I'm using brew to install terraform, i...

3D Printing : "En route" to the Next Industrial Revolution

Image
Background It's been a while since I'm overlooking at 3D printing. 3D Printers are becoming more and more affordable and reliable. Now, printing something is really easy for anyone who is a little bit DIY-minded. I have jumped into a brand new world who is eating my nights ;) Hopefully it just started with my summer holidays !

Mac OS X : NET::ERR_CERT_REVOKED

Image
Background You are a real upgrade nerd and you could not wait to upgrade your Macbook to Catalina. Yeah, this is cool (they finally dropped the dashboard!). But some anticipated edge effects just hit you in the face : Google Chrome is not able to reach your favorite internal website ! Indeed, Google Chrome does not allow you to bypass the self signed certificate error. Damn!

Rubrik : Managing Users From CLI

Image
Background I came across a challenge the other day. A new starter in the company! With 7 different clusters worldwide, not easy to handle (well - painful, waste of time, ... you name it). The pity is : our clusters are still using local authentication. I was sure we can automate this.

Rubrik : Deploy EDGE into Nutanix AHV Cluster

Image
Background You are a Nutanix customer but not in the vmware shop and you still want to make good use of Rubrik EDGE virtual appliances. The good news is : Rubrik EDGE can run on Nutanix AHV. But, some extra actions are needed to achieve this.