linux
-
Azure
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 Key Authentication, a key pair is generated. ย The public key…
-
Virtualization
P2V Linux server network config
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 as expected, however upon the first boot of the VM,…
-
Virtualization
Installing Rapid Recovery agent Linux
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 added a Linux box to Rapid Recovery and…
-
Virtualization
Create isolated test environment same ips and subnet with VMware
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 and still be able to get to these test machines…
-
Virtualization
How to upgrade VMware Operations Manager VM Tools
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 all vm tools are updated on guest VMs in the…
-
Web
Installing a LEMP server with WordPress and Google Pagespeed
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 along with Nginx and Google Pagespeed is hard to beat.…
-
Software
Use WinSCP commandline to copy from Windows to Linux
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 setup jobs to periodically copy files from Windows over to…
-
Linux
Install all updates besides select few Ubuntu Server
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 all the updates besides any that touched Nginx as we…
-
MySQL
How to troubleshoot MySQL connectivity issues
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 MySQL as you expect. ย Each time you try to connect…
-
Linux
Linux redirected output not showing in file
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 I tried to redirect the output of theย nginx -Vย command, the…