A.J. Bothe

A.J. Bothe

Follow
homebadges

TMUX Cheatsheet

Nov 22, 20211 min read

A quick cheatsheet for TMUX commands that I can never remember. tmux yum -y install tmux Out of tmux new session tmux new new session with name tmux...

TMUX Cheatsheet

Resolving "not syncing vfs unable to mount root fs on unknown block" on Linode

Apr 29, 20211 min read

Here's a fun error: "not syncing vfs unable to mount root fs on unknown block" I'm running CentOS7 on Linode and happened to run into this error on...

Resolving "not syncing vfs unable to mount root fs on unknown block" on Linode

git switch

Apr 28, 20211 min read

I discovered a fun git command that I wasn't aware of before. git switch -c <new-branch> Using git switch, you can take existing, uncommitted files...

git switch

A hidden Vudu API and Searching JSON Data with Python

Mar 19, 20215 min read

Well, maybe not so hidden, but definitely not advertised. Vudu has an API that, for the life of me, I could not find advertised anywhere, even with...

A hidden Vudu API and Searching JSON Data with Python

Deploy a Local DynamoDB for Testing

Mar 15, 20214 min read

I didn't realize until recently that you can run DynamoDB on a local machine on either Windows, Mac, or Linux. This obviously can be hugely benefitial...

Deploy a Local DynamoDB for Testing

Querying the Amazon Product Data API using Python

Mar 12, 20216 min read

I've dabbled quite a bit in the Amazon Product Data API, so I wanted to share an example of how to query is using Python3 and the Amazon Product Data...

Querying the Amazon Product Data API using Python