Password Default policy for IAM users

F – I – N – A – L – L – Y Please ……. Why did we even have to set these password policies back in the days. It should have been there by default. No brainer, you use cloud, you have to put a strong password. Without a strong password, you must not …

No more RTMP support on AWS

AWS discontinuing RTMP by tomorrow. See below links for more information – https://forums.aws.amazon.com/ann.jspa?annID=7356 “AWS has a long history where we do not deprecate AWS service functionality unless for security reasons or under unusual circumstances. In 2017, Adobe announced the end-of-life for Flash will be December 31, 2020. In addition to Adobe, many of the most …

Hyper V not connected to the internet

Are you having issues with Hyper-V not connected to internet?There could be a few reasons.But the most likely issue is with your Virtual Switch. Here is a tutorial I created on how to set up your virtual switch to get internet connection on your VM. If you find this video helpful, please like and subscribe. …

Configuring Network on Linux VM, updating packages

Quick note on setting up Linux VMs on Hyper V. Step 1: Check adapters, test internet connectivityFirst, check if the network adapters are attached. ifconfig you will see Ethernet, loopback or WiFi adapters. They look like eth0, lo, wi and you should be getting private IP on those adapters. If you do, proceed on. If …

Create Static Website using Azure Storage Container and custom domain

All you need is your contact info and the services you give right? For those who just need a simple web existence, a simple website but dont want to spend alot, Storage containers are one way to go. You dont need to spend much on hosting. No backend server required. Abit of html, css knowledge …

How to fix Operation not possible due to RF-kill in Linux

you cannot bring back your wireless interface back. ifconfig wlan up wont work you get the message Operation not possible due to RF-Kill. Error is due to soft block or hard block, wireless card has been switched off from the kernel. Sudo rfkill list find out what is being blocked sudo rfkill unblock wifisudo rfkill …

Creating VMs using Azure quickstart templates

Cloud virtualization is a thing these days. Its not hard. In fact, its very simple. There are existing preconfigured templates which you can use. A few clicks and you are good to go. All you need to do is start using it. Here is my video tutorial on how to create Virtual machines on Azure …