In a previous post I showed how to create and provision a VM for development purposes using Vagrant, and the benefits of being able to replicate a consistent environment with a single command. But Vagrant can also create several VMs with a single command and connect them by private networks, allowing to test complete infrastructureContinue reading “Provisioning Virtual Machines with Vagrant and Ansible”
Category Archives: Linux
Creating and provisioning virtual machines with Vagrant
Often we need to create local environments to test setting up new services. A great way to do it is by provisioning VMs with Vagrant. What is Vagrant? Vagrant is a cross-platform tool to automate the creation and management of VMs for development uses. You write the desired configuration for your VMs in a VagrantfileContinue reading “Creating and provisioning virtual machines with Vagrant”
Problema de conexión Wi-Fi en Linux y laptops Lenovo
Si tienes una portátil Lenovo e instalaste o estás tratando de instalar Linux, puede que te hayas encontrado con desagrado que la conexión Wi-Fi no se puede activar. He observado este problema tanto en Ubuntu como en Fedora. Para solucionarlo hagamos una prueba ingresando lo siguiente en la terminal: sudo modprobe -r ideapad_laptop Si funcionaContinue reading “Problema de conexión Wi-Fi en Linux y laptops Lenovo”
Cómo instalar phpMyAdmin en Ubuntu Xenial
Recientemente tuve que configurar phpMyAdmin en Ubuntu 16.04 (Xenial) y encontré varios problemas que no le dejaban funcionar, así que decidí elaborar esta ayuda para quien se encuentre perdido en la misma tarea. Lo primero que necesitas son los pre requisitos. Asumiendo que empezamos de cero y queremos usar Apache como servidor web: Para instalarContinue reading “Cómo instalar phpMyAdmin en Ubuntu Xenial”