Year: 2021

Veeam – Tape Drive Inventory

Hey All, back again with another interesting problem and solution that we hope will help others out there in the tech world. If you have never heard of Veeam backup & recovery, I encourage you to do a quick google search. It is a fantastic product that allows you to backup and restore systems and […]

Read More
Star Link – Installation

Hey all, very excited to share this story with you. We have been waiting for a chance to try out the new Star Link system, and I am happy to report that so far it really does deliver on its promise. I will post the pictures of our install below. Star Link is still in […]

Read More
UAP inform Server Reject

Hey All, Another interesting troubleshooting session to share. We had a site that was trying to add a new Ubiquiti UAP-AC-HD (access point) to an existing infrastructure. The issue we were running into, is that when we attempted to run the “inform” command on the access point, we kept getting an error in the logs […]

Read More
Tech Terms – 2FA

2FA is an abbreviation for “two-factor authentication,” a security measure used to authenticate a person’s identity. It requires two forms of authentication, such as a password and a phone number, which a user needs to provide to be granted access to information. In general, there are three factors that can be used for authenticating identity: […]

Read More
Tech Term – UPS

Stands for “Uninterruptible Power Supply.” In the technology world, UPS is more than just a brown shipping company. It is also a type of power supply that uses battery backup to maintain power during unexpected power outages. A typical consumer UPS is a surge protector that contains a high-capacity rechargeable battery. Smaller UPS devices look like bulky […]

Read More
Power Fluctuations

Hey All, This is more of a PSA. I wanted to make a suggestion, to consider installing a UPS ( check out our Tech Terms – UPS for more info ) with your sensitive networking equipment. We had a case a few weeks ago where the internet and networking servicers continuously were going offline. As […]

Read More
SQL – CAST() / CONCAT()

Hey all, here’s another conversion tip. In our project, Excel can join the contents of two fields together by using the following: =(A1)&(B1) In this example, we will join 2 values together. Lets say 10 is in A1 and 33 is in B1. So our code will be: =(10)&(33) In MSSQL, this can be done […]

Read More