ZSH Sorting Associative Arrays

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 created and used the following format. This makes it … Read more

Sending email from Synology via CLI/SSH on DSM 6

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 Mail Server Synology MailPlus Server Both allow you to … Read more

MSP360 (Cloudberry) Backup SSL Certificate Expired when using Backblaze B2 Storage

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 this MSP360 community support thread speaks about upgrading to … Read more

Ultimate Linux Shell Guide for Windows 10 – WSL + Terminal + ZSH + oh-my-zsh + Powerlevel10k

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 – Install Ubuntu Navigate to the Windows Store and search … Read more

macOS Setup

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

macOS Setup iTerm2 + Homebrew + ZSH

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 time of this posting the following command works. Also … Read more