Ansible

Ansible Cisco GNS3

Ansible GNS3 Cisco Network Automation This is a demonstration of how Ansible can be configured to collect interface data from 5 Cisco Routers. Part 1 = 3 minutes Part 2 = 28 minutes 1. Introducing the topology. This recording introduces the network topology of the Ansible server and the Cisco routers. The demonstartion uses the…

How to pass VCA-DBT

How to pass VCA-DBT

How to pass VCA-DBT 1V0-701 VMware Certified Associate – Digital Business Transformation Exam. I would like to share with a structure for leaning the essential knowledge needed for obtaining the VCA-DBT 1V0-701 VMware certification. The exam will last for 135 minutes and will ask you 50 questions. The pass mark is 300. When you log…

500x500

LEMP, Linux, Nginx, MySQL, PHP and Webmin

I started to working with wordPress and Magento and needed to learn both CMS’s. I started with LAMP on Ubuntu on a old PC and then found programs like XAMPP and Wamp.   With all these I think they are all great but there was always something missing for me – when you need to dig…

install-vmtool-on-vsphere-500x500

Install vmtools on a Debian Linux in vSphere

Install vmtools on a Debian Linux in vSphere 6.5 First you will need to mount the CD-ROM. See my post then return back here. Once you access the cdrom you should see the file VMwareTools-10.1.10-6082533.tar.gz (file name may vary in version number). So the extract the file first copy it to a location. # cd…

mystical landscape with stars of a giving type

Free Charities website setup and free assistance

We help charities setup and maintain their website. If you have a problem with your website then drop us a line we appreciate that you are doing good and are able to help you. We will tell you if any payment is required and this is only if we have to pay for anything. CMS…

Centos-6.5-Static-IP-Address

Centos how to make Centos 6.5 have static IP address

Centos how to make Centos 6.5 have static IP address By default the Centos 6.5 doesn’t activate or configure the Ethernet card. This page is a tutorial on how to configure Centos 6.5  to turn on this service at bootup and to have static IP address. Step 1 Edit the file: etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.5…

Raspberry Pi Getting Started Tutorial

Raspberry Pi Getting Started Tutorial

What is it and how can it be used ? My aim here is to get you up and running with the Raspberry Pi 2 and get you comfortable with using it. Think of the Raspberry Pi as a little computer, like your laptop, phone, tablet or desktop PC. It requires a small amount of…

Magento maintenance and system recovery

Magento maintenance and system recovery

Magento maintenance and system recovery. Yes we’ve been there – that moment when you can’t log in, or you just get a white screen. Or how about the printing message with random numbers. These are three of the most common errors of something wrong. Fixing them is a bit of a dark art and some…

MagentoThere-has-been-an-error-processing-your-request

Magento show errors on magento pages

Standard error message shown when Magento throws an error. There is two ways to see more about how to find out what the details of the error is. Locate the error in the var /log (Option 1). Change the file to have the error printed to the screen (Option 2). Option 1 When Magento throws…

400x400

Making a working clone of a live Magento site

  Clone a Magento website Test additional functions without harming a live website. In this tutorial I outline a method I use to create a clone and use this to test changes. Making a working clone can take hours of setup time and does include purchasing a basic PC , but I think pays off…