Posts

Docker Project 2 : CREATING LOCAL WORDPRESS

Image
CREATING LOCAL WORDPRESS AND ITS CONNECTIVITY WITH DATABASE Introduction to wordpress  :  WordPress’s rapid growth in popularity over the last few years has not been by accident. For many website developments, there are hardly any other Content Management System’s (CMS) that can match WordPress’ ease of use. WordPress’ development environment makes it very easy to build a website from scratch and keep it up to date with relevant content. It does not require any web programming language expertise to manage content on a WordPress CMS. What is WordPress Development? WordPress powers nearly one-third of the world’s websites, from small personal blogs to the complex sites of major corporations such as Sony, Time Inc., the New York Post, and NBC. WordPress is only one of the site builders and content management systems users can download and install for free, but it has unique features that make it the most popular content management system in use today. What can...

Docker Project 1 : NETWORK AUTOMATION USING DOCKER AND GNS3

Image
Hello Folks !!       As we know that automation is the ultimate future of any industry whether it is software, networking, cloud or any other. For removing manual errors as well as providing a robust and flawless infrastructure we need automation . One such example where automation is used is Networking . Be it CISCO devices, Juniper, Palo alto, or any other, automation is the need of the hour . Overview : In this project i have automated the most difficult task we face in the Networking field . Yes, the configuration part . Without automation also we can carry out the process but that have more chances of making some errors . Keeping in mind this motive i have build the Network Automation Container Environment that will do the task for us . For the demonstration purpose i have used some configurations like logging in via telnet and configure VLANs, renaming them, Configuring the loopbacks and finally taking the whole backup of all the routers and swit...