When you are running a web server it is really important to keep the track of ip from which you are getting most number of hits. We will see How to get most frequent ip address in your logs How to get most frequent ip address in your logsĀ Such tracking is important when there
Category: Servers
What is blue green deployment.
If you are around devops people or people who are working with deployments in your industry. You must have heard of the name blue green deployment. Most of the companies in the world use this technique to get the least down time for their respective products. This deployment is old but still one of the
Learn Vagrant from Scratch : Provision environment for the virtual machine
Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Provisioning and Setting up environment for the virtual machine We have a simple box running with synced folder and we are able to ssh into it. Now what we want to do next is to make our vagrant install some
Learn Vagrant from Scratch : Sharing the Vagrant images
Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Setting up environment for the virtual machine Networking forwarding port to host machine and other options Sharing the Vagrant images Vagrant sharing is an option provide by Vagrant to share your server around the world. for example you can find
Learn Vagrant from Scratch : Networking forwarding port to host machine and other options
Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Setting up environment for the virtual machine Now that we have provisioned our vagrant and installed nginx in it we now want our nginx to be accessed on our localhost. For that we need to make network port forwarding from
Learn Vagrant from Scratch : Starting and SSH into vagrant box
Setup and Boxes Starting and SSH into vagrant box You have all the setup for now and you can boot you vagrant box by giving the command vagrant up This will take sometime around 1 minute to boot your system. After that you can login to your system using the following command vagrant ssh This
Learn Vagrant from Scratch : Syncing local folder to the virtual machine
Setup and Boxes Starting and SSH into Box Synced folder are awesome for developers as you will not always want to edit the project, in such case sync the folder edit in your favorite editor and see the results on your vagrant box. Synced folders are configured within your Vagrantfile using the config.vm.synced_folder method present
Learn Vagrant from Scratch : Conclusion and other points
Setup and Boxes Starting and SSH into Box Syncing local folder to the virtual machine Setting up environment for the virtual machine Networking forwarding port to host machine and other options Sharing the Vagrant images Conclusion and other points Thus we reached to the basic usage of vagrant and we learned about provisioning, port forwarding
Setting up blog with WordPress and Nginx: Step 3- Setting up DNS Mapping and SMTP Using Yandex
Now that in the previous two posts we have seen the setup of aws, nginx and wordpress. We need to setup the domain name and redirect it to correct place also we have to setup the SMTP for our wordpress mails to successfully reach the users. For these settings we need following. Yandex account. Since
Setting up blog with WordPress and Nginx: Step 1- Setting up aws server and nginx.
This series of blog post will take you through every step to set up a blog. What all we will use to make our Blog with an https domain and SMTP services. AWS or any other server – for hosting Nginx – server Yandex – for free smtp Domain name and DNS mapping. Lets encrypt