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…
To remove/terminate or destroy a build, it pretty simple. You use the terraform destroy command ayan@Epoch:~/terraform$ terraform destroy aws_instance.example: Refreshing state... (ID: i-065b6f952bd9dc3e0) An execution plan has been generated and…
Now that we have Terraform installed, let us see what it is actually capable of. Terraform is an Infrastructure automation tool and works with AWS, GCP (Google Cloud), Azure, Alibaba…
What is Terraform? Terraform is an Infrastructure provisioning tool. This supports multiple clouds and currently, I am dabbling with it on Amazon Cloud (AWS), Google Cloud (GCP), Azure and Alibaba…