What Is Internet Peering

The Internet is made up of a vast number of different networks. These networks all have devices inside of them. These networks also communicate with each other, allowing the device inside one network to communicate with a device in another network. One method of communication between networks is through Internet peering. When networks connect to…

Read More

How To Turn Color On and Off in Vim

Color coding different types of words, depending on the programing language you are using is an extremely useful feature of vim. Vim is smart enough to know that when you are editing a .js JavaScript file, then you want words such as ‘function’ and ‘for’ to be highlighted and stand out. This coloring of certain…

Read More

Why Tech Writing is Perfect for Digital Nomads

In today’s digital era, the concept of work has undergone a significant transformation. With the rise of remote work and the freedom it offers, more professionals are embracing the digital nomad lifestyle. Among these professionals, tech writers have found a unique niche that perfectly aligns with their wanderlust spirit. In this blog post, we’ll explore…

Read More

2016 Leap Second Bugs

The end of 2016/begging of 2017 had a leap second added to the time. A leap second can cause computer software to crash, as described in this article. Luckily this year, the leap second did not do much damage. The most publicized issue was a DNS error in CloudFlare’s infrastructure. The software cloudFlare was using assumed…

Read More

The Show Protocols Cisco command

Purpose The Cisco ‘show protocols’ command displays a list of the enabled and disabled protocols for the specified interface. This information includes the protocol state, such as running or idle, as well as the administrative state, such as enabled or disabled. Syntax show protocols [interface-type interface-number] Command Parameters interface-type: Specifies the type of interface. interface-number:…

Read More

The Best Programming Language for Data Warehouse Designers

Data warehouse designers play a crucial role in the field of data management and analytics. They are responsible for designing, building, and maintaining data warehouses, which are central repositories of integrated data from various sources. To excel in this role, it is essential to have a solid understanding of programming languages. In this article, we…

Read More