Skip to content

Instantly share code, notes, and snippets.

View dvdcastro's full-sized avatar

David Castro dvdcastro

View GitHub Profile
@dvdcastro
dvdcastro / rammysql.sh
Last active December 30, 2019 14:45
Moves mysql to a ram disk on Ubuntu 18.04 - Use at your own risk, information on ram is volatile
#!/bin/bash
service mysql stop
echo "Stopped mysql."
umount /mnt/ramdisk
echo "Unmounted ramdisk /mnt/ramdisk"
mkdir -p /mnt/ramdisk
mount -t tmpfs -o size=2048m tmpfs /mnt/ramdisk
@dvdcastro
dvdcastro / mod_livepoll.yaml
Created July 14, 2018 12:51
Sample yaml used for creating moodle-mod_livepoll
component: mod_livepoll
name: Live poll
release: "0.1.0"
requires: "3.4"
maturity: MATURITY_BETA
copyright: Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)
features:
readme: true
license: true