Loading...

Creating an Encrypted Disk Image

Instructions First, create your disk image file. The below will create a 10GB file as /root/encrypted [root@MyShinyServer /]# dd if=/dev/zero of=/root/encrypted bs=1M count=10k Set up the loopback for it [root@MyShinyServer [ … ]

DAS – EMC VNX 5100 Setup

Install Instructions Software should be installed at kick. Brocade driver website: http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page Install the Brocade HBA driver and utility: 1a. Locate the Brocade tarball (i.e. “brocade_driver_linux_rhel6_v3-2-0-0.tar.gz”) 1b. Extract the tarball: [ … ]

Dell iDRAC Virtual NIC USB

iDRAC Setting Graphical / Web Within the webUI of the iDRAC itself, within the iDRAC Settings, is the option to enable/disable and configure the virtual device. This screenshot shows the [ … ]

The PHP-FPM Ondemand Process Manager

Php-fpm Pool Configuration The PM section of the php-fpm pool (e.g.v/etc/php-fpm.d/domain.com.conf, in Red Hat/CentOS) should look something like this: pm = ondemand pm.max_children = 20 pm.max_requests = 100 pm.process_idle_timeout = [ … ]