Switch AWS Dedicated Tenancy Instances to Shared
AWS has the option for instances to be either dedicated (on their own segmented physical host) or shared (be on the same physical host with other AWS customers). Dedicated tenancy …
AWS has the option for instances to be either dedicated (on their own segmented physical host) or shared (be on the same physical host with other AWS customers). Dedicated tenancy …
It’s the question every tech worker gets asked at least once at every family gathering, “hey I need a new laptop which one should I get?” Usually followed by the …
OpenStack is a highly configurable open source platform for creating and maintaining cloud infrastructure. It’s extremely configurable nature both makes it amazing and frustrating as ever since the command line …
Create an AWS Account You can sign up for one here: https://aws.amazon.com You can use any cloud provider as long as they offer dedicated IPs and open port access but …
Going off the objectives listed on the RedHat website, this guide provides the basic knowledge needed for the RHCSA exam (EX200). Official objectives here: https://www.redhat.com/en/services/training/ex200-red-hat-certified-system-administrator-rhcsa-exam Access a shell prompt and …
To be doxxed is to have private information about you published publicly on the internet usually for intimidation or humiliation. Doxxing is extremely scary to the average person because without …
Make sure you are in the correct region that you want to launch the instances from. You can see this in the top left corner of AWS: 2. Select “EC2” …
Install VMWare player: https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0 Get the ISO for Windows Server 2019. You can get an evaluation copy that is good for 180 days here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019 Launch VMWare Player Choose “Create …
Ansible is a remote administration tool for both Windows and Linux hosts but is more popular for managing hosts running Linux. A large benefit of Ansible versus bash scripts is …
I created my free file hosting website (awoo.cloud) a few months ago in order to learn more about setting up my own webserver and configuring Apache, DNS records, editing html/css, …