The Clear Ip Route Cisco command

Command: clear ip route Function: Removes all entries from the IP routing table. Syntax: clear ip route [<address> | <network> | <wildcard> | <all>] Parameters: <address>: Specifies the IP address of the route that you want to remove. <network>: Specifies the network address of the route that you want to remove. <wildcard>: Specifies the wildcard mask of…

Read More

Installing Iperf Version 3 on Ubuntu

Iperf is a tool used to measure bandwidth limits. There’s a number of public iperf servers you can test to, but some require version 3 of the iperf program. This can be a bit tricky as Ubuntu seems to have version 2 of iperf in their default repository list. Here are two ways to install iperf version…

Read More

Top Choice For A VPS in Japan

A Japanese virtual private server (VPS) is a great idea if you need a server that is largely going to be accessed by Asian users. Japan is a stable, well developed country with fast Internet speeds. Unlike China and certain other Asian countries, Japan allows free compute usage, so government permits and censorship should not…

Read More

OSI Layer Mnemonic

The Open Systems Interconnection (OSI) layer model is a way of describing communications by computer systems over networks. The goal is to set a standard for how communicating over a network should look. The OSI model is not protocol specific, but instead different protocols belong in different layers. The layering of communication protocols allows for…

Read More

The Best Programming Language for System Administrators

As technology continues to advance, the role of a system administrator has evolved beyond traditional tasks of managing servers and networks. Today, system administrators are expected to possess programming skills to automate tasks, streamline operations, and enhance overall efficiency. With a plethora of programming languages available, it can be overwhelming to determine which one is…

Read More

Cheapest Domain Names

The cheapest domain name registrars compared. Find the best price for your domain. I want a… .com .org .net Other.club.co.info.io.me.ninja.ru.xxx I want the best price for… Registration Renewal Transfer 5 Year Value   1 & 1 $0.99   99 cents domain registration for the first year. $14.99 thereafter GoDaddy $0.99   Normally 2.99 for the first year. $14.99 thereafter. WHOIS privacy is $7.99/year. No email…

Read More

Using xxdiff With Git On A Mac

Xxdiff is a great visual diff tool. You can set it up so that whenever you typegit xxdiffin a git branch, you will see all the changes you made since the last commit. These instructions are meant for setting up xxdiff on a Mac. First download xxdiff here. Copy the above into your Mac’s Applications directory….

Read More