hitchcock.dev
  • Home
  • About
  • Projects
  • Github
  • My Brother's Portfolio
Subscribe

Adding Google Analytics Tag to .NET 6 SwaggerUI project

I'm working on a .NET 6 API project that uses MVC with Swagger. One requirement was to get the Swagger page into my Google Analytics account. Steps: Add wwwroot folder and then a js subdirectory. Visual Studio will automatically make this pretty for you. 2. Go to Startup.cs and

  • Brennan Hitchcock
Brennan Hitchcock Feb 3, 2022 • 1 min read

QNAP Hybrid Backup Sync 3 S3 Backups FAILING

QNAP Hybrid Backup Sync 3 (19.0.0120) jobs failing due to periods in bucket names / SSL certification parsing. Simple temporary workaround!

  • Brennan Hitchcock
Brennan Hitchcock Jan 25, 2022 • 1 min read

ESXi 6.7.0 - [Errno 28] No space left on devicevibs = VMware_locker_tools-light_11.1.1.16303738-16701467

Updating my ESXi server to ESXi-6.7.0-20200804001-standard (Build 16713306) resulted in the following error: [InstallationError] [Errno 28] No space left on device vibs = VMware_locker_tools-light_11.1.1.16303738-16701467 Please refer to the log file for more details.Unfortunately swap was already enabled to I had to manually

  • Brennan Hitchcock
Brennan Hitchcock Aug 31, 2020 • 1 min read

Sorry, something went wrong: Ubuntu Software Center

Ubuntu software center on 20.04 kept throwing an error today and wasn't working. To resolve simply kill the process in your system monitor. Open system monitor and select the processes tabSearch for snap-store and then hit end processRe-open Ubuntu Software Center. I'm not sure why this was an issue

  • Brennan Hitchcock
Brennan Hitchcock Jun 7, 2020 • 1 min read

Update entity framework on Ubuntu 18.04

The EF Core tools version '3.1.1' is older than that of the runtime '3.1.4'. Update the tools for the latest features and bug fixes.In order to update EF Core tools on Ubuntu 18.04 from the terminal simply run the following  command: dotnet tool update

  • Brennan Hitchcock
Brennan Hitchcock May 13, 2020 • 1 min read

Installing .NET Core SDK on Ubuntu 20.04 LTS

I'm typically an early adopter of new Ubuntu LTS releases and as such I reformatted my laptop with the release hoping to get going with .NET Core right away but the posted install guide on Microsoft docs didn't work. I went back to the docs a few days later and

  • Brennan Hitchcock
Brennan Hitchcock May 4, 2020 • 1 min read

The power of Control-R in Ubuntu

If you're anything like me in the terminal you're continuously using the up arrow to look back through commands. Today I found that if you hold the CTRL key then press R it will load the previous command search (I use Ubuntu 20.04 LTS). Start typing and if the

  • Brennan Hitchcock
Brennan Hitchcock May 1, 2020 • 1 min read

How to mount QNAP file share with fstab on Ubuntu 18.04

Create a mount location on your Ubuntu host. sudo mkdir /media/<sharename>2. Create a credentials file (I created mine at /media/nfs-credentials with sudo touch /media/nfs-credentials and put the following lines in the file. username=<shareusername> password=<sharepassword>Edit /etc/fstab and

  • Brennan Hitchcock
Brennan Hitchcock Apr 19, 2020 • 1 min read

How to update Gitlab repository public key

[email protected]:~$ sudo apt update [sudo] password for brennan: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Get:3 https://packages.gitlab.

  • Brennan Hitchcock
Brennan Hitchcock Apr 16, 2020 • 1 min read

Multiple Streams of income

I have always traded time for money. Whether in a regular 9-5 job or as an in-home computer technician. My 9-5 has its benefits for sure - health insurance, stability, comfort. Both my freelance and 9-5 have the same thing in common though - I am being paid for my

  • Brennan Hitchcock
Brennan Hitchcock Jul 10, 2019 • 1 min read

Updating ESXI 6.7u1 to 6.7u2

Error: [InstallationError][Errno 28] No space left on device vibs = VMware_locker_tools-light_10.3.5.10430147-12986307 The solution is to manually upgrade VMware_locker_tools package by following these steps via SSH on the host: cd /tmpwget http://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/tools-light/

  • Brennan Hitchcock
Brennan Hitchcock May 25, 2019 • 1 min read
metabase

One weird trick to use date dashboard filter on your custom SQL in Metabase

However I tried to write a query I would get "Invalid Field" when trying to apply the dashboard filter to our card.

  • Brennan Hitchcock
Brennan Hitchcock Jan 17, 2019 • 2 min read
meet-up

AWS Users Group Meeting 5/17/2018: Doing things fast with ElastiCache

ElastiCache is amazing!

  • Brennan Hitchcock
Brennan Hitchcock May 24, 2018 • 1 min read
hitchcock.dev © 2022
Powered by Ghost