devops

Vagrant offline installation

Vagrant is a cool application for the automation of the development of the virtual machines. It allows to create a VM for VirtualBox in several seconds or minutes, and it’s very cool. But rather other you want to use it offline, otherwise you can use AWS or something like that. So I will write down […] Read more»

Linux

Basic commands for Docker

I will write some useful commands to work with Docker. If I use them often, I will remember them, otherwise I will remember them quickly if I read this post. Read more»

Linux

Git. How to add external repository to your project

If you work with external developers and you often have to get the code from them, it’s not very good to transfer it with dropbox or something like that. You want to achieve it, view changes, make tests and build it. It’s why CI/CD is made for. At first you should add external repository to […] Read more»

Web server

Popular Posts