Skip to content

Instantly share code, notes, and snippets.

View petericebear's full-sized avatar
🎯
Focusing on ElasticSearch and Laravel

Peter Steenbergen petericebear

🎯
Focusing on ElasticSearch and Laravel
View GitHub Profile
@petericebear
petericebear / vsphere_vm_disk_iops.rb
Created September 11, 2018 08:54
vspere_vm_disk_iops.rb
require 'chef/knife'
require 'chef/knife/base_vsphere_command'
# Set specific disk IOPS for an aattached disk to the VM
# VsphereVmdisklist extends the BaseVspherecommand
class Chef::Knife::VsphereVmDiskIops < Chef::Knife::BaseVsphereCommand
banner 'knife vsphere vm disk iops VMNAME DISKINDEX IOPS'
common_options
@petericebear
petericebear / sh
Created June 3, 2020 12:22 — forked from lobermann/sh
Install wkhtmltopdf on headless ubuntu 18 vps
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
apt-get install fontconfig libxrender1 xfonts-75dpi xfonts-base
dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb