Lets encrypt Nginx

Introduction

Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required steps. Currently, the entire process of obtaining and installing a certificate is fully automated on both Apache and Nginx.

In this tutorial, you will use Certbot to obtain a free SSL certificate for Nginx on Debian 9 and set up your certificate to renew automatically.

(more…)

Continue Reading

Change IP Debian 9

# Log in as root or su to root then nano /etc/network/interfaces # Should look like this: source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback…

Continue Reading

WDS and Linux PXE Servers

PXE is a fast and easy way to install operating systems over the network; especially attractive compared to the painfully slow alternative of something like iLO remote media.  Microsoft offers a PXE installation solution called Windows Deployment Services (WDS) and PXELINUX is an excellent utility for network installs of Linux or VMware ESXi, Firmware Maintenance DVDs, rescue CDs, and pretty much anything else.

(more…)

Continue Reading

Remove HP iLO License

In order to use the full features of HP’s Integerated Lights-Out system a license key needs to be added. The process of adding a license is as simple as connecting to the iLO web interface and following the steps in the license section. If for some reason you want to remove the license it’s not quite as simple as clicking a button. (more…)

Continue Reading

Clonezilla to a smaller HDD ssd

As an open source free software, Clonezilla can be used to clone or backup hard drive. Since it works with most of the operating systems largely used in company or home, many people love to use Clonezilla, especially when they want to upgrade hard drive with a new one. In this case, you can use Clonezilla to clone a hard drive to another without reinstalling Windows or installed programs. (more…)

Continue Reading

FIXING ESXI 6.5 ON HPE G7 SERVERS3 MIN READ

So there I was, moving VMs off of my main host (DL380 G7, 2x x5690’s, 192GB RDIMM), getting ready to replace the 8x 300GB RAID10 array I’ve been using for a while now with some 1TB disks and SSDs, awesome, right?

So the host was powered down, ready for an upgrade, and being the logical guy I am I decided to do some software upgrades.

I used the latest SPP and ran that through, for some reason I was using a BIOS from 2010? Once that was done I had updated firmware, so I moved onto ESXi. I’ve been running 6.0.0U2 for the longest time and thought this would be the ideal time to upgrade.

I got the HPE official ISO, ran through the upgrade, waited for it to boot annnddd….

(more…)

Continue Reading
Close Menu