Top 3 Online Resources to Learn Coding Learn to write your own applications for fun and profit. Here are quality free resources online that I can personally vouch for. I get nothing for suggesting these websites.… Read More Like this:Like Loading...
Digital Ocean How to download a copy or snapshot of your droplet or vm locally and run it on your own server * This post uses the DD command which if used improperly WILL completely destroy your system. If you are unsure about what you are doing do not even attempt anything below. The command below will overwrite any drive you tell it to, with no regard or warning. Make absolutely sure you know the drive letters… Read More Like this:Like Loading...
How to fix RDO Packstack Openstack Installation Error: “rabbitmq-server start failed with exitcode 1” This took more time then I would like to admit to find the solution, because the error is simply do to the machines hostname not being set correctly. The machine’s hostname should match in /etc/hosts with hostname in /etc/hostname file. That simple!… Read More Like this:Like Loading...
Real World Application of GRE and VXLAN Encapsulation between Mixed Hypervisors on Disjoint Networks PART-1. Happy Thanksgiving! I thought about putting this all into one post. I quickly realized it wouldn’t be possible as there is just to much! Contrary to what this first post’s format this will be a technical how to. This is just the introduction to what we are going to be doing. The following parts will… Read More Like this:Like Loading...
Change interface names back to eth0, eth1 on CentOS 7 CentOS 7 interface naming has changed from the previous version, now instead of the first interface being named eth0, the second named eth1 and so forth, we have eno1 or eno16777984 or some other scheme starting with eno, not a major deal unless your running a multi node application that depends on all the interfaces… Read More Like this:Like Loading...