Setup Azure Linux Public Key Authentication
In working with Linux VMs in Azure, there are a couple of ways to setup authentication. Â One being standard password authentication, and the other is Public Key Autentication. Â With Public…
Virtualization, Cloud, DevOps, Reviews
In working with Linux VMs in Azure, there are a couple of ways to setup authentication. Â One being standard password authentication, and the other is Public Key Autentication. Â With Public…
I wanted to write up a quick post of a few hurdles I went through with P2V’ing a linux web server that was also running cPanel. Â The P2V process worked…
If you are using Rapid Recovery in your environment, you will most likely have a Linux box that you would like to add to your protected servers at some point.…
Recently, I had the need to setup a test/development environment that met the requirements of being able to keep the same IPs, subnet, and machine names as the production environment…
In rolling out the latest vCenter and ESXi host updates that have come about in the last couple of days, the other part of that step is making sure that…
If you are looking to host a webserver and want a really reliable, stable platform that has excellent performance, a LEMP server using the latest flavor of Ubuntu – 14.04…
WinSCP is a great Windows GUI utility to copy files to and from Linux boxes, but many don’t know about the powerful WinSCP commandline functionality that are extremely useful to…
Recently, in working on updating an Ubuntu server for a client that was running a customized version of Nginx compiled with Google Pagespeed and other mods, we wanted to install…
So you have setup a wordpress or drupal site and you need to access MySQL to be able to work on your database. Â However, you can’t seem to connect to…
Recently, when working with Nginx, I wanted to export out the details of my Nginx build so I could see all modules the webserver was compiled with. Â However, each time…