Skip to main content

Posts

The Case of Android Auto

Cars have computers now.   Photo by Andrew M on Unsplash  Not mine, mine is about 20 years old. I put a key into the ignition, the CD player keeps eating my alt-pop-rock CDs, it gets me from here to there, and I like it. My next car will be the same, sans CD-eating. But! Other people's cars have computers, and sometimes I have to work on the computer parts.

Neptune by Hashnode

 It's a blogging platform -- As you know (Well, as you know now ), I have been looking for places to export all of this to another platform, one with SEO (Search Engine Optimization) and modern editing capabilities that is actually maintained by its owners. Check it out here on Product Hunt . You use Markdown to write; As someone who is used to the highlighter and change stylistic appearances way of things, it's a bit of a change. I'm not sure I've used markdown more than 4 or 5 times in my career -- 8 times in my life. Grammarly is built in; Technically, they're right. Similarly to Notion, we can type "/" for commands to appear. I can't format text the way I like to. The image may not show up on the final product as I used the hyperlink of the image hosted here. Ideally, this text 'new and SEO improved!' would be directly under the image and smaller, as a caption. Notion can do that.  One thing Notion cannot do that Neptune can (or will be abl

Windows Server Essentials Training Part 5 - Storage Solutions

The course is in 6 sections, so I'll separate them by parts. I do have Windows Server experience, and 2019 is new to me, though the general idea is the same. But first, a short refresher on volumes: Partition table  - Master Boot Record read by BIOS (Old, but still out there. If it works, it works!)  - GUID Partition Table is read by UEFI (New!) Disk Type Basic Disks are divided into partitions (Which you can put different OSes on and boot them - Boot Partitions). Dynamic Disks have volumes (Which can probably do the same thing. These have more flexibility). Has RAID arrays. 📥 File Systems NTFS - Huge maximum volume/file size. Has auditing. FAT - Compatible with everything, but file/volume sizes leave a lot to be desired. ReFS (From Server 2012) - Much the same as NTFS, with less overhead, and find file corruption while remaining online. If you shrink volume size, you're changing the layout to the hard drive. 📥Data Deduplication (Dedup)  - Save space as you store and acc

Using AWS Systems Manager and Patch Groups

 This is a way to manage your cloud setup and use patch your AWS infrastructure in a way that meets certain parameters. There are multiple operating systems you can choose from; It's the equivalent of saying "Hey, I have a Linux machine here; So search though all of the Linux options only and see if my particular Instance needs a patch." Or "Here's a group of Windows Servers; Check for patches once a week and let me know." If you have multiple instances with multiple instances, you can put those into Patch Groups and designate a OS to each, however, an instance can only be in one AWS Patch Group (PG) at a time. The most challenging part was simply setting things up. I did this in two accounts: In my root account, with the help of this video on YouTube, I simply put in instances, applied patches easily. In an IAM account, I had to have multiple permissions, and even then it took about 2 days for the instances to be acknowledged and for me to have patches atta

Log Sorting with AWS CloudWatch, AWS CloudWatch Insights

 The cool thing is, I was contracted to make these videos in collaboration with CloudAvail Technology Consulting to help people decide which service they wanted to use for their logging - AWS CloudWatch, AWS CloudWatch Insights, DataDog, or New Relic. I'm searching through nginx logs. I have accompanying videos of each service that you can find on the CloudAvail Youtube page; See these links to go to the DataDog and NewRelic posts.   The idea was to be subjective in the videos, but I can be objective on my personal blog.     CloudWatch     The syntax is odd, but easy to grasp. Sort log data by IP addresses, message codes, and status codes. The simplest query system, but not quite robust.   Insights       The syntax has changed - Vastly. I see major SQL influences. You can see that in how the parse function works - in this case, it's often taken pieces of a pre-existing standard - in this case, message - and breaking them into their own categories you can reference.    The funct

Log Sorting With New Relic

 The nifty thing is, I was contracted to make these videos in collaboration with CloudAvail Technology Consulting to help people decide which service they wanted to use for their logging and data visualization - CloudWatch, CloudWatch Insights, DataDog, or New Relic. I'm searching through nginx logs. I have accompanying videos of each service that you can find on the CloudAvail Youtube page; See the following links to go to the CloudWatch , CloudWatch Insights , and DataDog posts.   NewRelic   I expected this to be easier than the previous two and it's rather dense in its information at first glance, although you an adjust it to show real-time analytics.  Documentation is reasonable and concise; One could gather the basics of the syntax quickly. Opening a singular log entry and clicking the elements of it to include or exclude from a new query was very helpful. check out the video for how I did error tracking. The GUI is my favorite; Sleek and modern, and yet it will chan

Log Sorting With DataDog

The nifty thing is, I was contracted to make these videos in collaboration with CloudAvail Technology Consulting to help people decide which service they wanted to use for their logging - CloudWatch, CloudWatch Insights, DataDog, or New Relic. I'm searching through nginx logs. I have accompanying videos of each service that you can find on the CloudAvail Youtube page; See the following links to go to the CloudWatch , CloudWatch Insights , and NewRelic posts.   The idea was to be subjective in the videos, but I can be objective on my personal blog.     ...There's a lot of information.  And a lot of ways to sort it. What's the difference between Patterns and Transactions? The Live Tail setting is pretty cool. Would be very helpful in making you panic if there was some kind of incident and you got a ton of error logs, but then you can sort by patterns and get a bit more insight into what is failing or being attacked. You can see in my video that I had to adjust th