Category: Technology
Colocation Benefits and Drawbacks
Can moving your computer room to a COLO be good or bad? What is the risk in moving and what are the benefits.
Exim Email Server Security Flaw
via https://youtu.be/UEsSb7NXolc Update your Exim Email server today!
Passing Values to CloudFormation
Lets go over how we pass parameters to CloudFormation with PowerShell.
Create and RDS Database Instance in AWS With PowerShell
Here I go over how to create an AWS RDS Database Instance using PowerShell. The code snippet is up in BitBucket for you to use in your own projects.
Microsoft KMS Server
If your network is growing and you need to get a grip on keeping your virtual machines activated then setting up a KMS server is the solution
Active Directory Login with VBSripting
Here is an example login script that I use to map drives, track logins and more.
AWS Classic Load Balancer with PowerShell
Here we cover the code to create a Classic Load Balancer in AWS with PowerShell.
Press backs the Rotten Tomatoes Proaganda
General press reports and backs the ‘story’ Rotten Tomatoes sends out on why the ‘not interested’ features was removed in the wake of Captain Marvel interest tanking.
Rotten Tomatoes Deletes Captain Marvel Dislikes
Rotten tomatoes has abruptly removed the ability to click ‘not interested’ in the wake of Captain Marvel want to see percentage heading to 0%
Launching an EC2 instance with a Custom Hard Drive Size
Here I create an EC2 instance with a custom hard drive size, you can set several parameters on launch, including hard drive size and IOPs.
Creating a Linux EC2 Instance with PowerShell
Here is an example of how to create a Linux EC2 instance in AWS with PowerShell.
Tour my YouTube Set
Here is a tour of my YouTube set and what everything means to me. From Sammy Hagar to Buzz Lightyear!!
Create Security Groups in AWS with PowerShell
Here in this video I demonstrate how to create security groups in AWS using PowerShell.
Connect to MySQL from PowerShell Core
This video shows how to connect to MySQL server using PowerShell CORE on a Debian 9 Linux computer. You need to load a few modules and move some files. PowerShell Core Download https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6 Mono-Project...
Create a working VPC with PowerShell
Here I go through how to create a VPC that is functional and ready to launch EC2 instances. I am doing this with PowerShell.Core on Debian Linux and adding in the AWS PowerShell Dot...