Override WGET Certificate Errors

wget is a handy Linux command used to download files directly from the command line. It can be used to download just about any file from the Internet and beyond. Simple usage is just wget URL where URL is the url of the file you are looking to download. There are times when a file…

Read More

Are Frantech and BuyVM the Same Company?

Buyvm.net and frantech.ca are two completely separate domain names. BuyVM is a nice site explaining in detail all the virtual private server (VPS) types for sale. yet when one clicks to order any of these VPSs they are sent over to Frantech. So what is the deal? Is this a scam? The deal is that years ago Frantech…

Read More

Bouncing A Port — Details

IT people have certain types of jargon or words that are not really defined anywhere. “Bouncing a port” or “bouncing an interface” is one such phrase. There is no where to really look up what this means. You can search Google, but the first result I get (experts exchange) is completely wrong. “Bouncing a port”…

Read More

Vim Set Paste

Sometimes you will paste something into your vim session and the indentation gets all messed up. The reason is due to automatic indentation. Normally the auto-indenting that vim does is very useful. Automatically indenting your line saves you the needs to contently tab or space bar to where you want the cursor to be. The…

Read More

Testing Vue Translations

The Vue-i18n documentation does a good job of explaining the usage for this library, but the documents lack much information about testing localization of Vue apps. This guide will explain how I have added Jest unit tests to my Vue-i18n implementation. Why Use Vue-i18n Vue-i18n provides an easy way to integrate translation, pluralization, dateTime, and number…

Read More

Most Useful JNCIA Exam Prep Books

The Juniper Networks Certified Associate – Junos (JNCIA-Junos) is a entry level certificate from Juniper Networks. It is a great certificate to have if you are looking to advance your networking career. The JNCIA is sometimes overshadowed by Cisco’s CCNA. Because the JNCIA is less common, having this certificate will make you stand out from the crowd…

Read More

Top Programming Languages For Network Engineers

Network engineering and administration used to not need much programming skill. All you needed to know was how to run commands on switches and routers and how to configure networking devices. These days a network engineer has to know how to write code. Otherwise he or she risks becoming outdated and useless in their job….

Read More