ZSH Sorting Associative Arrays
Last Updated on February 10, 2022 EST by Jordan As I dive into ZSH more and more and start to put more hours into zshbop, I’m finding it harder to locate good ZSH documentation. I got stuck with an associative array being unsorted, why? I started to document all of the scripts and commands I’ve …
Read More
Sentry Self-Hosted Notes (Sentry.io)
Last Updated on February 8, 2022 EST by Jordan Setting up Traefik with Sentry Self-Hosted If you’re running Traefik on your docker host, then you’ll need to appropriate labels for Traefik. I’m using Portainer so I had to add the following to the docker-compose.yml under the nginx label You will also need to add the …
Read More
Sending email from Synology via CLI/SSH on DSM 6
Last Updated on January 31, 2022 EST by Jordan Doing a quick Google search for sending emails from Synology via CLI/SSH talks about the sendmail command. However, this doesn’t work on DSM6 unless you install a package that provides the command. You can install one of the following packages to get the sendmail command Synology …
Read More
MSP360 (Cloudberry) Backup SSL Certificate Expired when using Backblaze B2 Storage
Last Updated on January 5, 2022 EST by Jordan If you’ve been using the MSP360 backup client on older CentOS hosts, you might have run into this error. Upon further investigation, the agent error log /opt/local/Online Backup/<INSERTUUIDHERE>/logs/log_worker_<ANOTHERUUID>}.log show the following errors. The issue was being on the client version Linux (rpm) v. 3.2.0.114 of which …
Read More
MikroTik Scripts
Last Updated on October 8, 2021 EDT by Jordan Setup SSH Key Login on Mikrotik Created File and Place SSH Key Contents Set SSH Key for Users Setup Email Sending on Mikrotik via Postmark Send a Test Email from Mikrotik Backup Mikrotik Config and Email – Example 1 Backup Mikrotik Config and Email – Example …
Read More
Dell OSMA on Proxmox/Debian Buster
Last Updated on October 5, 2021 EDT by Jordan I found a Reddit post that I wanted to make sure I kept in case it gets deleted and lost forever. My Issue I have some Dell servers that I wanted to enable iDRAC on remotely via a secondary network interface. Unfortunately, I didn’t have physical …
Read More
Ultimate Linux Shell Guide for Windows 10 – WSL + Terminal + ZSH + oh-my-zsh + Powerlevel10k
Last Updated on May 9, 2022 EDT by Jordan Introduction The following guide will help you install Windows Subsystem Linux, Windows Terminal and ZSH. Step 1 – Enable WSL It’s pretty easy to install Windows Subsystem Linux, open Powershell as Administrator, and run the following. The following command will require a restart. Step 2 – …
Read More
macOS Setup
Last Updated on May 20, 2021 EDT by Jordan Finder Preferences Finder -> Preferences General Show these items on the desktop – Click all Advanced Show file extensions. Show Folders on Top -> In windows when sorting by name
Read More
macOS Setup iTerm2 + Homebrew + ZSH
Last Updated on May 19, 2021 EDT by Jordan This guide is my setup on my macOS laptop with iTerm + Homebrew + ZSH. Step 1 – Install iTerm2 Pretty self explanatory! Go get iTerm2 at https://iterm2.com and install it! Step 2 – Install Homebrew Again, another easy step! Install Homebrew at https://brew.sh/ at the …
Read More
MySQL 8 Increasing table_open_cache in Ubuntu 20
Last Updated on May 16, 2021 EDT by Jordan So if you’ve ever had to increase table_open_cache in Ubuntu 20, you’ll probably find that it doesn’t work the traditional way. Which is mind blowing! But I have a guess as to why. It’s to stop you from blowing up your server from too many open …
Read More