Hi There, We will look into Ansible, one of the configuration management tools that are standing out. The reason why I like Ansible so much is that, with it, it’s actually easy to breakdown configuration management fundamentals to anyone with basic system administration skills or say, to anyone who knows how to use a terminal […]
Author : kodjo-kuma djomeda
Taking advantage of vagrant for quick infrastructure prototyping
Hello Folks I must admit, I have been very reluctant in using vagrant for while before I have seen the light. I actually had my wow moment when I managed to set up a complex virtual IT infrastructure to simulate a deployment architecture with just few lines. Let’s get going with our task today. For […]
How to make virtualbox guest use its host’s internet connection and still have ssh access to the guest
Hi guys, The title of this post can be misleading but basically the challenge I would like us to solve is pretty simple. There are situations where a guest OS on vitualbox will need to have Internet connection which is by default through the NAT interface. But that will limit your access to the client […]
How to manage a second user on an amazon ec2 node
How to create a reverse proxy on ubuntu with apache2
How to create virtualhost on ubuntu
Hello All, In this blog, I am going to document how I do most of my co-hostings using apache2 virtualhost. I will be using virtualbox and ubuntu 14.04 guest. Preparatory work Usually I create a virtual machine with 2 network interfaces. [text] eth0 <— NAT adapter IP: 10.0.2.255 eth1 <— HostOnly adpater IP: 192.168.56.105 [/text] […]
The awakening of the Giant Microsoft
With .NET Core released as open source not being news anymore, I think even though I am not a Microsoft fan , this is a huge step in the awakening of the giant. According to Paul Krill of Infoworld, Experts agree that it’s not currently threatening Java. My personal view is that Microsoft is totally […]
plumbing family CRUD Operations to view pages
how to use screen to protect your ssh session from abrupt internet deconnection
Hello Fellas! I must admit I have been lazy to learn this “screen thing” my boss has been telling me about. Foolishly I quickly installed the application on my desktop fedora thinking I got it started 😀 . Surprisingly not much of all the posts I have come across have painted it clearly that screen […]
“Yet Another How To” about useful linux terminal commands
Hi there, if you have ended up on this post, well that means you might have performed that infamous “How to” search regarding Linux command line. It’s all good, I have done such things before and will probably continue doing that. Today I actually decided I should start taking notes of what I type in […]