Skip to content

Instantly share code, notes, and snippets.

Update the iLO

  • Log into iLO. iLO will use DHCP to obtain a IP address.
  • GoTo Administration > iLO Firmware and Upload this file https://stuff.718it.biz/hp/ilo4_270.bin
  • Allow it to reboot and enjoy the HTML5 remote console!

Upgrade the Raid array to version 8+

This step requires a redhat based distro, like centos. A live distro may do although is untested.

@fclaeys
fclaeys / index.html
Created October 11, 2016 08:45 — forked from anonymous/index.html
JS Bin chartjs and angular-chart.js pattern tests // source https://jsbin.com/sirewo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="chartjs and angular-chart.js pattern tests">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body ng-app="app" ng-controller="BubbleCtrl">
<canvas id="base" class="chart-bubble" chart-data="data"
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
# NEW WAY / EASY WAY
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.deb
sudo dpkg -i elasticsearch-0.90.0.deb
package daos
import scala.concurrent.ExecutionContext
import scala.concurrent.Future
import play.api.Play.current
import play.modules.reactivemongo._
import reactivemongo.api._
import reactivemongo.api.indexes._
import reactivemongo.bson._
import reactivemongo.bson.handlers.BSONReader